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