This commit is contained in:
ichiro 2001-10-13 07:44:21 +00:00
parent 8afd8ee7a9
commit c0e7956031
2 changed files with 20 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.367 2001/10/11 14:31:58 tron Exp $ */
/* $NetBSD: pcidevs.h,v 1.368 2001/10/13 07:44:21 ichiro Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.362 2001/10/11 14:30:21 tron Exp
* NetBSD: pcidevs,v 1.363 2001/10/13 07:43:42 ichiro Exp
*/
/*
@ -508,6 +508,7 @@
#define PCI_VENDOR_ASIX 0x125b /* ASIX Electronics */
#define PCI_VENDOR_AURORA 0x125c /* Aurora Technologies */
#define PCI_VENDOR_ESSTECH 0x125d /* ESS Technology Inc */
#define PCI_VENDOR_INTERSIL 0x1260 /* Intersil */
#define PCI_VENDOR_SILMOTION 0x126f /* Silicon Motion */
#define PCI_VENDOR_ENSONIQ 0x1274 /* Ensoniq */
#define PCI_VENDOR_NETAPP 0x1275 /* Network Appliance */
@ -1312,6 +1313,9 @@
/* Intergraph products */
#define PCI_PRODUCT_INTERGRAPH_4D50T 0x00e4 /* Powerstorm 4D50T */
/* Intersil products */
#define PCI_PRODUCT_INTERSIL_MINI_PCI_WLAN 0x3873 /* Intersil PRISM2.5 Mini-PCI WLAN */
/* Invertex */
#define PCI_PRODUCT_INVERTEX_AEON 0x0005 /* AEON */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.365 2001/10/11 14:31:58 tron Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.366 2001/10/13 07:44:22 ichiro Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.362 2001/10/11 14:30:21 tron Exp
* NetBSD: pcidevs,v 1.363 2001/10/13 07:43:42 ichiro Exp
*/
/*
@ -3411,6 +3411,12 @@ const struct pci_knowndev pci_knowndevs[] = {
"Intergraph",
"Powerstorm 4D50T",
},
{
PCI_VENDOR_INTERSIL, PCI_PRODUCT_INTERSIL_MINI_PCI_WLAN,
0,
"Intersil",
"Intersil PRISM2.5 Mini-PCI WLAN",
},
{
PCI_VENDOR_INVERTEX, PCI_PRODUCT_INVERTEX_AEON,
0,
@ -9129,6 +9135,12 @@ const struct pci_knowndev pci_knowndevs[] = {
"ESS Technology Inc",
NULL,
},
{
PCI_VENDOR_INTERSIL, 0,
PCI_KNOWNDEV_NOPROD,
"Intersil",
NULL,
},
{
PCI_VENDOR_SILMOTION, 0,
PCI_KNOWNDEV_NOPROD,