diff options
Diffstat (limited to 'sys/dev')
-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 3a76c8a3de3..f49a298ca4e 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.644 2003/06/25 08:59:55 henning Exp + * OpenBSD: pcidevs,v 1.645 2003/06/26 23:16:37 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1472,6 +1472,7 @@ #define PCI_PRODUCT_INTEL_PRO_100_VM_4 0x103c /* PRO/100 VM */ #define PCI_PRODUCT_INTEL_PRO_100_VE_4 0x103d /* PRO/100 VE */ #define PCI_PRODUCT_INTEL_PRO_100_VM_5 0x103e /* PRO/100 VM */ +#define PCI_PRODUCT_INTEL_PRO_2100_3B 0x1043 /* PRO/2100 3B */ #define PCI_PRODUCT_INTEL_PRO_100_VE_5 0x1050 /* PRO/100 VE */ #define PCI_PRODUCT_INTEL_PRO_100_M 0x1059 /* PRO/100 M */ #define PCI_PRODUCT_INTEL_82815_DC100_HUB 0x1100 /* 82815 Hub */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index b3c9423bdf0..959bb6523be 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.644 2003/06/25 08:59:55 henning Exp + * OpenBSD: pcidevs,v 1.645 2003/06/26 23:16:37 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2743,6 +2743,10 @@ static const struct pci_known_product pci_known_products[] = { "PRO/100 VM", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_2100_3B, + "PRO/2100 3B", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100_VE_5, "PRO/100 VE", }, |