From: <se...@pr...> - 2004-02-01 21:46:43
|
Update of /cvsroot/gc-linux/linux/drivers/net In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14146 Modified Files: gc-net.c Log Message: Once in a while unknown 0x40 happens. As a hotfix we reset the BBA everytime that happens... Index: gc-net.c =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/net/gc-net.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- gc-net.c 1 Feb 2004 21:18:18 -0000 1.4 +++ gc-net.c 1 Feb 2004 21:44:47 -0000 1.5 @@ -981,10 +981,13 @@ } if (s & 0x40) { - printk("GCIF - EXI - 0x40!\n"); eth_exi_outb(3, 0x40); eth_exi_outb(2, 0xF8); + printk("GCIF - EXI - 0x40!\n"); + adapter_init(dev); return; + +// return; } if (s & 0x20) { |