summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pciconf
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2014-05-20 14:39:22 +0000
committermav <mav@FreeBSD.org>2014-05-20 14:39:22 +0000
commitd4d9cd2fe383bb6df86bd91d1bbea8c9a091b85a (patch)
treed8c93ac268a39471782a4944dd1feab937b06e07 /usr.sbin/pciconf
parent456533ff13a987d5ae9f396defb44ca01804130c (diff)
downloadFreeBSD-src-d4d9cd2fe383bb6df86bd91d1bbea8c9a091b85a.zip
FreeBSD-src-d4d9cd2fe383bb6df86bd91d1bbea8c9a091b85a.tar.gz
Add IOMMU PCI subclass, found on Tyan S8236 motherboard.
Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com> MFC after: 2 weeks
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