mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add PCI ID for NEC/Compaq controller.
This commit is contained in:
parent
afd04c1090
commit
1ec5e8e681
1 changed files with 5 additions and 2 deletions
|
|
@ -52,8 +52,9 @@
|
|||
|
||||
#define IDA_PCI_MEMADDR (PCIR_MAPS + 4) /* Mem I/O Address */
|
||||
|
||||
#define IDA_DEVICEID_SMART 0xAE100E11
|
||||
#define IDA_DEVICEID_DEC_SMART 0x00461011
|
||||
#define IDA_DEVICEID_SMART 0xAE100E11
|
||||
#define IDA_DEVICEID_DEC_SMART 0x00461011
|
||||
#define IDA_DEVICEID_NCR_53C1510 0x00101000
|
||||
|
||||
static int
|
||||
ida_v3_fifo_full(struct ida_softc *ida)
|
||||
|
|
@ -152,6 +153,8 @@ static struct ida_board board_id[] = {
|
|||
|
||||
{ IDA_DEVICEID_DEC_SMART,
|
||||
"DEC/Compaq Smart Array 4200 controller", &ida_v4_access },
|
||||
{ IDA_DEVICEID_NCR_53C1510,
|
||||
"NCR/Compaq Integrated Array controller", &ida_v4_access },
|
||||
|
||||
{ 0, "", 0 },
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue