diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-06-11 20:33:09 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-06-11 20:33:09 +0000 |
commit | 913d36a1c24034bd58313b888701a79cddd08672 (patch) | |
tree | 9fc0e05276acad04e8b84a1a0a88387a738c5b38 /sys/arch/macppc/conf/RAMDISK | |
parent | de0c5fcacb5ab7d484eddacb1ff7e65cad71039d (diff) |
Previously DMA/UDMA was disabled on macppc RAMDISK kernels, I have not
heard of any DMA related failures on these machines. Remove the code
(and the flag) which was previously used to enable DMA/UDMA modes on
wdc_obio now it will default to always being on for known systems.
Diffstat (limited to 'sys/arch/macppc/conf/RAMDISK')
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index ed699eea6a6..9dfd0adda70 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.25 2003/06/11 03:49:37 miod Exp $ +# $OpenBSD: RAMDISK,v 1.26 2003/06/11 20:33:08 drahn Exp $ # # PPC GENERIC config file # @@ -55,7 +55,7 @@ ahc* at pci? dev ? function ? # Adaptec 294x, aic78x0 SCSI #pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI SCSI pciide* at pci? dev ? function ? kauaiata* at pci? dev ? function ? # Apple ATA 100 -wdc* at kauaiata? flags 0x1 +wdc* at kauaiata? macobio0 at pci? dev ? function ? gem* at pci? dev ? function ? # GMAC ethernet hme* at pci? dev ? function ? # HME ethernet @@ -114,7 +114,7 @@ scsibus* at ahc? #scsibus* at mesh? #scsibus* at pcscp? -wdc* at macobio? flags 0x0 +wdc* at macobio? wd* at wdc? drive ? flags 0x0000 wd* at pciide? channel ? drive ? atapiscsi* at wdc? channel ? flags 0x0000 |