From owner-freebsd-questions@FreeBSD.ORG Wed Mar 24 09:08:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03A0D16A4CF for ; Wed, 24 Mar 2004 09:08:55 -0800 (PST) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id C417E43D54 for ; Wed, 24 Mar 2004 09:08:53 -0800 (PST) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) i2OH8Wdu077748; Wed, 24 Mar 2004 17:08:43 GMT (envelope-from peter@circlesquared.com) Message-ID: <4061C090.9090208@circlesquared.com> Date: Wed, 24 Mar 2004 17:08:32 +0000 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20031102 X-Accept-Language: en-us, en MIME-Version: 1.0 To: lee@slaughters.com References: <4061B855.2090001@slaughters.com> In-Reply-To: <4061B855.2090001@slaughters.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Questions Mailing List Subject: Re: install: kernel config: NIC ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2004 17:08:55 -0000 lee slaughter wrote: > I'm trying to do a methodical install (for once). 4.9 from a mini CD. > 1st thing, when we get to kernel config menu, visual mode, > no network devices show up active. In the inactive drivers section > i see a little list of only six. > > question 1: this is hardly a comprehensive list, is it? > there's no explanation in the handbook why it is so short. I haven't seen this documented either, but reckon these are just the drivers that might need to have resources set explicitly to avoid conflicts. Since that means they're all ISA cards, you can generally just delete them all to remove all conflicts. But see below: > > needless to say, my NIC is not included > (as i suppose are many others not included) > > in hardware notes, i see my device, a 3c905B, requires xl(4) driver. > the closest of the six i can choose from is a line that says: > NE1000, NE2000,3C503,WE/SMC80xx Ethernet adapters > > 3C503 requires ed(4) driver Some NE2000-compatible PCI cards need this ed(4) driver. > > question 2: what do i do now? Just carry on. The drivers for PCI-only cards (like yours) don't need to be listed here because resources conflicts don't occur as they used to with mis-configured ISA setups. This section isn't listing _all_ available drivers, just those (for ISA cards) that might have conflicts and/or need arguments to match resource (irq, base address) settings. If I'm wrong in my deduction here, please correct me, someone. PWR.