From: Jan-Benedict G. <jb...@us...> - 2005-10-18 06:02:01
|
Update of /cvsroot/linux-vax/kernel-2.5/Documentation/vax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6749 Modified Files: keep_an_eye_on.txt Log Message: - Document need for fixing vaxlance vs. SGEC. Index: keep_an_eye_on.txt =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/Documentation/vax/keep_an_eye_on.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- keep_an_eye_on.txt 24 Aug 2005 22:30:45 -0000 1.6 +++ keep_an_eye_on.txt 18 Oct 2005 06:01:47 -0000 1.7 @@ -24,3 +24,6 @@ - schedule_timeout(30*HZ/100); + msleep(300); +- Oct 18, 2005: Debundle SGEC and vaxlance. + They share a struct net_dev last_dev (defined in lance). This seems to be + a relict from stoneage and needs to be removed. |