From ca7d9fdfd894028268982fdfe48fa7de47c7c866 Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Mon, 28 Jun 1999 18:32:50 +0000 Subject: sync --- sys/dev/pci/pcidevs.h | 3 ++- sys/dev/pci/pcidevs_data.h | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'sys') 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 $ */ @@ -1136,6 +1136,12 @@ struct pci_knowndev pci_knowndevs[] = { "Compex", "RL100-ATX 10/100", }, + { + PCI_VENDOR_COMPEX, PCI_PRODUCT_COMPEX_98713, + 0, + "Compex", + "PMAC 98713", + }, { PCI_VENDOR_CONTAQ, PCI_PRODUCT_CONTAQ_82C599, 0, -- cgit v1.2.3