diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-21 13:17:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-21 13:17:43 +0000 |
commit | af118c5c6af9f98f063f3e9d0b4e3f793e5d7132 (patch) | |
tree | 41d5e59a36587f194a9a8af5657f746d933b6c88 | |
parent | 4613f2908efe08bd02b4f005880b709907cc6342 (diff) |
sync
-rw-r--r-- | sys/dev/pci/pcidevs.h | 2 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 26 |
2 files changed, 14 insertions, 14 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index cbbec02ba21..486a9a6fdaf 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1213 2007/02/10 23:17:19 kettenis Exp + * OpenBSD: pcidevs,v 1.1214 2007/02/17 11:41:49 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 49a9f64e9f6..c9a68db1384 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,21 +2,9 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1213 2007/02/10 23:17:19 kettenis Exp + * OpenBSD: pcidevs,v 1.1214 2007/02/17 11:41:49 kettenis Exp */ -/* Descriptions of known vendors and devices. */ -struct pci_known_vendor { - pci_vendor_id_t vendor; - const char *vendorname; -}; - -struct pci_known_product { - pci_vendor_id_t vendor; - pci_product_id_t product; - const char *productname; -}; - /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -50,6 +38,18 @@ struct pci_known_product { * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/* Descriptions of known vendors and devices. */ +struct pci_known_vendor { + pci_vendor_id_t vendor; + const char *vendorname; +}; + +struct pci_known_product { + pci_vendor_id_t vendor; + pci_product_id_t product; + const char *productname; +}; + static const struct pci_known_product pci_known_products[] = { { PCI_VENDOR_O2MICRO, PCI_PRODUCT_O2MICRO_OZ6729, |