diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2003-05-14 04:30:03 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2003-05-14 04:30:03 +0000 |
commit | bc34ca77e7926b024910909edb4f5ec8c9da0a04 (patch) | |
tree | 55fd9a047b21d60985e63d211de62395e16b8f94 | |
parent | b7c3b741faf852d7b9dbdaf791986b9c0448132a (diff) |
sync
-rw-r--r-- | sys/dev/pci/pcidevs.h | 17 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 46 |
2 files changed, 61 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 8f973e3b84a..1e56c8f9f5e 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.622 2003/05/14 02:09:28 jason Exp + * OpenBSD: pcidevs,v 1.623 2003/05/14 04:29:28 nate Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -501,6 +501,7 @@ #define PCI_VENDOR_ESSENTIAL 0x120f /* Essential Communications */ #define PCI_VENDOR_O2MICRO 0x1217 /* O2 Micro Inc */ #define PCI_VENDOR_3DFX 0x121a /* 3DFX Interactive */ +#define PCI_VENDOR_ATML 0x121b /* Advanced Telecommunications Modules */ #define PCI_VENDOR_ARIEL 0x1220 /* Ariel */ #define PCI_VENDOR_AZTECH 0x122d /* Aztech */ #define PCI_VENDOR_3DO 0x1239 /* The 3D0 Company */ @@ -599,6 +600,7 @@ #define PCI_VENDOR_ATRONICS 0x907f /* Atronics */ #define PCI_VENDOR_NETMOS 0x9710 /* NetMos */ #define PCI_VENDOR_CHRYSALIS 0xcafe /* Chrysalis-ITS */ +#define PCI_VENDOR_ENDACE 0xeace /* Endace Measurement Systems */ #define PCI_VENDOR_ARC 0xedd8 /* ARC Logic */ #define PCI_VENDOR_INVALID 0xffff /* INVALID VENDOR ID */ @@ -795,6 +797,12 @@ #define PCI_PRODUCT_ADVSYS_U2W 0x2500 /* ASP-3940U2W */ #define PCI_PRODUCT_ADVSYS_U3W 0x2700 /* ASP-3940U3W */ +/* Advanced Telecommunications Modules Ltd. */ +#define PCI_PRODUCT_ATML_WAIKATO 0x3200 /* Waikato Dag3.2 */ +#define PCI_PRODUCT_ATML_DAG35 0x3500 /* Endace Dag3.5 */ +#define PCI_PRODUCT_ATML_DAG422GE 0x422e /* Endace Dag4.22GE */ +#define PCI_PRODUCT_ATML_DAG423 0x4230 /* Endace Dag4.23 */ + /* Alliance products */ #define PCI_PRODUCT_ALLIANCE_AT22 0x6422 /* AT22 */ #define PCI_PRODUCT_ALLIANCE_AT24 0x6424 /* AT24 */ @@ -1260,6 +1268,13 @@ #define PCI_PRODUCT_EMULEX_LPPFC 0x10df /* Light Pulse FibreChannel */ #define PCI_PRODUCT_EMULEX_LP8000 0xf800 /* Light Pulse 8000 */ +/* Endace Measurement Systems */ +#define PCI_PRODUCT_ENDACE_DAG35 0x3500 /* Endace Dag3.5 */ +#define PCI_PRODUCT_ENDACE_DAG36D 0x360d /* Endace Dag3.6D */ +#define PCI_PRODUCT_ENDACE_DAG422GE 0x422e /* Endace Dag4.22GE */ +#define PCI_PRODUCT_ENDACE_DAG423 0x4230 /* Endace Dag4.23 */ +#define PCI_PRODUCT_ENDACE_DAG423GE 0x423e /* Endace Dag4.23GE */ + /* ENE Technology Inc products */ #define PCI_PRODUCT_ENE_CB1410 0x1410 /* CB-1410 PCI-CardBus */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 09b565d6b17..e979bf4b06d 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.622 2003/05/14 02:09:28 jason Exp + * OpenBSD: pcidevs,v 1.623 2003/05/14 04:29:28 nate Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -659,6 +659,22 @@ static const struct pci_known_product pci_known_products[] = { "ASP-3940U3W", }, { + PCI_VENDOR_ATML, PCI_PRODUCT_ATML_WAIKATO, + "Waikato Dag3.2", + }, + { + PCI_VENDOR_ATML, PCI_PRODUCT_ATML_DAG35, + "Endace Dag3.5", + }, + { + PCI_VENDOR_ATML, PCI_PRODUCT_ATML_DAG422GE, + "Endace Dag4.22GE", + }, + { + PCI_VENDOR_ATML, PCI_PRODUCT_ATML_DAG423, + "Endace Dag4.23", + }, + { PCI_VENDOR_ALLIANCE, PCI_PRODUCT_ALLIANCE_AT22, "AT22", }, @@ -2127,6 +2143,26 @@ static const struct pci_known_product pci_known_products[] = { "Light Pulse 8000", }, { + PCI_VENDOR_ENDACE, PCI_PRODUCT_ENDACE_DAG35, + "Endace Dag3.5", + }, + { + PCI_VENDOR_ENDACE, PCI_PRODUCT_ENDACE_DAG36D, + "Endace Dag3.6D", + }, + { + PCI_VENDOR_ENDACE, PCI_PRODUCT_ENDACE_DAG422GE, + "Endace Dag4.22GE", + }, + { + PCI_VENDOR_ENDACE, PCI_PRODUCT_ENDACE_DAG423, + "Endace Dag4.23", + }, + { + PCI_VENDOR_ENDACE, PCI_PRODUCT_ENDACE_DAG423GE, + "Endace Dag4.23GE", + }, + { PCI_VENDOR_ENE, PCI_PRODUCT_ENE_CB1410, "CB-1410 PCI-CardBus", }, @@ -8359,6 +8395,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "3DFX Interactive", }, { + PCI_VENDOR_ATML, + "Advanced Telecommunications Modules", + }, + { PCI_VENDOR_ARIEL, "Ariel", }, @@ -8751,6 +8791,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Chrysalis-ITS", }, { + PCI_VENDOR_ENDACE, + "Endace Measurement Systems", + }, + { PCI_VENDOR_ARC, "ARC Logic", }, |