]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit - usr.sbin/pciconf/err.c
MFC 228161,230774,230822,236415:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 28 Jun 2012 21:24:56 +0000 (21:24 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 28 Jun 2012 21:24:56 +0000 (21:24 +0000)
commitdd5b54c1246f317cf63f71f70e1760320866886f
tree75517e3752d9162aee9c7ab02ce40621272290b0
parent0528a2364d733ca842dff3738f7b6a177bfd9638
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/8@237732 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