turn off debug error messages (from Ralph)
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Mon, 4 Jul 1994 05:46:08 +0000 (21:46 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Mon, 4 Jul 1994 05:46:08 +0000 (21:46 -0800)
SCCS-vsn: sys/pmax/dev/if_le.c 8.3

usr/src/sys/pmax/dev/if_le.c

index 8880dc7..825b1f6 100644 (file)
@@ -7,7 +7,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)if_le.c     8.2 (Berkeley) %G%
+ *     @(#)if_le.c     8.3 (Berkeley) %G%
  */
 
 #include <le.h>
  */
 
 #include <le.h>
@@ -78,7 +78,7 @@ struct        driver ledriver = {
        "le", leprobe, 0, 0, leintr,
 };
 
        "le", leprobe, 0, 0, leintr,
 };
 
-int    ledebug = 1;            /* console error messages */
+int    ledebug = 0;            /* console error messages */
 
 /*
  * Ethernet software status per interface.
 
 /*
  * Ethernet software status per interface.
@@ -264,7 +264,7 @@ lesetladrf(le)
        /*
         * Set up multicast address filter by passing all multicast
         * addresses through a crc generator, and then using the high
        /*
         * Set up multicast address filter by passing all multicast
         * addresses through a crc generator, and then using the high
-        * order 6 bits as a index into the 64 bit logical address
+        * order 6 bits as an index into the 64 bit logical address
         * filter. The high order two bits select the word, while the
         * rest of the bits select the bit within the word.
         */
         * filter. The high order two bits select the word, while the
         * rest of the bits select the bit within the word.
         */