From owner-freebsd-current Tue Aug 5 20:02:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA23472 for current-outgoing; Tue, 5 Aug 1997 20:02:56 -0700 (PDT) Received: from shell.uniserve.com (tom@shell.uniserve.com [204.244.210.252]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA23467 for ; Tue, 5 Aug 1997 20:02:47 -0700 (PDT) Received: from localhost (tom@localhost) by shell.uniserve.com (8.8.5/8.8.5) with SMTP id TAA13270; Tue, 5 Aug 1997 19:59:46 -0700 (PDT) X-Authentication-Warning: shell.uniserve.com: tom owned process doing -bs Date: Tue, 5 Aug 1997 19:59:46 -0700 (PDT) From: Tom To: Alex cc: current@FreeBSD.ORG Subject: Re: Could someone clarify this? In-Reply-To: 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 On Wed, 6 Aug 1997, Alex wrote: > 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. man 4 ex man 4 eg > 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 > > Tom