From 2e6d3b46146dee56f79383ee9727d31ba6bf9924 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Sat, 12 Oct 2002 00:12:31 +0000 Subject: Know that a 10160 is the same as a 12160. MFC after: 0 days --- sys/dev/ispfw/ispfw.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/dev') diff --git a/sys/dev/ispfw/ispfw.c b/sys/dev/ispfw/ispfw.c index 4feaa612224c4..68138479f60d6 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; -- cgit v1.3