diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-10-17 22:21:07 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-10-17 22:21:07 +0000 |
commit | 472e74177c3f25b263ab312f9285dd41da1fe11e (patch) | |
tree | a84a5caace74b3f8da6a404b02725bf0bf5216c6 /src/mainboard/via/epia/auto.c | |
parent | b56ef076002ee90ac08fbac5888b8b3374ce582e (diff) |
Fix from SONE!
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1221 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/via/epia/auto.c')
-rw-r--r-- | src/mainboard/via/epia/auto.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/via/epia/auto.c b/src/mainboard/via/epia/auto.c index 4b6632d196..d4a4d30ad3 100644 --- a/src/mainboard/via/epia/auto.c +++ b/src/mainboard/via/epia/auto.c @@ -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); } |