summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>2002-03-31 13:33:55 +0000
committersos <sos@FreeBSD.org>2002-03-31 13:33:55 +0000
commitd5be9373bd216884babeab94d3259dde2b0c74aa (patch)
tree429527f3fe685d6111247f0df54f2663ad5039ba /sys
parentabeff55bde40353c261ed8d321536f7f4a03abc7 (diff)
downloadFreeBSD-src-d5be9373bd216884babeab94d3259dde2b0c74aa.zip
FreeBSD-src-d5be9373bd216884babeab94d3259dde2b0c74aa.tar.gz
ATA100 is allowed on the HPT chips rev >= 3
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ata/ata-dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-dma.c b/sys/dev/ata/ata-dma.c
index d9f9896..c3be8cb 100644
--- a/sys/dev/ata/ata-dma.c
+++ b/sys/dev/ata/ata-dma.c
@@ -989,7 +989,7 @@ via_82c586:
}
}
if (!ATAPI_DEVICE(ch, device) && udmamode >= 5 && hpt_cable80(ch) &&
- ((ch->chiptype == 0x00041103 && pci_get_revid(parent) >= 0x05) ||
+ ((ch->chiptype == 0x00041103 && pci_get_revid(parent) >= 0x03) ||
(ch->chiptype == 0x00051103 && pci_get_revid(parent) >= 0x01) ||
(ch->chiptype == 0x00081103 && pci_get_revid(parent) >= 0x07))) {
error = ata_command(atadev, ATA_C_SETFEATURES, 0,
OpenPOWER on IntegriCloud