From ce1880553dbe38be90d42d9cab81fada51899436 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 26 Jun 2003 23:17:48 +0000 Subject: sync --- sys/dev/pci/pcidevs.h | 3 ++- sys/dev/pci/pcidevs_data.h | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci') 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 $ */ @@ -2742,6 +2742,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100_VM_5, "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", -- cgit v1.2.3