Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 1997 15:53:40 -0700
From:      David Greenman <dg@root.com>
To:        spork <spork@super-g.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: de0 problem 2.2-STABLE 
Message-ID:  <199707292253.PAA09074@implode.root.com>
In-Reply-To: Your message of "Tue, 29 Jul 1997 12:05:38 EDT." <Pine.BSF.3.95q.970729120342.3845A-100000@super-g.inch.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
>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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707292253.PAA09074>