From fee435e8ac87f7fb6a5e2d3858ecc2c8f38f9468 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Fri, 5 Apr 2002 20:00:29 +0000 Subject: [PATCH] Add support for the Dell 2650 Submitted by: andrew_bachler@dell.com --- sys/dev/aac/aac_pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c index 56d57c57568..44dab795bf0 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"},