diff options
author | 2017-12-05 22:26:31 +0000 | |
---|---|---|
committer | 2017-12-05 22:26:31 +0000 | |
commit | 775e25ea67d3959c20fe24edbae53a6e474d5c90 (patch) | |
tree | 44eb75021e3396e7e8e8383048b84eed32817750 /sys/dev/pci | |
parent | Remove DEF_STRONG(__cxa_thread_atexit_impl). This produces an unwanted (diff) | |
download | wireguard-openbsd-775e25ea67d3959c20fe24edbae53a6e474d5c90.tar.xz wireguard-openbsd-775e25ea67d3959c20fe24edbae53a6e474d5c90.zip |
Add SPARC-M7 PCIe; rename existing SPARC PCIe entries.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index ab02566f03c..cf64868eace 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1827 2017/11/29 05:00:16 dlg Exp $ +$OpenBSD: pcidevs,v 1.1828 2017/12/05 22:26:31 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -6946,8 +6946,9 @@ product SUN 5821 0x5454 Crypto 5821 product SUN SCA1K 0x5455 Crypto 1K product SUN SCA6K 0x5ca0 Crypto 6K product SUN PSYCHO 0x8000 Psycho PCI -product SUN SPARC_PCIE2 0x8186 SPARC PCIE -product SUN SPARC_PCIE3 0x8196 SPARC PCIE +product SUN SPARC_T3_PCIE 0x8186 SPARC-T3/T4 PCIE +product SUN SPARC_M7_PCIE 0x818e SPARC-M7 PCIE +product SUN SPARC_T5_PCIE 0x8196 SPARC-T5/M5/M6 PCIE product SUN MS_IIep 0x9000 microSPARC IIep PCI product SUN US_IIi 0xa000 UltraSPARC IIi PCI product SUN US_IIe 0xa001 UltraSPARC IIe PCI |