From: Michael Chan Date: Thu, 25 Aug 2005 22:39:15 +0000 (-0700) Subject: [BNX2]: update version and minor fixes X-Git-Tag: v2.6.14-rc1~1035^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73eef4cddb2738c4e8c5ef157ebb1b19d6c9272f;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed