]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[BNX2]: update version and minor fixes
authorMichael Chan <mchan@broadcom.com>
Thu, 25 Aug 2005 22:39:15 +0000 (15:39 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 23:10:48 +0000 (16:10 -0700)
commit73eef4cddb2738c4e8c5ef157ebb1b19d6c9272f
treeadb68a5d7901439a2667fb6f60bbfa28c034d177
parentc770a65cee7cc250d7bccd99fa55e742988ae4e0
[BNX2]: update version and minor fixes

Update version and add 4 minor fixes, the last 2 were suggested by
Jeff Garzik:

1. check for a valid ethernet address before setting it
2. zero out bp->regview if init_one encounters an error and unmaps
   the IO address. This prevents remove_one from unmapping again.
3. use netif_rx_schedule() instead of hand coding the same.
4. use IRQ_HANDLED and IRQ_NONE.

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