diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-03-19 20:14:15 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-03-19 20:14:15 +0000 |
commit | 96ee4374e878c2151d01e72376bd3b1810e35af4 (patch) | |
tree | 8f9d36fd45d61642206a8ea59c77720d591c72c7 /sys | |
parent | 4baf1f695dad1d6423107c450b7868fcf41e885d (diff) |
Remove force-PIO workaround for wd@pciide.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/landisk/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/landisk/conf/RAMDISK | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC index 9abaebae61e..fcb32663a9b 100644 --- a/sys/arch/landisk/conf/GENERIC +++ b/sys/arch/landisk/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.11 2007/02/03 16:49:43 miod Exp $ +# $OpenBSD: GENERIC,v 1.12 2007/03/19 20:14:14 miod 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 0x0ffc +wd* at pciide? atapiscsi* at pciide? flags 0x0000 scsibus* at atapiscsi? diff --git a/sys/arch/landisk/conf/RAMDISK b/sys/arch/landisk/conf/RAMDISK index bc82457cfeb..0d81fa64608 100644 --- a/sys/arch/landisk/conf/RAMDISK +++ b/sys/arch/landisk/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.6 2007/02/03 16:49:43 miod Exp $ +# $OpenBSD: RAMDISK,v 1.7 2007/03/19 20:14:14 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -76,7 +76,7 @@ ukphy* at mii? # generic unknown PHYs # PCIIDE pciide* at pci? -wd* at pciide? flags 0x0ffc +wd* at pciide? atapiscsi* at pciide? flags 0x0000 scsibus* at atapiscsi? |