Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Sep 1998 10:16:48 +0200 (MET DST)
From:      Luigi Rizzo <luigi@labinfo.iet.unipi.it>
Cc:        hackers@FreeBSD.ORG, net@FreeBSD.ORG
Subject:   DEC NIC fixes for 2.2.x
Message-ID:  <Pine.BSF.3.91.980905101253.14157A-100000@labinfo.iet.unipi.it>

next in thread | raw e-mail | index | archive | help
A few days ago there was a thread on the "de" driver not putting the
link back up in case of a network problem. I think i have found the
fix, which is already in -current, and seems to work fine here on a
-stable system. The following patch to if_de.c seems to work...

@@ -447,8 +448,8 @@
         * No reason to change media if we have the right media.
         */
        tulip_reset(sc);
-       tulip_init(sc);
     }
+    tulip_init(sc);
 }


it is one of the changes done between 1.81 and 1.82 of the driver.

	cheers
	luigi

-----------------------------+--------------------------------------
Luigi Rizzo                  |  Dip. di Ingegneria dell'Informazione
email: luigi@iet.unipi.it    |  Universita' di Pisa
tel: +39-50-568533           |  via Diotisalvi 2, 56126 PISA (Italy)
fax: +39-50-568522           |  http://www.iet.unipi.it/~luigi/
_____________________________|______________________________________


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.980905101253.14157A-100000>