regen
This commit is contained in:
parent
a7eff26572
commit
82a0769126
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: pcidevs.h,v 1.540 2003/06/26 09:20:23 ichiro Exp $ */
|
||||
/* $NetBSD: pcidevs.h,v 1.541 2003/06/27 11:13:02 drochner Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.538 2003/06/14 09:58:55 ichiro Exp
|
||||
* NetBSD: pcidevs,v 1.540 2003/06/27 11:12:17 drochner Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -638,10 +638,14 @@
|
||||
#define PCI_PRODUCT_3COM_3C905CXTX 0x9201 /* 3c905CX-TX 10/100 Ethernet with mngmt */
|
||||
#define PCI_PRODUCT_3COM_3C980SRV 0x9800 /* 3c980 Server Adapter 10/100 Ethernet */
|
||||
#define PCI_PRODUCT_3COM_3C980CTXM 0x9805 /* 3c980C-TXM 10/100 Ethernet */
|
||||
#define PCI_PRODUCT_3COM_3CR990 0x9900 /* 3c990-TX 10/100 Ethernet with 3XP */
|
||||
#define PCI_PRODUCT_3COM_3CR990TX95 0x9902 /* 3CR990-TX-95 10/100 Ethernet with 3XP */
|
||||
#define PCI_PRODUCT_3COM_3CR990TX97 0x9903 /* 3CR990-TX-97 10/100 Ethernet with 3XP */
|
||||
#define PCI_PRODUCT_3COM_3C990B 0x9904 /* 3c990B 10/100 Ethernet with 3XP */
|
||||
#define PCI_PRODUCT_3COM_3CR990FX 0x9905 /* 3CR990-FX 100 Ethernet with 3XP */
|
||||
#define PCI_PRODUCT_3COM_3CR990SVR95 0x9908 /* 3CR990-SVR-95 10/100 Ethernet with 3XP */
|
||||
#define PCI_PRODUCT_3COM_3CR990SVR97 0x9909 /* 3CR990-SVR-97 10/100 Ethernet with 3XP */
|
||||
#define PCI_PRODUCT_3COM_3C990BSVR 0x990a /* 3c990BSVR 10/100 Ethernet with 3XP */
|
||||
|
||||
/* 3Dfx Interactive products */
|
||||
#define PCI_PRODUCT_3DFX_VOODOO 0x0001 /* Voodoo */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: pcidevs_data.h,v 1.538 2003/06/26 09:20:23 ichiro Exp $ */
|
||||
/* $NetBSD: pcidevs_data.h,v 1.539 2003/06/27 11:13:03 drochner Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.538 2003/06/14 09:58:55 ichiro Exp
|
||||
* NetBSD: pcidevs,v 1.540 2003/06/27 11:12:17 drochner Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -207,6 +207,12 @@ const struct pci_knowndev pci_knowndevs[] = {
|
||||
"3Com",
|
||||
"3c980C-TXM 10/100 Ethernet",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CR990,
|
||||
0,
|
||||
"3Com",
|
||||
"3c990-TX 10/100 Ethernet with 3XP",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CR990TX95,
|
||||
0,
|
||||
@ -219,6 +225,18 @@ const struct pci_knowndev pci_knowndevs[] = {
|
||||
"3Com",
|
||||
"3CR990-TX-97 10/100 Ethernet with 3XP",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C990B,
|
||||
0,
|
||||
"3Com",
|
||||
"3c990B 10/100 Ethernet with 3XP",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CR990FX,
|
||||
0,
|
||||
"3Com",
|
||||
"3CR990-FX 100 Ethernet with 3XP",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CR990SVR95,
|
||||
0,
|
||||
@ -231,6 +249,12 @@ const struct pci_knowndev pci_knowndevs[] = {
|
||||
"3Com",
|
||||
"3CR990-SVR-97 10/100 Ethernet with 3XP",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C990BSVR,
|
||||
0,
|
||||
"3Com",
|
||||
"3c990BSVR 10/100 Ethernet with 3XP",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_3DFX, PCI_PRODUCT_3DFX_VOODOO,
|
||||
0,
|
||||
|
Loading…
Reference in New Issue
Block a user