diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2014-05-20 14:39:22 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2014-05-20 14:39:22 +0000 |
| commit | e887c1dedfbd0826259775a76c8c075063860340 (patch) | |
| tree | d8c93ac268a39471782a4944dd1feab937b06e07 /usr.sbin/pciconf | |
| parent | 6804df87a9daa6e007d2da853e3f9ca4b609877c (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pciconf')
| -rw-r--r-- | usr.sbin/pciconf/pciconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pciconf/pciconf.c b/usr.sbin/pciconf/pciconf.c index 0177dc98702f..12e83ec93380 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"}, |
