diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2002-10-12 00:12:31 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2002-10-12 00:12:31 +0000 |
| commit | 2e6d3b46146dee56f79383ee9727d31ba6bf9924 (patch) | |
| tree | b7840f742c856ebfc0dabea88673b72608102eac /sys/dev/ispfw | |
| parent | 2e9212d966688e184575e2cd59fbd6403db256b2 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ispfw')
| -rw-r--r-- | sys/dev/ispfw/ispfw.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ispfw/ispfw.c b/sys/dev/ispfw/ispfw.c index 4feaa612224c..68138479f60d 100644 --- a/sys/dev/ispfw/ispfw.c +++ b/sys/dev/ispfw/ispfw.c @@ -45,6 +45,7 @@ #define PCI_PRODUCT_QLOGIC_ISP1020 0x1020 #define PCI_PRODUCT_QLOGIC_ISP1080 0x1080 +#define PCI_PRODUCT_QLOGIC_ISP10160 0x1016 #define PCI_PRODUCT_QLOGIC_ISP12160 0x1216 #define PCI_PRODUCT_QLOGIC_ISP1240 0x1240 #define PCI_PRODUCT_QLOGIC_ISP1280 0x1280 @@ -109,6 +110,7 @@ isp_get_firmware(int version, int tgtmode, int devid, const u_int16_t **ptrp) else rp = isp_1080_risc_code; break; + case PCI_PRODUCT_QLOGIC_ISP10160: case PCI_PRODUCT_QLOGIC_ISP12160: if (tgtmode) rp = isp_12160_risc_code_it; |
