diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-09-14 11:28:22 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-09-14 11:28:22 +0000 |
commit | 893979a97b8fd92f36e6cf3dc87cc0a03553158b (patch) | |
tree | 3e0d565556939ce87b82e06a99b69644ac6e6b17 | |
parent | 71eff73f26c6e403a226f428221604dc7fef5596 (diff) |
sync
-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", |