]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC 228161,230774,230822,236415:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 28 Jun 2012 21:24:09 +0000 (21:24 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 28 Jun 2012 21:24:09 +0000 (21:24 +0000)
commit85be1f0dbb16973a8be1d4fb81768fff79ce60de
tree0a37678282af0254a1d8414c92661919a70edb51
parent4b5c027d5aabf5c3f3e7594a078b3827b1463def
MFC 228161,230774,230822,236415:
Add a new -e flag to pciconf(8)'s list mode to display PCI error details.
Currently this dumps the status of any error bits in the PCI status register
and PCI-express device status register.  It also lists any errors indicated
by version 1 of PCI-express Advanced Error Reporting (AER).

git-svn-id: svn://svn.freebsd.org/base/stable/9@237731 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/pci/pcireg.h
usr.sbin/pciconf/Makefile
usr.sbin/pciconf/cap.c
usr.sbin/pciconf/err.c [new file with mode: 0644]
usr.sbin/pciconf/pciconf.8
usr.sbin/pciconf/pciconf.c
usr.sbin/pciconf/pciconf.h