diff options
author | jhb <jhb@FreeBSD.org> | 2001-12-19 01:23:32 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-12-19 01:23:32 +0000 |
commit | bf71f604c6e6f5c1866c862c5a93dbc1cd482913 (patch) | |
tree | 082091d8746fe33725b3584c40af14e89374ec39 /sys | |
parent | d35ee30d777e9ad7c91e0aad513fad52928795e1 (diff) | |
download | FreeBSD-src-bf71f604c6e6f5c1866c862c5a93dbc1cd482913.zip FreeBSD-src-bf71f604c6e6f5c1866c862c5a93dbc1cd482913.tar.gz |
Fix comment for the SiS 645 chipset to be 645 instead of 635.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ata/ata-dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-dma.c b/sys/dev/ata/ata-dma.c index 1e0c582..29ead05 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 */ |