diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2004-04-17 02:49:43 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2004-04-17 02:49:43 +0000 |
commit | bad27b10c48d2b6ad7fbfeabc91bd1de594eed3b (patch) | |
tree | 4e6ac69e3df6ee298517f0e1850768775b04b464 /src/mainboard/via/epia-m/auto.c | |
parent | 8e0586200b61cd5bf4a3f59bf7ac68efc6f9ac17 (diff) | |
download | coreboot-bad27b10c48d2b6ad7fbfeabc91bd1de594eed3b.tar.xz |
updated
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1513 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/via/epia-m/auto.c')
-rw-r--r-- | src/mainboard/via/epia-m/auto.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/via/epia-m/auto.c b/src/mainboard/via/epia-m/auto.c index 3e40d04e8a..20e85e4645 100644 --- a/src/mainboard/via/epia-m/auto.c +++ b/src/mainboard/via/epia-m/auto.c @@ -10,7 +10,7 @@ #include "pc80/serial.c" #include "arch/i386/lib/console.c" #include "ram/ramtest.c" -#include "northbridge/via/vt8601/raminit.h" +#include "northbridge/via/vt8623/raminit.h" #include "cpu/p6/earlymtrr.c" /* @@ -26,10 +26,10 @@ void udelay(int usecs) #include "cpu/p6/boot_cpu.c" #include "debug.c" -#include "southbridge/via/vt8231/vt8231_early_smbus.c" +#include "southbridge/via/vt8231/vt8235_early_smbus.c" -#include "southbridge/via/vt8231/vt8231_early_serial.c" +#include "southbridge/via/vt8231/vt8235_early_serial.c" static void memreset_setup(void) { } @@ -58,7 +58,7 @@ static void enable_mainboard_devices(void) device_t dev; /* dev 0 for southbridge */ - dev = pci_locate_device(PCI_ID(0x1106,0x8231), 0); + dev = pci_locate_device(PCI_ID(0x1106,0x8235), 0); if (dev == PCI_DEV_INVALID) { die("Southbridge not found!!!\n"); @@ -99,7 +99,7 @@ static void main(void) /* init_timer();*/ outb(5, 0x80); - enable_vt8231_serial(); + enable_vt8235_serial(); uart_init(); console_init(); |