diff options
author | scottl <scottl@FreeBSD.org> | 2002-04-05 20:00:29 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2002-04-05 20:00:29 +0000 |
commit | 5bf5b1b9d5810e01763266bf91fd3b7c742d0ad3 (patch) | |
tree | e56fdf5701253e51ac98975163b9e7c873df16df | |
parent | d34172f018e76616210a1815285501151dad9281 (diff) | |
download | FreeBSD-src-5bf5b1b9d5810e01763266bf91fd3b7c742d0ad3.zip FreeBSD-src-5bf5b1b9d5810e01763266bf91fd3b7c742d0ad3.tar.gz |
Add support for the Dell 2650
Submitted by: andrew_bachler@dell.com
-rw-r--r-- | sys/dev/aac/aac_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c index 56d57c5..44dab79 100644 --- a/sys/dev/aac/aac_pci.c +++ b/sys/dev/aac/aac_pci.c @@ -101,6 +101,7 @@ struct aac_ident {0x1028, 0x0008, 0x1028, 0x00cf, AAC_HWIF_I960RX, "Dell PERC 3/Di"}, {0x1028, 0x000a, 0x1028, 0x0106, AAC_HWIF_I960RX, "Dell PERC 3/Di"}, {0x1028, 0x000a, 0x1028, 0x011b, AAC_HWIF_I960RX, "Dell PERC 3/Di"}, + {0x1028, 0x000a, 0x1028, 0x0121, AAC_HWIF_I960RX, "Dell PERC 3/Di"}, {0x1011, 0x0046, 0x9005, 0x0364, AAC_HWIF_STRONGARM, "Adaptec AAC-364"}, {0x1011, 0x0046, 0x9005, 0x0365, AAC_HWIF_STRONGARM, "Adaptec SCSI RAID 5400S"}, |