diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 5517a1432842..2f54f04bb077 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 ab617a90434b..c0b00f2e8fc7 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 */ /* @@ -1991,6 +1991,10 @@ static const struct pci_vendor pci_vendors[] = { PCI_VENDOR_NETGEAR, "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[] = { { @@ -7347,6 +7351,22 @@ static const struct pci_product pci_products[] = { PCI_VENDOR_MOT, PCI_PRODUCT_MOT_HAWK, "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;