summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2006-12-18 00:46:26 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2006-12-18 00:46:26 +0000
commit107f1cbcd5c9b9a55bb5c6cc8bf61d447c8110c5 (patch)
tree9b7bda58ffb697f20b15d8a1fbe4129ff130465a
parentf29dc611675840f37594b7a2b7c64fd5d990528e (diff)
force wd at pciide down to PIO mode 4 (yuck) until some DMA issues are
sorted out. makes the px-ehs much more happier. ok jsg@
-rw-r--r--sys/arch/landisk/conf/GENERIC4
-rw-r--r--sys/arch/landisk/conf/RAMDISK4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC
index 4ba492222bc..1b5ebf71dbe 100644
--- a/sys/arch/landisk/conf/GENERIC
+++ b/sys/arch/landisk/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.8 2006/11/20 17:56:03 drahn Exp $
+# $OpenBSD: GENERIC,v 1.9 2006/12/18 00:46:25 martin Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -70,7 +70,7 @@ ukphy* at mii? # generic unknown PHYs
# PCIIDE
pciide* at pci?
-wd* at pciide? flags 0x0000
+wd* at pciide? flags 0x0ffc
atapiscsi* at pciide? flags 0x0000
scsibus* at atapiscsi?
diff --git a/sys/arch/landisk/conf/RAMDISK b/sys/arch/landisk/conf/RAMDISK
index 94673765762..b530fc728b8 100644
--- a/sys/arch/landisk/conf/RAMDISK
+++ b/sys/arch/landisk/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.4 2006/11/16 01:27:52 brad Exp $
+# $OpenBSD: RAMDISK,v 1.5 2006/12/18 00:46:25 martin Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -79,7 +79,7 @@ ukphy* at mii? # generic unknown PHYs
# PCIIDE
pciide* at pci?
-wd* at pciide? flags 0x0000
+wd* at pciide? flags 0x0ffc
atapiscsi* at pciide? flags 0x0000
scsibus* at atapiscsi?