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 /sys/dev/pci/pcidevs.h | |
parent | 4869332f14f4a6a4832de0a1cb68c3c6ad7358f2 (diff) |
sync
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 8 |
1 files changed, 5 insertions, 3 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 */ |