Module Name: src Committed By: msaitoh Date: Sat May 24 15:20:32 UTC 2014
Modified Files: src/sys/dev/pci: pci_subr.c pcireg.h Log Message: - Decode the programming interface field in the Class Code register and print it. - Print the cache line size in bytes. - Print the Link Status 2 register itself. - Some bits were not printed if the bit is 0. Always print them using with onoff() macro. - Print more bits. - KNF. - Use macro. - Add comments. To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117 src/sys/dev/pci/pci_subr.c cvs rdiff -u -r1.89 -r1.90 src/sys/dev/pci/pcireg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.