From bb1dad844e3f323cc1fd72c6cda30c387916153e Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Thu, 25 Oct 2001 16:44:09 +0000 Subject: regen --- sys/dev/pci/pcidevs.h | 6 +++++- sys/dev/pci/pcidevs_data.h | 10 +++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 53f89a92e5e..ec5d4c807d6 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.456 2001/10/24 17:29:27 millert Exp + * OpenBSD: pcidevs,v 1.457 2001/10/25 16:43:02 mickey Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -504,6 +504,7 @@ #define PCI_VENDOR_ASIX 0x125b /* ASIX */ #define PCI_VENDOR_AURORA 0x125c /* Aurora Technologies */ #define PCI_VENDOR_ESSTECH 0x125d /* ESS */ +#define PCI_VENDOR_INTERSIL 0x126c /* Intersil */ #define PCI_VENDOR_NORTEL 0x126c /* Nortel Networks */ #define PCI_VENDOR_ENSONIQ 0x1274 /* Ensoniq */ #define PCI_VENDOR_NETAPP 0x1275 /* Network Appliance */ @@ -1339,6 +1340,9 @@ /* Intergraph products */ #define PCI_PRODUCT_INTERGRAPH_4D50T 0x00e4 /* Powerstorm 4D50T */ +/* Intersil products */ +#define PCI_PRODUCT_INTERSIL_MINI_PCI_WLAN 0x3873 /* PRISM2.5 Mini-PCI WLAN */ + /* Invertex */ #define PCI_PRODUCT_INVERTEX_AEON 0x0005 /* AEON */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 0a21028ffdd..149e7d39402 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.456 2001/10/24 17:29:27 millert Exp + * OpenBSD: pcidevs,v 1.457 2001/10/25 16:43:02 mickey Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2422,6 +2422,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_INTERGRAPH, PCI_PRODUCT_INTERGRAPH_4D50T, "Powerstorm 4D50T", }, + { + PCI_VENDOR_INTERSIL, PCI_PRODUCT_INTERSIL_MINI_PCI_WLAN, + "PRISM2.5 Mini-PCI WLAN", + }, { PCI_VENDOR_INVERTEX, PCI_PRODUCT_INVERTEX_AEON, "AEON", @@ -6662,6 +6666,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { PCI_VENDOR_ESSTECH, "ESS", }, + { + PCI_VENDOR_INTERSIL, + "Intersil", + }, { PCI_VENDOR_NORTEL, "Nortel Networks", -- cgit v1.2.3