aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-12-19 01:23:32 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-12-19 01:23:32 +0000
commitc8e555ec14ee277434ebeaf45156bfab40cfd4fc (patch)
tree082091d8746fe33725b3584c40af14e89374ec39 /sys
parent6507c9a1291b4c6dc93964505389f83266d007a7 (diff)
Notes
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 1e0c5820139f..29ead0558819 100644
--- a/sys/dev/ata/ata-dma.c
+++ b/sys/dev/ata/ata-dma.c
@@ -524,7 +524,7 @@ via_82c586:
if (ata_find_dev(parent, 0x06301039, 0x30) || /* SiS 630 */
ata_find_dev(parent, 0x06331039, 0x00) || /* SiS 633 */
ata_find_dev(parent, 0x06351039, 0x00) || /* SiS 635 */
- ata_find_dev(parent, 0x06451039, 0x00) || /* SiS 635 */
+ ata_find_dev(parent, 0x06451039, 0x00) || /* SiS 645 */
ata_find_dev(parent, 0x07301039, 0x00) || /* SiS 730 */
ata_find_dev(parent, 0x07331039, 0x00) || /* SiS 733 */
ata_find_dev(parent, 0x07351039, 0x00)) { /* SiS 735 */