diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-12-19 01:53:11 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-12-19 01:53:11 +0000 |
| commit | 4db62c69c2e5d8558651fdcf2d706c2b9217aa50 (patch) | |
| tree | 2715aede15cf848a50802e8ddd853c32a5134058 /sys/dev | |
| parent | 9f2f52d695875887f61a326628353ba6cfe227ec (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ata/ata-pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ata/ata-pci.c b/sys/dev/ata/ata-pci.c index 55145c1559ba..a661a402dbb2 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)) |
