Regen.
This commit is contained in:
parent
d8c0efec1b
commit
3a0141108b
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcidevs.h,v 1.189 2000/01/09 09:20:01 soren Exp $ */
|
||||
/* $NetBSD: pcidevs.h,v 1.190 2000/01/11 17:21:02 matt Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.182 2000/01/09 09:19:26 soren Exp
|
||||
* NetBSD: pcidevs,v 1.183 2000/01/11 17:20:24 matt Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1055,6 +1055,10 @@
|
|||
/* LeadTek Research */
|
||||
#define PCI_PRODUCT_LEADTEK_S3_805 0x0000 /* S3 805 */
|
||||
|
||||
/* Linear Systems / CompuModules */
|
||||
#define PCI_PRODUCT_LINEARSYS_DVB_TX 0x7629 /* DVB Transmitter */
|
||||
#define PCI_PRODUCT_LINEARSYS_DVB_RX 0x7630 /* DVB Receiver */
|
||||
|
||||
/* Lite-On products */
|
||||
#define PCI_PRODUCT_LITEON_82C168 0x0002 /* 82C168/82C169 (PNIC) 10/100 Ethernet */
|
||||
#define PCI_PRODUCT_LITEON_82C115 0xc115 /* 82C115 (PNIC II) 10/100 Ethernet */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcidevs_data.h,v 1.187 2000/01/09 09:20:02 soren Exp $ */
|
||||
/* $NetBSD: pcidevs_data.h,v 1.188 2000/01/11 17:21:02 matt Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.182 2000/01/09 09:19:26 soren Exp
|
||||
* NetBSD: pcidevs,v 1.183 2000/01/11 17:20:24 matt Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -2127,6 +2127,18 @@ struct pci_knowndev pci_knowndevs[] = {
|
|||
"LeadTek Research",
|
||||
"S3 805",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_LINEARSYS, PCI_PRODUCT_LINEARSYS_DVB_TX,
|
||||
0,
|
||||
"Linear Systems",
|
||||
"DVB Transmitter",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_LINEARSYS, PCI_PRODUCT_LINEARSYS_DVB_RX,
|
||||
0,
|
||||
"Linear Systems",
|
||||
"DVB Receiver",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_LITEON, PCI_PRODUCT_LITEON_82C168,
|
||||
0,
|
||||
|
|
Loading…
Reference in New Issue