diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2001-07-22 04:06:36 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2001-07-22 04:06:36 +0000 |
| commit | 0bc88fe1eb1a9790a818c2c5702c5ce43a153631 (patch) | |
| tree | e729f9b1882ae1b64ff44e9b23d3fef7e29a7e0b /sys/dev | |
| parent | d730d3b49110543bf7db54b6c707831e6a2bc1d3 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -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 200ea33adbde..bd264ee3f739 100644 --- a/sys/dev/aac/aac_pci.c +++ b/sys/dev/aac/aac_pci.c @@ -94,6 +94,7 @@ struct aac_ident {0x1028, 0x0002, 0x1028, 0x00d1, AAC_HWIF_I960RX, "Dell PERC 3/Di"}, {0x1028, 0x0002, 0x1028, 0x00d9, AAC_HWIF_I960RX, "Dell PERC 3/Di"}, {0x1028, 0x0008, 0x1028, 0x00cf, AAC_HWIF_I960RX, "Dell PERC 3/Di"}, + {0x1028, 0x000a, 0x1028, 0x0106, AAC_HWIF_I960RX, "Dell PERC 3/Di"}, {0x9005, 0x0282, 0x9005, 0x0282, AAC_HWIF_I960RX, "Adaptec AAC-2622"}, {0x1011, 0x0046, 0x9005, 0x0364, AAC_HWIF_STRONGARM, "Adaptec AAC-364"}, {0x1011, 0x0046, 0x9005, 0x0365, AAC_HWIF_STRONGARM, "Adaptec AAC-3642"}, |
