Fix from SONE!

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1221 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich 2003-10-17 22:21:07 +00:00
parent b56ef07600
commit 472e74177c
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ static void enable_mainboard_devices(void)
/* we do this here as in V2, we can not yet do raw operations
* to pci!
*/
dev++; /* ICKY */
dev += 0x100; /* ICKY */
pci_write_config8(dev, 0x42, 0);
}