summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_pci.c
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2002-05-12 04:30:28 +0000
committerscottl <scottl@FreeBSD.org>2002-05-12 04:30:28 +0000
commit34259ca95142f09cfa9e46200da392f409f7f039 (patch)
treef2874b9295ca494b448d13b1bbefc5b9722981db /sys/dev/aac/aac_pci.c
parent66189f380be3f870ebd48dd81c086930001040e7 (diff)
downloadFreeBSD-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/aac/aac_pci.c')
-rw-r--r--sys/dev/aac/aac_pci.c4
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}
OpenPOWER on IntegriCloud