diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-07-20 22:26:51 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-07-20 22:26:51 +0000 |
commit | b1744aa4a06203d1d3a74a5f0bb911c733ab4637 (patch) | |
tree | 3aa0d6e524474797445203de22d8791f311f8d84 /sys | |
parent | c86839a4f38cee5328fdb79f9ad79d34b66162a1 (diff) |
acer chips seem to work with atapi dma now. ok grange@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pciide.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index 819bee45165..17d487bb054 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide.c,v 1.132 2003/06/18 20:21:50 grange Exp $ */ +/* $OpenBSD: pciide.c,v 1.133 2003/07/20 22:26:50 tedu Exp $ */ /* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */ /* @@ -4035,9 +4035,6 @@ acer_chip_map(sc, pa) sc->sc_wdcdev.cap = WDC_CAPABILITY_DATA16 | WDC_CAPABILITY_DATA32 | WDC_CAPABILITY_MODE; - if (rev < 0xC4) - sc->sc_wdcdev.cap |= WDC_CAPABILITY_NO_ATAPI_DMA; - if (sc->sc_dma_ok) { sc->sc_wdcdev.cap |= WDC_CAPABILITY_DMA; if (rev >= 0x20) { |