diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 16 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index e44875e59c3..65ce9e50fe0 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.314 2000/09/14 11:04:51 niklas Exp + * OpenBSD: pcidevs,v 1.315 2000/09/14 11:21:36 niklas Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1053,6 +1053,8 @@ #define PCI_PRODUCT_INTEL_SIO 0x0484 /* 82378IB PCI-ISA (System I/O) */ #define PCI_PRODUCT_INTEL_82426EX 0x0486 /* 82426EX PCI-to-ISA (PCIB) */ #define PCI_PRODUCT_INTEL_PCMC 0x04a3 /* 82434LX/NX (Mercury/Neptune) PCI/Cache/DRAM */ +#define PCI_PRODUCT_INTEL_80960RM 0x0962 /* i960 RM PCI-PCI */ +#define PCI_PRODUCT_INTEL_80960RN 0x0964 /* i960 RN PCI-PCI */ #define PCI_PRODUCT_INTEL_82452 0x1000 /* Pro/1000 */ #define PCI_PRODUCT_INTEL_82559ER 0x1209 /* 82559ER */ #define PCI_PRODUCT_INTEL_82092AA 0x1222 /* 82092AA IDE */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 814f9aaa947..717bb5fcae6 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.314 2000/09/14 11:04:51 niklas Exp + * OpenBSD: pcidevs,v 1.315 2000/09/14 11:21:36 niklas Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2115,6 +2115,18 @@ struct pci_knowndev pci_knowndevs[] = { "82434LX/NX (Mercury/Neptune) PCI/Cache/DRAM", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_80960RM, + 0, + "Intel", + "i960 RM PCI-PCI", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_80960RN, + 0, + "Intel", + "i960 RN PCI-PCI", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82452, 0, "Intel", |