]> Zhao Yanbai Git Server - minix.git/commit
Fix for broken parsing of memory environment string in pci driver
authorTomas Hruby <tom@minix3.org>
Fri, 6 Nov 2009 08:58:05 +0000 (08:58 +0000)
committerTomas Hruby <tom@minix3.org>
Fri, 6 Nov 2009 08:58:05 +0000 (08:58 +0000)
commit6eebc03f884014d761b71f34a52c30f4269761da
tree7ebfc8e06980e245f36ab14a90b4803f8e96da2d
parentd2c10fb85e470bf9ddaa88256e244363b1fe89e2
Fix for broken parsing of memory environment string in pci driver

- unfixed parsing could run away from the the string and fail on a correct
  string in complete_bars()

- it reanables the body of complete_bars()
drivers/pci/pci.c