pciconf - Enhance output
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 1 Oct 2018 18:40:23 +0000 (11:40 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 1 Oct 2018 18:44:22 +0000 (11:44 -0700)
commitd650e2183cf9557d58c726150ef990202fc85b98
tree5b2bdc9aede6dcc8cc39d897c608ee5c85b487a6
parentc229b0c534c51c6a1980f9d4bfb2592e5e339bd7
pciconf - Enhance output

* Add more registers defs from FreeBSD to pcireg.h

* Bring expanded pciconf code in form FreeBSD.  This code
  displays more configuration data for bridges and control
  registers, and fixes a broken bus error reporting conditional.

* Also normalize SLT -> SLOT naming in pcireg.h
sys/bus/pci/pci.c
sys/bus/pci/pci_pci.c
sys/bus/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.c
usr.sbin/pciconf/pciconf.h