mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remember to snag firmware for the DELL OEM (6312) card
MFC after: 2 days
This commit is contained in:
parent
1b94141649
commit
796a9ee342
1 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ __FBSDID("$FreeBSD$");
|
|||
#define PCI_PRODUCT_QLOGIC_ISP2200 0x2200
|
||||
#define PCI_PRODUCT_QLOGIC_ISP2300 0x2300
|
||||
#define PCI_PRODUCT_QLOGIC_ISP2312 0x2312
|
||||
#define PCI_PRODUCT_QLOGIC_ISP6312 0x6312
|
||||
#if _MACHINE_ARCH == sparc64
|
||||
#define SBUS_PRODUCT_QLOGIC_ISP1000 0x1000
|
||||
#endif
|
||||
|
|
@ -128,6 +129,7 @@ isp_get_firmware(int version, int tgtmode, int devid, const u_int16_t **ptrp)
|
|||
break;
|
||||
case PCI_PRODUCT_QLOGIC_ISP2300:
|
||||
case PCI_PRODUCT_QLOGIC_ISP2312:
|
||||
case PCI_PRODUCT_QLOGIC_ISP6312:
|
||||
rp = isp_2300_risc_code;
|
||||
break;
|
||||
#if _MACHINE_ARCH == sparc64
|
||||
|
|
|
|||
Loading…
Reference in a new issue