diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-12 06:02:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-12 06:02:39 +0000 |
commit | 7828984002d9ee084bf437df1afe9ac5b23e9f00 (patch) | |
tree | 38b8c57358c9fc75bcdc265f5b589ba2c7ca6861 | |
parent | 4869332f14f4a6a4832de0a1cb68c3c6ad7358f2 (diff) |
sync
-rw-r--r-- | sys/dev/pci/pcidevs.h | 8 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 22 |
2 files changed, 22 insertions, 8 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 238dbdaffc4..886c34a7490 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.240 2000/04/11 13:56:40 ho Exp + * OpenBSD: pcidevs,v 1.241 2000/04/12 06:02:28 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -395,7 +395,7 @@ #define PCI_VENDOR_SYNEMA 0x1163 /* Synema */ #define PCI_VENDOR_APT 0x1164 /* Advanced Peripherals Technologies */ #define PCI_VENDOR_IMAGRAPH 0x1165 /* Imagraph */ -#define PCI_VENDOR_PEQUR 0x1166 /* Pequr Technology */ +#define PCI_VENDOR_RCC 0x1166 /* Reliance Computer */ #define PCI_VENDOR_MUTOH 0x1167 /* Mutoh Industries */ #define PCI_VENDOR_THINE 0x1168 /* Thine Electronics */ #define PCI_VENDOR_CDAC 0x1169 /* Centre for Dev. of Advanced Computing */ @@ -1244,7 +1244,9 @@ #define PCI_PRODUCT_PCTECH_RZ1000 0x1000 /* RZ1000 */ /* Pequr products */ -#define PCI_PRODUCT_PEQUR_PCIBRIDGE 0x0200 /* PCI */ +#define PCI_PRODUCT_RCC_PCIBRIDGE 0x0200 /* PCI */ +#define PCI_PRODUCT_RCC_CNB20HE 0x0008 /* CNB20HE */ +#define PCI_PRODUCT_RCC_CNB20HE 0x0009 /* CNB20LE */ /* PLX products */ #define PCI_PRODUCT_PLX_1076 0x1076 /* I/O */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index eb9c88c0172..20201b8898b 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.240 2000/04/11 13:56:40 ho Exp + * OpenBSD: pcidevs,v 1.241 2000/04/12 06:02:28 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2979,12 +2979,24 @@ struct pci_knowndev pci_knowndevs[] = { "RZ1000", }, { - PCI_VENDOR_PEQUR, PCI_PRODUCT_PEQUR_PCIBRIDGE, + PCI_VENDOR_RCC, PCI_PRODUCT_RCC_PCIBRIDGE, 0, - "Pequr Technology", + "Reliance Computer", "PCI", }, { + PCI_VENDOR_RCC, PCI_PRODUCT_RCC_CNB20HE, + 0, + "Reliance Computer", + "CNB20HE", + }, + { + PCI_VENDOR_RCC, PCI_PRODUCT_RCC_CNB20HE, + 0, + "Reliance Computer", + "CNB20LE", + }, + { PCI_VENDOR_PLX, PCI_PRODUCT_PLX_1076, 0, "PLX Technology", @@ -6735,9 +6747,9 @@ struct pci_knowndev pci_knowndevs[] = { NULL, }, { - PCI_VENDOR_PEQUR, 0, + PCI_VENDOR_RCC, 0, PCI_KNOWNDEV_NOPROD, - "Pequr Technology", + "Reliance Computer", NULL, }, { |