From 472e74177c3f25b263ab312f9285dd41da1fe11e Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 17 Oct 2003 22:21:07 +0000 Subject: [PATCH] Fix from SONE! git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1221 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/via/epia/auto.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); }