regen
This commit is contained in:
parent
6d2a2f23b9
commit
4bbb1a724a
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pcidevs.h,v 1.310 2001/03/02 17:32:59 thorpej Exp $ */
|
||||
/* $NetBSD: pcidevs.h,v 1.311 2001/03/04 21:28:06 msaitoh Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
|
@ -564,6 +564,7 @@
|
|||
#define PCI_VENDOR_ADP 0x9004 /* Adaptec */
|
||||
#define PCI_VENDOR_ADP2 0x9005 /* Adaptec (2nd PCI Vendor ID) */
|
||||
#define PCI_VENDOR_ATRONICS 0x907f /* Atronics */
|
||||
#define PCI_VENDOR_NETMOS 0x9710 /* Netmos */
|
||||
#define PCI_VENDOR_CHRYSALIS 0xcafe /* Chrysalis-ITS */
|
||||
#define PCI_VENDOR_ARC 0xedd8 /* ARC Logic */
|
||||
#define PCI_VENDOR_INVALID 0xffff /* INVALID VENDOR ID */
|
||||
|
@ -1393,6 +1394,9 @@
|
|||
#define PCI_PRODUCT_NETGEAR_GA620 0x620a /* GA620 1000baseSX Gigabit Ethernet */
|
||||
#define PCI_PRODUCT_NETGEAR_GA620T 0x630a /* GA620 1000baseT Gigabit Ethernet */
|
||||
|
||||
/* Netmos products */
|
||||
#define PCI_PRODUCT_NETMOS_NM9835 0x9835 /* Dual UART and 1284 Printer port */
|
||||
|
||||
/* Network Security Technologies, Inc. */
|
||||
#define PCI_PRODUCT_NETSEC_7751 0x7751 /* 7751 */
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pcidevs_data.h,v 1.308 2001/03/02 17:33:00 thorpej Exp $ */
|
||||
/* $NetBSD: pcidevs_data.h,v 1.309 2001/03/04 21:28:07 msaitoh Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
|
@ -3711,6 +3711,12 @@ const struct pci_knowndev pci_knowndevs[] = {
|
|||
"Netgear",
|
||||
"GA620 1000baseT Gigabit Ethernet",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9835,
|
||||
0,
|
||||
"Netmos",
|
||||
"Dual UART and 1284 Printer port",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_NETSEC, PCI_PRODUCT_NETSEC_7751,
|
||||
0,
|
||||
|
@ -8865,6 +8871,12 @@ const struct pci_knowndev pci_knowndevs[] = {
|
|||
"Atronics",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_NETMOS, 0,
|
||||
PCI_KNOWNDEV_NOPROD,
|
||||
"Netmos",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_CHRYSALIS, 0,
|
||||
PCI_KNOWNDEV_NOPROD,
|
||||
|
|
Loading…
Reference in New Issue