diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-06-28 18:32:50 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-06-28 18:32:50 +0000 |
commit | ca7d9fdfd894028268982fdfe48fa7de47c7c866 (patch) | |
tree | 12fd81e5d95a48752fcf8b134c6cfeb9bbd3c407 /sys | |
parent | b13dd11d8849e3c8edda651eaf111bca205e44ab (diff) |
sync
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 8 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 69b4d72cf65..c2d33489962 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.153 1999/06/26 14:18:46 ho Exp + * OpenBSD: pcidevs,v 1.154 1999/06/28 18:30:04 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -796,6 +796,7 @@ /* Compex */ #define PCI_PRODUCT_COMPEX_COMPEXE 0x1401 /* Ethernet */ #define PCI_PRODUCT_COMPEX_RL100ATX 0x2011 /* RL100-ATX 10/100 */ +#define PCI_PRODUCT_COMPEX_98713 0x9881 /* PMAC 98713 */ /* Contaq Microsystems products */ #define PCI_PRODUCT_CONTAQ_82C599 0x0600 /* 82C599 PCI-VLB */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index db933e69cef..ea2092dab1f 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.153 1999/06/26 14:18:46 ho Exp + * OpenBSD: pcidevs,v 1.154 1999/06/28 18:30:04 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1137,6 +1137,12 @@ struct pci_knowndev pci_knowndevs[] = { "RL100-ATX 10/100", }, { + PCI_VENDOR_COMPEX, PCI_PRODUCT_COMPEX_98713, + 0, + "Compex", + "PMAC 98713", + }, + { PCI_VENDOR_CONTAQ, PCI_PRODUCT_CONTAQ_82C599, 0, "Contaq Microsystems", |