diff options
| author | martin <martin@NetBSD.org> | 2006-03-06 08:24:13 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2006-03-06 08:24:13 +0000 |
| commit | 013227eddd4e19e8bfc9be0b6f4937b5d22c24ae (patch) | |
| tree | cb7b0800c5a2d62f7047afb2a18090810b865a4f /sys/dev | |
| parent | eb0fe4f28c26b5408379b28e4b11027dd8b0e831 (diff) | |
Regen (MOXA devices added)
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs.h | 11 | ||||
| -rw-r--r-- | sys/dev/pci/pcidevs_data.h | 28 |
2 files changed, 33 insertions, 6 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 5517a143284..2f54f04bb07 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.770 2006/03/01 22:23:21 dogcow Exp $ */ +/* $NetBSD: pcidevs.h,v 1.771 2006/03/06 08:24:13 martin Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.769 2006/03/01 22:22:36 dogcow Exp + * NetBSD: pcidevs,v 1.770 2006/03/06 08:23:00 martin Exp */ /* @@ -545,6 +545,7 @@ #define PCI_VENDOR_DOMEX 0x134a /* Domex */ #define PCI_VENDOR_LMC 0x1376 /* LAN Media */ #define PCI_VENDOR_NETGEAR 0x1385 /* Netgear */ +#define PCI_VENDOR_MOXA 0x1393 /* Moxa */ #define PCI_VENDOR_LEVELONE 0x1394 /* Level One */ #define PCI_VENDOR_COLOGNECHIP 0x1397 /* Cologne Chip Designs */ #define PCI_VENDOR_HIFN 0x13a3 /* Hifn */ @@ -2158,6 +2159,12 @@ #define PCI_PRODUCT_MOT_FALCON 0x4802 /* Falcon ECC Memory Controller Chip Set */ #define PCI_PRODUCT_MOT_HAWK 0x4803 /* Hawk System Memory Controller & PCI Host Bridge */ +/* Moxa products */ +#define PCI_PRODUCT_MOXA_CP114 0x1141 /* CP-114 */ +#define PCI_PRODUCT_MOXA_C104H 0x1040 /* C104H */ +#define PCI_PRODUCT_MOXA_CP104 0x1041 /* CP-104UL */ +#define PCI_PRODUCT_MOXA_C168H 0x1680 /* C168H */ + /* Mutech products */ #define PCI_PRODUCT_MUTECH_MV1000 0x0001 /* MV1000 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index ab617a90434..c0b00f2e8fc 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs_data.h,v 1.769 2006/03/01 22:23:21 dogcow Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.770 2006/03/06 08:24:13 martin Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.769 2006/03/01 22:22:36 dogcow Exp + * NetBSD: pcidevs,v 1.770 2006/03/06 08:23:00 martin Exp */ /* @@ -1992,6 +1992,10 @@ static const struct pci_vendor pci_vendors[] = { "Netgear", }, { + PCI_VENDOR_MOXA, + "Moxa", + }, + { PCI_VENDOR_LEVELONE, "Level One", }, @@ -2332,7 +2336,7 @@ static const struct pci_vendor pci_vendors[] = { "INVALID VENDOR ID", }, }; -const int pci_nvendors = 573; +const int pci_nvendors = 574; static const struct pci_product pci_products[] = { { @@ -7348,6 +7352,22 @@ static const struct pci_product pci_products[] = { "Hawk System Memory Controller & PCI Host Bridge", }, { + PCI_VENDOR_MOXA, PCI_PRODUCT_MOXA_CP114, + "CP-114", + }, + { + PCI_VENDOR_MOXA, PCI_PRODUCT_MOXA_C104H, + "C104H", + }, + { + PCI_VENDOR_MOXA, PCI_PRODUCT_MOXA_CP104, + "CP-104UL", + }, + { + PCI_VENDOR_MOXA, PCI_PRODUCT_MOXA_C168H, + "C168H", + }, + { PCI_VENDOR_MUTECH, PCI_PRODUCT_MUTECH_MV1000, "MV1000", }, @@ -10836,4 +10856,4 @@ static const struct pci_product pci_products[] = { "Video Controller", }, }; -const int pci_nproducts = 2125; +const int pci_nproducts = 2129; |
