summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2006-01-26 06:15:58 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2006-01-26 06:15:58 +0000
commit6c4266852d387d2f371f19dcd4fd5ca7402d25fd (patch)
tree9c227692d1677f3ce71690bcf2d0fde194f552d1
parentcfc26cd69cc56bc4a21d4bdeb60b23dace6b9bb2 (diff)
Notes
-rw-r--r--sys/dev/isp/isp_pci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c
index 0da07f7450c5..4be6c41b82ba 100644
--- a/sys/dev/isp/isp_pci.c
+++ b/sys/dev/isp/isp_pci.c
@@ -267,6 +267,9 @@ static struct ispmdvec mdvec_2300 = {
#define PCI_QLOGIC_ISP2322 \
((PCI_PRODUCT_QLOGIC_ISP2322 << 16) | PCI_VENDOR_QLOGIC)
+#define PCI_QLOGIC_ISP2422 \
+ ((PCI_PRODUCT_QLOGIC_ISP2422 << 16) | PCI_VENDOR_QLOGIC)
+
#define PCI_QLOGIC_ISP6312 \
((PCI_PRODUCT_QLOGIC_ISP6312 << 16) | PCI_VENDOR_QLOGIC)