diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-11-18 20:43:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-11-18 20:43:24 +0000 |
commit | ba1697b45cc88ab07c7acc7ff884de243f0ead5b (patch) | |
tree | 21fa5613ed6db133f868aa65ee3e7bb3a1c2faa1 /sys | |
parent | f404db71acfeddf9a2ea609d3d3e081499dea86b (diff) |
sync
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 2e2df00ba7d..8133b6103ce 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.463 2001/11/16 21:41:12 mickey Exp + * OpenBSD: pcidevs,v 1.464 2001/11/18 20:43:10 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1651,6 +1651,7 @@ #define PCI_PRODUCT_OXFORD_VSCOM_PCI200L 0x8020 /* VScom PCI 200-L */ #define PCI_PRODUCT_OXFORD_VSCOM_PCI800H_0 0xa003 /* VScom PCI 800-H */ #define PCI_PRODUCT_OXFORD_VSCOM_PCI800H_1 0xa004 /* VScom PCI 800-H */ +#define PCI_PRODUCT_OXFORD_VSCOM_PCI200H 0xa005 /* VScom PCI 200-H */ /* Packet Engines Inc. products */ #define PCI_PRODUCT_PE_GNIC2 0x0911 /* PMC/GNIC2 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 7a7c46d2753..f8be4371bed 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.463 2001/11/16 21:41:12 mickey Exp + * OpenBSD: pcidevs,v 1.464 2001/11/18 20:43:10 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3315,6 +3315,10 @@ static const struct pci_known_product pci_known_products[] = { "VScom PCI 800-H", }, { + PCI_VENDOR_OXFORD, PCI_PRODUCT_OXFORD_VSCOM_PCI200H, + "VScom PCI 200-H", + }, + { PCI_VENDOR_PE, PCI_PRODUCT_PE_GNIC2, "PMC/GNIC2", }, |