From owner-cvs-doc@FreeBSD.ORG Fri Jan 14 11:10:17 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 C446A16A4CF; Fri, 14 Jan 2005 11:10:17 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD30343D2D; Fri, 14 Jan 2005 11:10:16 +0000 (GMT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205])j0EAwd3A003016; Fri, 14 Jan 2005 11:58:40 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost.blackend.org [127.0.0.1]) j0EBA68c000998; Fri, 14 Jan 2005 12:10:06 +0100 (CET) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.13.1/8.13.1/Submit) id j0EBA5dK000997; Fri, 14 Jan 2005 12:10:05 +0100 (CET) (envelope-from marc) Date: Fri, 14 Jan 2005 12:10:05 +0100 From: Marc Fonvieille To: Giorgos Keramidas Message-ID: <20050114111005.GC617@nosferatu.blackend.org> References: <200501140831.j0E8VU47050373@repoman.freebsd.org> <20050114091403.GA617@nosferatu.blackend.org> <41E78F18.6090006@FreeBSD.org> <20050114095448.GD30089@orion.daedalusnetworks.priv> <20050114102331.GB617@nosferatu.blackend.org> <20050114102937.GA31098@orion.daedalusnetworks.priv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050114102937.GA31098@orion.daedalusnetworks.priv> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.3-STABLE cc: Denis Peplin 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 11:10:17 -0000 On Fri, Jan 14, 2005 at 12:29:37PM +0200, Giorgos Keramidas wrote: > > I'm not sure. Someone with a bit of experience with the module system > may be of help here. If ISA NIC drivers are still unavailable as > modules, here's how I would write the relevant bit: > [...] 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? Marc