From owner-cvs-doc@FreeBSD.ORG Fri Jan 14 21:31:30 2005 Return-Path: Delivered-To: cvs-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9602716A502; Fri, 14 Jan 2005 21:31:30 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F2DF43D31; Fri, 14 Jan 2005 21:31:30 +0000 (GMT) (envelope-from imp@harmony.village.org) Received: from localhost (localhost [IPv6:::1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id j0ELTn2L005010; Fri, 14 Jan 2005 14:29:49 -0700 (MST) (envelope-from imp@harmony.village.org) Date: Fri, 14 Jan 2005 14:29:49 -0700 (MST) Message-Id: <20050114.142949.59658149.imp@harmony.village.org> To: blackend@freebsd.org From: Warner Losh In-Reply-To: <20050114210000.GP617@nosferatu.blackend.org> References: <20050114111005.GC617@nosferatu.blackend.org> <20050114.135132.112620761.imp@harmony.village.org> <20050114210000.GP617@nosferatu.blackend.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: den@freebsd.org cc: cvs-doc@freebsd.org cc: imp@rover.village.org cc: cvs-all@freebsd.org cc: keramida@ceid.upatras.gr cc: doc-committers@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/config chapter.sgml X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jan 2005 21:31:30 -0000 From: Marc Fonvieille Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/config chapter.sgml Date: Fri, 14 Jan 2005 22:00:00 +0100 > On Fri, Jan 14, 2005 at 01:51:32PM -0700, Warner Losh wrote: > > > In fact with old ISA cards and 4.X, you have to pass some settings to > > > the card (I/O port, IRQ, etc.), and the easiest way to do it is via the > > > kernel config line (it's possible to override at boot these settings but > > > not easy, if my memories are good), so in that case the modules bring > > > nothing. To sum up, it may be a good thing to push ISA NIC users to > > > build a custom kernel to support their cards. I'd even add does it > > > worth to talk too much about ISA NICs? > > > > Non PNP cards, yes. In 5.x, you can add a few lines to loader.conf > > and/or device.hints and load just fine. > > > > Yes, that's exactly the same thing for example with the sound cards, in > the case of non-PnP ISA cards, the modules should not be used if your > card does not use default settings (I'm talking about 4.X). > I have a question, does kernel.conf settings may be used to pass > settings to kernel modules under 4.X? I don't know well enough to say definitively. I ported 5.x hints to 4.x for my company's needs. Warner