--- linux/drivers/net/cs89x0_original.c Thu May 16 11:11:41 2002 +++ linux/drivers/net/cs89x0.c Thu May 16 11:35:10 2002 @@ -547,6 +547,10 @@ printk(KERN_DEBUG "%s: new adapter_cnf: 0x%x\n", dev->name, lp->adapter_cnf); } + + printk(KERN_INFO "%s:forced to RJ45 & HALF DUPLEX (modif by TESTASECCA ETIC)\n", dev->name); + lp->force |= FORCE_RJ45; + lp->force |= FORCE_HALF; /* allow them to force multiple transceivers. If they force multiple, autosense */ {