diff options
author | mjacob <mjacob@FreeBSD.org> | 2006-01-26 06:15:58 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2006-01-26 06:15:58 +0000 |
commit | 6dc724c51c35a418fc197b2302bc3478d63d68c4 (patch) | |
tree | 9c227692d1677f3ce71690bcf2d0fde194f552d1 /sys | |
parent | e32ac719d6a89a007d0165aae080e437ddef75da (diff) | |
download | FreeBSD-src-6dc724c51c35a418fc197b2302bc3478d63d68c4.zip FreeBSD-src-6dc724c51c35a418fc197b2302bc3478d63d68c4.tar.gz |
oops
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/isp/isp_pci.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index 0da07f7..4be6c41 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) |