regen
This commit is contained in:
parent
b5db34e4d5
commit
9faac4111e
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcidevs.h,v 1.177 1999/11/17 00:09:48 augustss Exp $ */
|
||||
/* $NetBSD: pcidevs.h,v 1.178 1999/11/30 19:10:38 drochner Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.170 1999/11/17 00:09:17 augustss Exp
|
||||
* NetBSD: pcidevs,v 1.171 1999/11/30 19:09:54 drochner Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -569,6 +569,7 @@
|
|||
#define PCI_PRODUCT_3COM_3C900BTPC 0x9006 /* 3c900B-TPC Ethernet */
|
||||
#define PCI_PRODUCT_3COM_3C905BTX 0x9055 /* 3c905B-TX 10/100 Ethernet */
|
||||
#define PCI_PRODUCT_3COM_3C905BT4 0x9056 /* 3c905B-T4 10/100 Ethernet */
|
||||
#define PCI_PRODUCT_3COM_3C905BCOMBO 0x9058 /* 3c905B-COMBO 10/100 Ethernet */
|
||||
#define PCI_PRODUCT_3COM_3C905BFX 0x905a /* 3c905B-FX 10/100 Ethernet */
|
||||
#define PCI_PRODUCT_3COM_3C905CTX 0x9200 /* 3c905C-TX 10/100 Ethernet with mngmt */
|
||||
#define PCI_PRODUCT_3COM_3C980SRV 0x9800 /* 3c980 Server Adapter 10/100 Ethernet */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcidevs_data.h,v 1.175 1999/11/17 00:09:49 augustss Exp $ */
|
||||
/* $NetBSD: pcidevs_data.h,v 1.176 1999/11/30 19:10:39 drochner Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.170 1999/11/17 00:09:17 augustss Exp
|
||||
* NetBSD: pcidevs,v 1.171 1999/11/30 19:09:54 drochner Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -123,6 +123,12 @@ struct pci_knowndev pci_knowndevs[] = {
|
|||
"3Com",
|
||||
"3c905B-T4 10/100 Ethernet",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C905BCOMBO,
|
||||
0,
|
||||
"3Com",
|
||||
"3c905B-COMBO 10/100 Ethernet",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C905BFX,
|
||||
0,
|
||||
|
|
Loading…
Reference in New Issue