summaryrefslogtreecommitdiffstats
path: root/src/mainboard/biostar
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-12-17 21:34:53 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-12-17 21:34:53 +0000
commit8ef47da471fe22b7d3ae33145efa85b40c89bbc9 (patch)
tree15770b8d6da66d3c16cf98af9de3a4799980b928 /src/mainboard/biostar
parent12a3f1edecbbc211327202782fbda027faea38b8 (diff)
downloadcoreboot-8ef47da471fe22b7d3ae33145efa85b40c89bbc9.tar.gz
coreboot-8ef47da471fe22b7d3ae33145efa85b40c89bbc9.tar.bz2
coreboot-8ef47da471fe22b7d3ae33145efa85b40c89bbc9.zip
Enable IDE legacy port access for all 440BX based boards per default, as
this is needed (at the very least) to make FILO work on these boards. Disable UDMA/33 per default, which is slower but the safe choice, as we don't know which IDE devices a user has attached, and some don't support UDMA/33 very well or at all. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3010 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/biostar')
-rw-r--r--src/mainboard/biostar/m6tba/Config.lb6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/biostar/m6tba/Config.lb b/src/mainboard/biostar/m6tba/Config.lb
index abf28f426ed4..6749fbb3e05e 100644
--- a/src/mainboard/biostar/m6tba/Config.lb
+++ b/src/mainboard/biostar/m6tba/Config.lb
@@ -124,6 +124,12 @@ chip northbridge/intel/i440bx # Northbridge
device pci 7.3 on end # ACPI
register "ide0_enable" = "1"
register "ide1_enable" = "1"
+ register "ide_legacy_enable" = "1"
+ # Enable UDMA/33 for higher speed if your IDE device(s) support it.
+ register "ide0_drive0_udma33_enable" = "0"
+ register "ide0_drive1_udma33_enable" = "0"
+ register "ide1_drive0_udma33_enable" = "0"
+ register "ide1_drive1_udma33_enable" = "0"
end
end
end