mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add support for the upcoming 2410SA card.
Approved by: re (telecon)
This commit is contained in:
parent
95c9929a3b
commit
9d5be300d3
1 changed files with 2 additions and 0 deletions
|
|
@ -126,6 +126,8 @@ struct aac_ident
|
|||
AAC_FLAGS_256FIBS, "Dell PERC 320/DC"},
|
||||
{0x9005, 0x0285, 0x9005, 0x0286, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB |
|
||||
AAC_FLAGS_256FIBS, "Adaptec SCSI RAID 2120S"},
|
||||
{0x9005, 0x0285, 0x9005, 0x0290, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB,
|
||||
"Adaptec SCSI RAID 2410SA"},
|
||||
{0, 0, 0, 0, 0, 0, 0}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue