From: Pete P. <pp...@us...> - 2002-08-12 16:12:13
|
Update of /cvsroot/linux-mips/linux/drivers/net In directory usw-pr-cvs1:/tmp/cvs-serv6945/drivers/net Modified Files: au1000_eth.c Log Message: Deleted one debug printk. Index: au1000_eth.c =================================================================== RCS file: /cvsroot/linux-mips/linux/drivers/net/au1000_eth.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- au1000_eth.c 29 Apr 2002 16:43:23 -0000 1.10 +++ au1000_eth.c 12 Aug 2002 16:12:03 -0000 1.11 @@ -1382,7 +1382,6 @@ /* set Speed to 100Mbps, Half Duplex */ /* disable auto negotiation and enable 100MBit Mode */ control = mdio_read(dev, aup->phy_addr, MII_CONTROL); - printk("read control %x\n", control); control &= ~(MII_CNTL_AUTO | MII_CNTL_FDX); control |= MII_CNTL_F100; mdio_write(dev, aup->phy_addr, MII_CONTROL, control); |