diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-07-09 22:36:48 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-07-09 22:36:48 +0000 |
commit | c063d500d4056cb1939a7133d27ea4d6bb9e70ee (patch) | |
tree | 4589e17ddc21bfce83086e93dc9e42900c8c6030 /sys/dev/pci/pcidevs_data.h | |
parent | dba992a20c6ff46ba1b7f8f7799ce4d43192bb7f (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 8d5295e2537..facfd97ae6c 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1095 2006/07/09 03:35:10 brad Exp + * OpenBSD: pcidevs,v 1.1096 2006/07/09 22:32:34 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -8807,6 +8807,10 @@ static const struct pci_known_product pci_known_products[] = { "ISP2312", }, { + PCI_VENDOR_QLOGIC, PCI_PRODUCT_QLOGIC_ISP2322, + "ISP2322", + }, + { PCI_VENDOR_QLOGIC, PCI_PRODUCT_QLOGIC_ISP6312, "ISP6312", }, |