]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add an internal pci_printf() routine similar to device_printf() except
authorJohn Baldwin <jhb@FreeBSD.org>
Mon, 1 Jun 2009 20:30:00 +0000 (20:30 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Mon, 1 Jun 2009 20:30:00 +0000 (20:30 +0000)
commit287078dd8ecea18553685801a6e3999c6b1551eb
treef74ddedc459cc189fece16d7b637bbcd08f692bd
parent35db1e6dd26e2cfea5a2f31e90d9a432e6ca24db
Add an internal pci_printf() routine similar to device_printf() except
that it prefixes the output with 'pci<domain>:<bus>:<device>:<function>: '.
sys/dev/pci/pci.c