summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-12-19 01:53:11 +0000
committerjhb <jhb@FreeBSD.org>2001-12-19 01:53:11 +0000
commitc9f4dc1859fe5095188fb9bea54887fc6a58173e (patch)
tree2715aede15cf848a50802e8ddd853c32a5134058 /sys/dev/ata
parentd6d1e90f254dad69e8c6ce5e6d65d5ea3fe0331d (diff)
downloadFreeBSD-src-c9f4dc1859fe5095188fb9bea54887fc6a58173e.zip
FreeBSD-src-c9f4dc1859fe5095188fb9bea54887fc6a58173e.tar.gz
Display the right message for the SiS 645 chipset.
Submitted by: Kent Stewart <kstewart@owt.com>
Diffstat (limited to 'sys/dev/ata')
-rw-r--r--sys/dev/ata/ata-pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ata/ata-pci.c b/sys/dev/ata/ata-pci.c
index 55145c1..a661a40 100644
--- a/sys/dev/ata/ata-pci.c
+++ b/sys/dev/ata/ata-pci.c
@@ -174,6 +174,7 @@ ata_pci_match(device_t dev)
if (ata_find_dev(dev, 0x06301039, 0x30) ||
ata_find_dev(dev, 0x06331039, 0x00) ||
ata_find_dev(dev, 0x06351039, 0x00) ||
+ ata_find_dev(dev, 0x06451039, 0x00) ||
ata_find_dev(dev, 0x07301039, 0x00) ||
ata_find_dev(dev, 0x07331039, 0x00) ||
ata_find_dev(dev, 0x07351039, 0x00))
OpenPOWER on IntegriCloud