diff options
author | scottl <scottl@FreeBSD.org> | 2002-05-12 04:30:28 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2002-05-12 04:30:28 +0000 |
commit | 34259ca95142f09cfa9e46200da392f409f7f039 (patch) | |
tree | f2874b9295ca494b448d13b1bbefc5b9722981db /sys/dev | |
parent | 66189f380be3f870ebd48dd81c086930001040e7 (diff) | |
download | FreeBSD-src-34259ca95142f09cfa9e46200da392f409f7f039.zip FreeBSD-src-34259ca95142f09cfa9e46200da392f409f7f039.tar.gz |
Update the PCI table as per Dell's fickleness.
MFC after: 3 days
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/aac/aac_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c index 85d4001..9a197b6 100644 --- a/sys/dev/aac/aac_pci.c +++ b/sys/dev/aac/aac_pci.c @@ -123,8 +123,8 @@ struct aac_ident AAC_QUIRK_CAM_NORESET, "HP NetRaid-4M"}, {0x9005, 0x0285, 0x9005, 0x0285, AAC_HWIF_I960RX, 0, "Adaptec SCSI RAID 2200S"}, - {0x9005, 0x0285, 0x9005, 0x0287, AAC_HWIF_I960RX, 0, - "Adaptec SCSI RAID 2200S"}, + {0x9005, 0x0285, 0x1028, 0x0287, AAC_HWIF_I960RX, 0, + "Dell PERC 320/DC"}, {0x9005, 0x0285, 0x9005, 0x0286, AAC_HWIF_I960RX, 0, "Adaptec SCSI RAID 2120S"}, {0, 0, 0, 0, 0, 0, 0} |