From owner-cvs-all Fri Oct 30 09:39:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04871 for cvs-all-outgoing; Fri, 30 Oct 1998 09:39:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from octopus.originative.co.uk (originat.demon.co.uk [158.152.220.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA04829; Fri, 30 Oct 1998 09:38:57 -0800 (PST) (envelope-from paul@originative.co.uk) Received: by OCTOPUS with Internet Mail Service (5.5.1960.3) id ; Fri, 30 Oct 1998 17:38:05 -0000 Message-ID: From: Paul Richards To: "'Luigi Rizzo'" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: RE: cvs commit: src/sys/i386/isa if_lnc.c Date: Fri, 30 Oct 1998 17:38:04 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > -----Original Message----- > From: Luigi Rizzo [mailto:luigi@FreeBSD.ORG] > Sent: Friday, October 30, 1998 11:54 AM > To: cvs-committers@FreeBSD.org; cvs-all@FreeBSD.org > Subject: cvs commit: src/sys/i386/isa if_lnc.c > > > luigi 1998/10/30 03:53:58 PST > > Modified files: > sys/i386/isa if_lnc.c > Log: > Fix a typo, and remove verbose error reporting when in > promisc mode (they are annoying in normal mode > as well so i am really tempted to remove them unconditionally...) > > Revision Changes Path > 1.48 +4 -2 src/sys/i386/isa/if_lnc.c Well this is 50% ok, you're right about the spelling mistake but disabling the error message is a bad thing. The error messages you've disabled signify packet corruption resulting in the packet being dropped (CRC and Framing errors), you'd really want to know about that sort of thing happening. This is hardly verbose error reporting! Please reverse that part of the commit. If you're seeing so many of these errors that they're annoying you then you should find the cause, not disable the error message. Paul Richards. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message