regen
This commit is contained in:
parent
5eba2f8c9b
commit
c8532c3ebe
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcidevs.h,v 1.169 1999/11/01 20:43:51 augustss Exp $ */
|
||||
/* $NetBSD: pcidevs.h,v 1.170 1999/11/04 09:39:17 joda Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.162 1999/11/01 20:43:12 augustss Exp
|
||||
* NetBSD: pcidevs,v 1.163 1999/11/04 09:38:38 joda Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1391,6 +1391,13 @@
|
|||
#define PCI_PRODUCT_WINBOND_W89C840F 0x0840 /* W89C840F 10/100 Ethernet */
|
||||
#define PCI_PRODUCT_WINBOND_W89C940F 0x0940 /* W89C940F Ethernet */
|
||||
|
||||
/* Xircom products */
|
||||
/* is the `-3' here just indicating revision 3, or is it really part
|
||||
of the device name? */
|
||||
#define PCI_PRODUCT_XIRCOM_X3201_3 0x0002 /* X3201-3 Fast Ethernet Controller */
|
||||
/* this is the device id `indicating 21143 driver compatibility' */
|
||||
#define PCI_PRODUCT_XIRCOM_X3201_3_21143 0x0003 /* X3201-3 Fast Ethernet Controller (21143) */
|
||||
|
||||
/* Yamaha products */
|
||||
#define PCI_PRODUCT_YAMAHA_YMF724E_V 0x0004 /* 724 Audio */
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcidevs_data.h,v 1.167 1999/11/01 20:43:51 augustss Exp $ */
|
||||
/* $NetBSD: pcidevs_data.h,v 1.168 1999/11/04 09:39:18 joda Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.162 1999/11/01 20:43:12 augustss Exp
|
||||
* NetBSD: pcidevs,v 1.163 1999/11/04 09:38:38 joda Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -3501,6 +3501,18 @@ struct pci_knowndev pci_knowndevs[] = {
|
|||
"Winbond Electronics",
|
||||
"W89C940F Ethernet",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_XIRCOM, PCI_PRODUCT_XIRCOM_X3201_3,
|
||||
0,
|
||||
"Xircom",
|
||||
"X3201-3 Fast Ethernet Controller",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_XIRCOM, PCI_PRODUCT_XIRCOM_X3201_3_21143,
|
||||
0,
|
||||
"Xircom",
|
||||
"X3201-3 Fast Ethernet Controller (21143)",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_YAMAHA, PCI_PRODUCT_YAMAHA_YMF724E_V,
|
||||
0,
|
||||
|
|
Loading…
Reference in New Issue