cvs commit: src/sys/bus/pci pci.c pci_private.h src/sys/bus/pci/i386 pci_cfgreg.c src/sys/dev/pccard/cardbus cardbus.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Feb 3 18:52:32 PST 2005
dillon 2005/02/03 18:52:18 PST
DragonFly src repository
Modified files:
sys/bus/pci pci.c pci_private.h
sys/bus/pci/i386 pci_cfgreg.c
sys/dev/pccard/cardbus cardbus.c
Log:
Annotate the class byte with a class name in the bootverbose pci "found->"
bus logging code. Numbers are fine, but when there are thousands of them
on the screen you need a bit of human readable context.
Revision Changes Path
1.23 +72 -2 src/sys/bus/pci/pci.c
1.5 +1 -0 src/sys/bus/pci/pci_private.h
1.10 +2 -2 src/sys/bus/pci/i386/pci_cfgreg.c
1.3 +2 -1 src/sys/dev/pccard/cardbus/cardbus.c
http://www.dragonflybsd.org/cvsweb/src/sys/bus/pci/pci.c.diff?r1=1.22&r2=1.23&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/bus/pci/pci_private.h.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/bus/pci/i386/pci_cfgreg.c.diff?r1=1.9&r2=1.10&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/pccard/cardbus/cardbus.c.diff?r1=1.2&r2=1.3&f=u
More information about the Commits
mailing list