diff options
| author | Scott Long <scottl@FreeBSD.org> | 2002-04-18 15:47:31 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2002-04-18 15:47:31 +0000 |
| commit | ce2d4dd7f1b7db675308994ef5be3d82b3188a34 (patch) | |
| tree | 34f6f55c7da8589eac549f87142544fa119a689f | |
| parent | 455e3a78bf4649fc7fae3f6b9f2c7840bfc14cec (diff) | |
Notes
| -rw-r--r-- | sys/dev/aac/aac_pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c index 44dab795bf03..3bcc1e2ddf6b 100644 --- a/sys/dev/aac/aac_pci.c +++ b/sys/dev/aac/aac_pci.c @@ -109,6 +109,8 @@ struct aac_ident {0x1011, 0x0046, 0x103c, 0x10c2, AAC_HWIF_STRONGARM, "HP NetRaid-4M"}, {0x9005, 0x0285, 0x9005, 0x0285, AAC_HWIF_I960RX, "Adaptec SCSI RAID 2200S"}, + {0x9005, 0x0285, 0x9005, 0x0287, AAC_HWIF_I960RX, + "Adaptec SCSI RAID 2200S"}, {0x9005, 0x0285, 0x9005, 0x0286, AAC_HWIF_I960RX, "Adaptec SCSI RAID 2120S"}, {0, 0, 0, 0, 0, 0} |
