diff options
author | 2018-05-24 02:53:13 +0000 | |
---|---|---|
committer | 2018-05-24 02:53:13 +0000 | |
commit | 2b101cc98e11cebcda1667ec4ad521990edf90d3 (patch) | |
tree | 13ab83f29401dcf8371cbeab6706d8975cbe18d7 | |
parent | Print a message if AML attempts to access a part of the Operation Region (diff) | |
download | wireguard-openbsd-2b101cc98e11cebcda1667ec4ad521990edf90d3.tar.xz wireguard-openbsd-2b101cc98e11cebcda1667ec4ad521990edf90d3.zip |
Add AMD SR5690/5670/5650 IOMMU to pcidevs
Display name taken from existing pcidevs context (previous devices in
same family) and verified against AMD's "43871 Register Reference Guide"
for this platform
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 0c35f44ab1b..8e9737f43af 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1849 2018/05/18 19:01:08 kettenis Exp $ +$OpenBSD: pcidevs,v 1.1850 2018/05/24 02:53:13 mlarkin Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1349,6 +1349,7 @@ product ATI SR5690_PCIE_7 0x5a1d SR5690 PCIE product ATI SR5690_PCIE_8 0x5a1e SR5690 PCIE product ATI SR5690_PCIE_9 0x5a1f SR5690 PCIE product ATI SR5690_PCIE_A 0x5a20 SR5690 PCIE +product ATI SR5690_IOMMU 0x5a23 SR5690 IOMMU product ATI RS400_HB 0x5a31 RS400 Host product ATI RC410_HB 0x5a33 RC410 Host product ATI RX480_PCIE 0x5a34 RX480 PCIE |