diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-17 12:02:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-17 12:02:06 +0000 |
commit | f1e4bed8bad1667ab5c41e9cd3341928a07959a8 (patch) | |
tree | a48e06b6e789d45b38ee50369c40d67e4df9eb1c | |
parent | 73ece697372cd731104a562e303db7b5f82c0b42 (diff) |
sync
-rw-r--r-- | sys/dev/pci/pcidevs.h | 8 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 48 |
2 files changed, 56 insertions, 0 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index f37e88f51fe..45a3e36904c 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -636,6 +636,14 @@ #define PCI_PRODUCT_COMPAQ_QVISION_1280P 0x3033 /* QVision 1280/p */ #define PCI_PRODUCT_COMPAQ_QVISION_V2 0x3034 /* QVision */ #define PCI_PRODUCT_COMPAQ_TRIFLEX4 0x4000 /* Triflex Host-PCI Bridge */ +#define PCI_PRODUCT_COMPAQ_N100TX 0xae32 /* Netelligent 10/100 TX */ +#define PCI_PRODUCT_COMPAQ_N10T 0xae34 /* Netelligent 10 T */ +#define PCI_PRODUCT_COMPAQ_IntNF3P 0xae35 /* Integrated NetFlex 3/P */ +#define PCI_PRODUCT_COMPAQ_IntPL100TX 0xae43 /* ProLiant Integrated Netelligent 10/100 TX */ +#define PCI_PRODUCT_COMPAQ_DPNet100TX 0xae40 /* Dual Port Netelligent 10/100 TX */ +#define PCI_PRODUCT_COMPAQ_DP4000 0xb011 /* Deskpro 4000 5233MMX */ +#define PCI_PRODUCT_COMPAQ_NF3P_BNC 0xf150 /* NetFlex 3/P w/ BNC */ +#define PCI_PRODUCT_COMPAQ_NF3P 0xf130 /* NetFlex 3/P */ /* Contaq Microsystems products */ #define PCI_PRODUCT_CONTAQ_82C599 0x0600 /* 82C599 PCI-VLB Bridge */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index b434e18c52c..2b60c1428ec 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -536,6 +536,54 @@ struct pci_knowndev pci_knowndevs[] = { "Triflex Host-PCI Bridge", }, { + PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_N100TX, + 0, + "Compaq", + "Netelligent 10/100 TX", + }, + { + PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_N10T, + 0, + "Compaq", + "Netelligent 10 T", + }, + { + PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_IntNF3P, + 0, + "Compaq", + "Integrated NetFlex 3/P", + }, + { + PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_IntPL100TX, + 0, + "Compaq", + "ProLiant Integrated Netelligent 10/100 TX", + }, + { + PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_DPNet100TX, + 0, + "Compaq", + "Dual Port Netelligent 10/100 TX", + }, + { + PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_DP4000, + 0, + "Compaq", + "Deskpro 4000 5233MMX", + }, + { + PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_NF3P_BNC, + 0, + "Compaq", + "NetFlex 3/P w/ BNC", + }, + { + PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_NF3P, + 0, + "Compaq", + "NetFlex 3/P", + }, + { PCI_VENDOR_CONTAQ, PCI_PRODUCT_CONTAQ_82C599, 0, "Contaq Microsystems", |