From 4e97ba3c159226abd085885853815789548debd5 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 23 Feb 1998 23:57:04 +0000 Subject: regen --- sys/dev/pci/pcidevs.h | 3 ++- sys/dev/pci/pcidevs_data.h | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index cf3063cb52c..76aee75079f 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.28 1998/02/15 01:49:22 deraadt Exp + * OpenBSD: pcidevs,v 1.29 1998/02/23 23:55:23 millert Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -650,6 +650,7 @@ /* Contaq Microsystems products */ #define PCI_PRODUCT_CONTAQ_82C599 0x0600 /* 82C599 PCI-VLB Bridge */ +#define PCI_PRODUCT_CONTAQ_SIO 0xc693 /* CY82C693U PCI-ISA Bridge (System I/O) */ /* Corollary Products */ #define PCI_PRODUCT_COROLLARY_CBUSII_PCIB 0x0014 /* C-Bus II-PCI Bridge */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 02654f8a50f..2a8ceca59ed 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.28 1998/02/15 01:49:22 deraadt Exp + * OpenBSD: pcidevs,v 1.29 1998/02/23 23:55:23 millert Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -560,6 +560,12 @@ struct pci_knowndev pci_knowndevs[] = { "Contaq Microsystems", "82C599 PCI-VLB Bridge", }, + { + PCI_VENDOR_CONTAQ, PCI_PRODUCT_CONTAQ_SIO, + 0, + "Contaq Microsystems", + "CY82C693U PCI-ISA Bridge (System I/O)", + }, { PCI_VENDOR_COROLLARY, PCI_PRODUCT_COROLLARY_CBUSII_PCIB, 0, -- cgit v1.2.3