fix collision handling bug (from Bill Reeves)
authorBrian Feldman <feldman@ucbvax.Berkeley.EDU>
Sat, 8 May 1982 14:48:20 +0000 (06:48 -0800)
committerBrian Feldman <feldman@ucbvax.Berkeley.EDU>
Sat, 8 May 1982 14:48:20 +0000 (06:48 -0800)
SCCS-vsn: sys/vax/if/if_ec.c 4.7

usr/src/sys/vax/if/if_ec.c

index d568aeb..4dcf9f8 100644 (file)
@@ -1,4 +1,4 @@
-/*     if_ec.c 4.6     82/05/07        */
+/*     if_ec.c 4.7     82/05/07        */
 
 #include "ec.h"
 #include "imp.h"
 
 #include "ec.h"
 #include "imp.h"
@@ -419,7 +419,7 @@ ecdocoll(unit)
        /*
         * Clear the controller's collision flag, thus enabling retransmit.
         */
        /*
         * Clear the controller's collision flag, thus enabling retransmit.
         */
-       addr->ec_xcr = EC_JCLR;
+       addr->ec_xcr = EC_JINTEN|EC_XINTEN|EC_JCLR;
 }
 
 #ifdef notdef
 }
 
 #ifdef notdef