From: Jeff Garzik Date: Tue, 16 Oct 2007 08:09:09 +0000 (-0400) Subject: [netdrvr] forcedeth: improved probe info; dev_printk() cleanups X-Git-Tag: v2.6.24-rc1~819^2~16 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f88ce495b11bb4a68e4f291e8dc3057a1cf9daf;p=pandora-kernel.git [netdrvr] forcedeth: improved probe info; dev_printk() cleanups main change: * greatly improve per-NIC probe diagnostic output. Similar to other net drivers, print out MAC address, PHY info, and various hardware and software flags that may be relevant. other changes: * similar to other net drivers, only print the initial version message when we have found at least one board. * don't bother to print error message when pci_enable_device() fails, it will do so for us. * use dev_printk() rather than printk() in nv_probe(). This gives use a standardized output similar to the rest of the kernel, and eliminates the need to manually print out PCI bus id. * use DRV_NAME constant where appropriate * clean struct pci_driver indentation Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed