From owner-freebsd-questions Tue Jul 29 15:52:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA18771 for questions-outgoing; Tue, 29 Jul 1997 15:52:35 -0700 (PDT) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA18766 for ; Tue, 29 Jul 1997 15:52:30 -0700 (PDT) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id PAA09074; Tue, 29 Jul 1997 15:53:40 -0700 (PDT) Message-Id: <199707292253.PAA09074@implode.root.com> To: spork cc: questions@FreeBSD.ORG Subject: Re: de0 problem 2.2-STABLE In-reply-to: Your message of "Tue, 29 Jul 1997 12:05:38 EDT." From: David Greenman Reply-To: dg@root.com Date: Tue, 29 Jul 1997 15:53:40 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Another little thing I saw while looking at the source, I don't know >enough here to say what this would do, but at line 1370 there is a >spurious "^L". I assume it's just a coincidence that this is part of the >section where it determines if the link is dead and downs the if... > > sc->tulip_probe_state = TULIP_PROBE_INACTIVE; > tulip_21140_autonegotiate(sc, phy); >} >^L >static void >tulip_21140_nomii_media_preset( > tulip_softc_t * const sc) > >I'll take it out and recompile for fun as soon as my make world is done... It's just a linefeed to seperate different sections of the driver. It is completely harmless and will not affect the resulting object code. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project