diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-02-23 23:57:04 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-02-23 23:57:04 +0000 |
commit | 4e97ba3c159226abd085885853815789548debd5 (patch) | |
tree | a6c9a12126ec70a4f1d3b81e82bc152c489439c0 /sys | |
parent | 2852efddfdb9f6b14e85174b82e77c8f7d8e5804 (diff) |
regen
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 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 $ */ @@ -561,6 +561,12 @@ struct pci_knowndev pci_knowndevs[] = { "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, "Corrollary", |