From owner-freebsd-current Tue Aug 5 19:00:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA19961 for current-outgoing; Tue, 5 Aug 1997 19:00:31 -0700 (PDT) Received: from zippy.dyn.ml.org (garbanzo@sfmax3-56.ppp.wenet.net [206.80.14.56]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA19940 for ; Tue, 5 Aug 1997 19:00:26 -0700 (PDT) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.8.6/8.8.5) with SMTP id CAA01948 for ; Wed, 6 Aug 1997 02:00:26 GMT X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Wed, 6 Aug 1997 02:00:25 +0000 (GMT) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org Reply-To: Alex To: current@freebsd.org Subject: Could someone clarify this? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Ok, I'm workin on a set of shell scripts to work as a kernel configurator, however there's quite a bit of stuff in the LINT file that I can't decipher. For instance, these networkdevices have no names attached to em, so I don't know what they are: ex0, eg0. The ambiguous wording on this options leaves me wonderin what device it's attached to LINT_PCCARD_HACK, and if it's really needed. Cause the generic kernel leaves this out afaict (as far as I can tell). - alex