Regen.
This commit is contained in:
parent
fbf3c412e4
commit
af02376ac9
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: pcidevs.h,v 1.265 2000/09/13 15:58:13 ad Exp $ */
|
||||
/* $NetBSD: pcidevs.h,v 1.266 2000/09/19 01:11:38 fvdl Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.259 2000/09/13 14:45:09 ad Exp
|
||||
* NetBSD: pcidevs,v 1.260 2000/09/19 01:10:48 fvdl Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -571,6 +571,9 @@
|
||||
#define PCI_PRODUCT_3COM_3C595TX 0x5950 /* 3c595-TX 10/100 Ethernet */
|
||||
#define PCI_PRODUCT_3COM_3C595T4 0x5951 /* 3c595-T4 10/100 Ethernet */
|
||||
#define PCI_PRODUCT_3COM_3C595MII 0x5952 /* 3c595-MII 10/100 Ethernet */
|
||||
#define PCI_PRODUCT_3COM_3C555 0x5055 /* 3c555 10/100 MiniPCI Ethernet */
|
||||
#define PCI_PRODUCT_3COM_3C556 0x6055 /* 3c556 10/100 MiniPCI Ethernet */
|
||||
#define PCI_PRODUCT_3COM_3C556B 0x6056 /* 3c556B 10/100 MiniPCI Ethernet */
|
||||
#define PCI_PRODUCT_3COM_3CSOHO100TX 0x7646 /* 3cSOHO100-TX 10/100 Ethernet */
|
||||
#define PCI_PRODUCT_3COM_3C900TPO 0x9000 /* 3c900-TPO Ethernet */
|
||||
#define PCI_PRODUCT_3COM_3C900COMBO 0x9001 /* 3c900-COMBO Ethernet */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: pcidevs_data.h,v 1.263 2000/09/13 15:58:13 ad Exp $ */
|
||||
/* $NetBSD: pcidevs_data.h,v 1.264 2000/09/19 01:11:38 fvdl Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.259 2000/09/13 14:45:09 ad Exp
|
||||
* NetBSD: pcidevs,v 1.260 2000/09/19 01:10:48 fvdl Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -75,6 +75,24 @@ struct pci_knowndev pci_knowndevs[] = {
|
||||
"3Com",
|
||||
"3c595-MII 10/100 Ethernet",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C555,
|
||||
0,
|
||||
"3Com",
|
||||
"3c555 10/100 MiniPCI Ethernet",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C556,
|
||||
0,
|
||||
"3Com",
|
||||
"3c556 10/100 MiniPCI Ethernet",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C556B,
|
||||
0,
|
||||
"3Com",
|
||||
"3c556B 10/100 MiniPCI Ethernet",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CSOHO100TX,
|
||||
0,
|
||||
|
Loading…
Reference in New Issue
Block a user