summaryrefslogtreecommitdiffstats
path: root/src/southbridge/via/vt8231
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2003-10-21 14:52:47 +0000
committerRonald G. Minnich <rminnich@gmail.com>2003-10-21 14:52:47 +0000
commitfc76dcf0d00f9e1d28d128ffc43320d940f531a6 (patch)
treef922047309208809ad442b3578a9bfc38e757424 /src/southbridge/via/vt8231
parent4398d1e5a9e2d2d384bd917cf679d17d43cd6c57 (diff)
downloadcoreboot-fc76dcf0d00f9e1d28d128ffc43320d940f531a6.tar.gz
coreboot-fc76dcf0d00f9e1d28d128ffc43320d940f531a6.tar.bz2
coreboot-fc76dcf0d00f9e1d28d128ffc43320d940f531a6.zip
Fixes for SONE
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1224 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/via/vt8231')
-rw-r--r--src/southbridge/via/vt8231/vt8231.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/southbridge/via/vt8231/vt8231.c b/src/southbridge/via/vt8231/vt8231.c
index ea1f488f3e6b..55e833d7b5a5 100644
--- a/src/southbridge/via/vt8231/vt8231.c
+++ b/src/southbridge/via/vt8231/vt8231.c
@@ -335,11 +335,11 @@ static void vt8231_init(struct southbridge_via_vt8231_config *conf)
//
// IDE setup
//
- if (conf->enable_native_ide) {
+ if (! conf->enable_native_ide) {
// Run the IDE controller in 'compatiblity mode - i.e. don't use PCI
// interrupts. Using PCI ints confuses linux for some reason.
- printk_info("%s: enabling native IDE addresses\n", __FUNCTION__);
+ printk_info("%s: enabling compatibility IDE addresses\n", __FUNCTION__);
enables = pci_read_config8(dev1, 0x42);
printk_debug("enables in reg 0x42 0x%x\n", enables);
enables &= ~0xc0; // compatability mode