On Sat, 27 Nov 2004 sjhill@xxxxxxxxxxxxxx wrote: > Modified files: > drivers/net : sb1250-mac.c > > Log message: > Clean up comments, add in new module parameter handling to get rid of compiler > warnings and Manish's printk patch for ethernet device names shown in email > (http://www.linux-mips.org/archives/linux-mips/2004-11/msg00116.html). Hmm, shouldn't that be: if (sc->rx_hw_checksum == ENABLE) printk(KERN_INFO "%s: enabling TCP rcv checksum\n", sc->sbm_dev->name); Otherwise the report doesn't actually reflect the condition. I'll change it thus as obvious. Maciej