From owner-freebsd-bugs Tue Mar 26 23:30: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 64F6D37B404 for ; Tue, 26 Mar 2002 23:30:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2R7U3d22687; Tue, 26 Mar 2002 23:30:03 -0800 (PST) (envelope-from gnats) Date: Tue, 26 Mar 2002 23:30:03 -0800 (PST) Message-Id: <200203270730.g2R7U3d22687@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Alexey Dokuchaev Subject: Re: kern/36330: ``device ed'' missing from the LINT config file Reply-To: Alexey Dokuchaev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/36330; it has been noted by GNATS. From: Alexey Dokuchaev To: "Crist J. Clark" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/36330: ``device ed'' missing from the LINT config file Date: Wed, 27 Mar 2002 13:30:14 +0600 On Tue, Mar 26, 2002 at 05:07:26PM -0800, Crist J. Clark wrote: > On Tue, Mar 26, 2002 at 04:15:23PM +0600, Alexey Dokuchaev wrote: > [snip] > > > ``device ed'' string appears to be missing from the LINT kernel > > configuration file, though it is a vadit kernel device option. > > Unaware users may wonder where did the NE2000-PCI and other 8029-based > > cheapies support go ;-) > > $ fgrep ed0 /usr/src/sys/i386/conf/LINT > device ed0 at isa? port 0x280 irq 5 iomem 0xd8000 > > Hmm, I'm not really sure how to deal with devices that support both > PCI and ISA in LINT. Why not simply leave both "device ed0 at isa? port 0x280 irq 5 iomem 0xd8000" for ISA and "device ed" for PCI? Or will it break anything? ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message