From owner-cvs-src@FreeBSD.ORG Fri Sep 2 13:27:38 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FFF316A41F; Fri, 2 Sep 2005 13:27:38 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E68D43D5D; Fri, 2 Sep 2005 13:27:37 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j82DQlCX038212; Fri, 2 Sep 2005 07:26:47 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 02 Sep 2005 07:27:15 -0600 (MDT) Message-Id: <20050902.072715.44519258.imp@bsdimp.com> To: slw@zxy.spb.ru From: "M. Warner Losh" In-Reply-To: <20050902091801.GA48098@zxy.spb.ru> References: <431459EB.8070405@cronyx.ru> <200508301412.09936.jhb@FreeBSD.org> <20050902091801.GA48098@zxy.spb.ru> 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 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 02 Sep 2005 07:26:50 -0600 (MDT) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, jhb@freebsd.org, rik@cronyx.ru Subject: Re: cvs commit: src/sys/conf files.i386 src/sys/modules Makefile src/sys/modules/el Makefile src/sys/i386/conf NOTES src/sys/i386/isa if_el.c if_elreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2005 13:27:38 -0000 In message: <20050902091801.GA48098@zxy.spb.ru> Slawa Olhovchenkov writes: : > The ia64 comment was more that the module probably shouldn't have been enabled : > on ia64 in the first place. Why would you want to hack up a way to stick an : > 8-bit ISA 10Mbit ethernet card in a machine that probably has at least one : > (probably two or more) 10/100 (if not gige) builtin NICs. : : 10base5/10base2 connectivity? There are many 10Base2/10BaseT PCI cards or 16-bit ISA cards to choose from that would be better choices than the 3C501. The PCI cards would even be easier to hack :-) Warner