]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/net/tg3.c
[TG3]: misc. fixes
authorMichael Chan <mchan@broadcom.com>
Tue, 27 Sep 2005 19:13:10 +0000 (12:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Sep 2005 19:13:10 +0000 (12:13 -0700)
commitf9804ddbeec2ea709255830a8822bfb4e7584f6a
tree09aad8dd07b795540a718bb48f6f1c1a7f1c496d
parentc94e39418ab6eccf863581f4e0d847da0080b2d3
[TG3]: misc. fixes

Fix interrupt test handler by adding check for IRQ assertion in
PCI_STATE register in addition to the status block updated bit.

Add test for valid ethernet address in tg3_set_mac_addr().

Add tg3_bus_string() to setup the PCI bus speed/width string for all
PCI/PCIX/PCI Express devices. This is used to print the bus type
during init_one().

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c