regen
This commit is contained in:
parent
52454a3dd6
commit
4739c00231
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pcidevs.h,v 1.256 2000/08/21 15:33:45 enami Exp $ */
|
||||
/* $NetBSD: pcidevs.h,v 1.257 2000/08/29 01:18:17 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
|
@ -55,6 +55,7 @@
|
|||
*/
|
||||
|
||||
#define PCI_VENDOR_MARTINMARIETTA 0x003d /* Martin-Marietta Corporation */
|
||||
#define PCI_VENDOR_HAUPPAUGE 0x0070 /* Hauppauge Computer Works */
|
||||
#define PCI_VENDOR_COMPAQ 0x0e11 /* Compaq */
|
||||
#define PCI_VENDOR_SYMBIOS 0x1000 /* Symbios Logic */
|
||||
#define PCI_VENDOR_ATI 0x1002 /* ATI Technologies */
|
||||
|
@ -224,7 +225,7 @@
|
|||
#define PCI_VENDOR_CORNERSTONE 0x10ae /* Cornerstone Technology */
|
||||
#define PCI_VENDOR_MICROCOMPSON 0x10af /* Micro Computer Sysytems (M) SON */
|
||||
#define PCI_VENDOR_CARDEXPER 0x10b0 /* CardExpert Technology */
|
||||
#define PCI_VENDOR_CABLETRON 0x10B1 /* Cabletron Systems */
|
||||
#define PCI_VENDOR_CABLETRON 0x10b1 /* Cabletron Systems */
|
||||
#define PCI_VENDOR_RAYETHON 0x10b2 /* Raytheon */
|
||||
#define PCI_VENDOR_DATABOOK 0x10b3 /* Databook */
|
||||
#define PCI_VENDOR_STB 0x10b4 /* STB Systems */
|
||||
|
@ -524,11 +525,13 @@
|
|||
#define PCI_VENDOR_FORTEMEDIA 0x1319 /* Forte Media */
|
||||
#define PCI_VENDOR_DOMEX 0x134a /* Domex */
|
||||
#define PCI_VENDOR_LMC 0x1376 /* LAN Media Corporation */
|
||||
#define PCI_VENDOR_CONEXANT 0x14f1 /* Conexant Systems */
|
||||
#define PCI_VENDOR_NETGEAR 0x1385 /* Netgear */
|
||||
#define PCI_VENDOR_3WARE 0x13c1 /* 3ware */
|
||||
#define PCI_VENDOR_SUNDANCETI 0x13f0 /* Sundance Technology */
|
||||
#define PCI_VENDOR_CMEDIA 0x13f6 /* C-Media Electronics Inc */
|
||||
#define PCI_VENDOR_ASKEY 0x144f /* Askey Computer Corp. */
|
||||
#define PCI_VENDOR_AVERMEDIA 0x1461 /* Avermedia Technologies */
|
||||
#define PCI_VENDOR_CONEXANT 0x14f1 /* Conexant Systems */
|
||||
#define PCI_VENDOR_DELTA 0x1500 /* Delta Electronics */
|
||||
#define PCI_VENDOR_TERRATEC 0x153b /* TerraTec Electronic */
|
||||
#define PCI_VENDOR_SOLIDUM 0x1588 /* Solidum Systems Corp. */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pcidevs_data.h,v 1.254 2000/08/21 15:33:46 enami Exp $ */
|
||||
/* $NetBSD: pcidevs_data.h,v 1.255 2000/08/29 01:18:17 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
|
@ -4893,6 +4893,12 @@ struct pci_knowndev pci_knowndevs[] = {
|
|||
"Martin-Marietta Corporation",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_HAUPPAUGE, 0,
|
||||
PCI_KNOWNDEV_NOPROD,
|
||||
"Hauppauge Computer Works",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_COMPAQ, 0,
|
||||
PCI_KNOWNDEV_NOPROD,
|
||||
|
@ -7707,12 +7713,6 @@ struct pci_knowndev pci_knowndevs[] = {
|
|||
"LAN Media Corporation",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_CONEXANT, 0,
|
||||
PCI_KNOWNDEV_NOPROD,
|
||||
"Conexant Systems",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_NETGEAR, 0,
|
||||
PCI_KNOWNDEV_NOPROD,
|
||||
|
@ -7737,6 +7737,24 @@ struct pci_knowndev pci_knowndevs[] = {
|
|||
"C-Media Electronics Inc",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_ASKEY, 0,
|
||||
PCI_KNOWNDEV_NOPROD,
|
||||
"Askey Computer Corp.",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_AVERMEDIA, 0,
|
||||
PCI_KNOWNDEV_NOPROD,
|
||||
"Avermedia Technologies",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_CONEXANT, 0,
|
||||
PCI_KNOWNDEV_NOPROD,
|
||||
"Conexant Systems",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_DELTA, 0,
|
||||
PCI_KNOWNDEV_NOPROD,
|
||||
|
|
Loading…
Reference in New Issue