From owner-cvs-doc@FreeBSD.ORG Fri Jan 14 20:52:36 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 7CF5A16A4CF; Fri, 14 Jan 2005 20:52:36 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A59343D45; Fri, 14 Jan 2005 20:52:36 +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 j0EKpWCR004553; Fri, 14 Jan 2005 13:51:32 -0700 (MST) (envelope-from imp@harmony.village.org) Date: Fri, 14 Jan 2005 13:51:32 -0700 (MST) Message-Id: <20050114.135132.112620761.imp@harmony.village.org> To: blackend@FreeBSD.org From: Warner Losh In-Reply-To: <20050114111005.GC617@nosferatu.blackend.org> References: <20050114102331.GB617@nosferatu.blackend.org> <20050114102937.GA31098@orion.daedalusnetworks.priv> <20050114111005.GC617@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: keramida@ceid.upatras.gr cc: den@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org 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 20:52:36 -0000 > 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. Warner