Regen (Myson MTD804 added)

This commit is contained in:
martin 2002-11-07 20:41:27 +00:00
parent bdac1eff58
commit 372a4df84d
2 changed files with 20 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.483 2002/11/04 12:36:25 wiz Exp $ */
/* $NetBSD: pcidevs.h,v 1.484 2002/11/07 20:41:27 martin Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.480 2002/11/04 12:35:27 wiz Exp
* NetBSD: pcidevs,v 1.481 2002/11/07 20:40:28 martin Exp
*/
/*
@ -564,6 +564,7 @@
#define PCI_VENDOR_ANTARES 0x1754 /* Antares Microsystems, Inc. */
#define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs (2nd PCI Vendor ID) */
#define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram Technology (2nd PCI Vendor ID) */
#define PCI_VENDOR_MYSON 0x1516 /* Myson-Century Technology */
#define PCI_VENDOR_NDC 0x15e8 /* National Datacomm Corp. */
#define PCI_VENDOR_ACTIONTEC 0x1668 /* Action Tec Electronics, Inc. */
#define PCI_VENDOR_GLOBALSUN 0x16ab /* Global Sun Tech */
@ -1662,6 +1663,9 @@
/* Mutech products */
#define PCI_PRODUCT_MUTECH_MV1000 0x0001 /* MV1000 */
/* Myson-Century Technology products */
#define PCI_PRODUCT_MYSON_MTD803 0x0803 /* MTD803 3-in-1 Fast Ethernet Controller */
/* National Datacomm Corp. products */
#define PCI_PRODUCT_NDC_NCP130 0x0130 /* NCP130 Wireless NIC */
#define PCI_PRODUCT_NDC_NCP130A2 0x0131 /* NCP130 rev A2 Wireless NIC */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.481 2002/11/04 12:36:25 wiz Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.482 2002/11/07 20:41:28 martin Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.480 2002/11/04 12:35:27 wiz Exp
* NetBSD: pcidevs,v 1.481 2002/11/07 20:40:28 martin Exp
*/
/*
@ -4947,6 +4947,12 @@ const struct pci_knowndev pci_knowndevs[] = {
"Mutech",
"MV1000",
},
{
PCI_VENDOR_MYSON, PCI_PRODUCT_MYSON_MTD803,
0,
"Myson-Century Technology",
"MTD803 3-in-1 Fast Ethernet Controller",
},
{
PCI_VENDOR_NDC, PCI_PRODUCT_NDC_NCP130,
0,
@ -11097,6 +11103,12 @@ const struct pci_knowndev pci_knowndevs[] = {
"Tekram Technology (2nd PCI Vendor ID)",
NULL,
},
{
PCI_VENDOR_MYSON, 0,
PCI_KNOWNDEV_NOPROD,
"Myson-Century Technology",
NULL,
},
{
PCI_VENDOR_NDC, 0,
PCI_KNOWNDEV_NOPROD,