summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pciconf
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2014-06-03 06:48:35 +0000
committermav <mav@FreeBSD.org>2014-06-03 06:48:35 +0000
commit40e2c2f2d81626af81ab80c45321cb6fe26ac9a7 (patch)
treee1dca92052192ac327ddcfaebaaa5700e080c78a /usr.sbin/pciconf
parente871acf5e4e1215e87d652c0645ffd349e7ec4ab (diff)
downloadFreeBSD-src-40e2c2f2d81626af81ab80c45321cb6fe26ac9a7.zip
FreeBSD-src-40e2c2f2d81626af81ab80c45321cb6fe26ac9a7.tar.gz
MFC r266468:
Add IOMMU PCI subclass, found on Tyan S8236 motherboard. Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com>
Diffstat (limited to 'usr.sbin/pciconf')
-rw-r--r--usr.sbin/pciconf/pciconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pciconf/pciconf.c b/usr.sbin/pciconf/pciconf.c
index 0177dc9..12e83ec 100644
--- a/usr.sbin/pciconf/pciconf.c
+++ b/usr.sbin/pciconf/pciconf.c
@@ -466,6 +466,7 @@ static struct
{PCIC_BASEPERIPH, PCIS_BASEPERIPH_RTC, "realtime clock"},
{PCIC_BASEPERIPH, PCIS_BASEPERIPH_PCIHOT, "PCI hot-plug controller"},
{PCIC_BASEPERIPH, PCIS_BASEPERIPH_SDHC, "SD host controller"},
+ {PCIC_BASEPERIPH, PCIS_BASEPERIPH_IOMMU, "IOMMU"},
{PCIC_INPUTDEV, -1, "input device"},
{PCIC_INPUTDEV, PCIS_INPUTDEV_KEYBOARD, "keyboard"},
{PCIC_INPUTDEV, PCIS_INPUTDEV_DIGITIZER,"digitizer"},
OpenPOWER on IntegriCloud