From owner-freebsd-questions Fri Jan 8 09:02:16 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20269 for freebsd-questions-outgoing; Fri, 8 Jan 1999 09:02:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20261 for ; Fri, 8 Jan 1999 09:02:12 -0800 (PST) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id SAA24112; Fri, 8 Jan 1999 18:01:30 +0100 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id RAA10528; Fri, 8 Jan 1999 17:59:05 +0100 (MET) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with SMTP id RAA26537; Fri, 8 Jan 1999 17:39:52 +0100 (MET) Received: from telspace.alcatel.fr (nairobi.telspace.alcatel.fr) by telss1 (4.1/SMI-4.1) id AA24937; Fri, 8 Jan 99 17:46:11 +0100 Message-Id: <3696375C.8CE94245@telspace.alcatel.fr> Date: Fri, 08 Jan 1999 17:50:36 +0100 From: HERBELOT Thierry Organization: Alcatel Telspace X-Mailer: Mozilla 4.5 [en] (X11; I; SunOS 5.5.1 sun4m) X-Accept-Language: en Mime-Version: 1.0 To: julia Cc: freebsd-questions@FreeBSD.ORG Subject: Re: I have some trouble with PCI Ethernet NE2000-like adapter References: <199901081548.RAA03116@fregat.dp.ua> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julia wrote: > Hello! > > I have a PCI Ethernet card, which is (as noticed in its manual) > NE2000-compatible. > But it's not possible to specify its bus I/O address neither with jumpers > nor > with any setup program - there isn't EPROM on the card. > > So, I described it as: > > controller pci0 > device ed0 at pci? > > When system is booting, it founds this card, but as ed1, not ed0 ! Why? > No error messages generating neither during building system nor during > booting; > network interface ed1 works good.Can I make this card ed0 ? How should I > specify > it in the config file? > > Sincerely yours, Mark. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Hello, For a reason that I do not know, plu-n-play devices like PCI boards are numbered "1" (ed1 for an NE2000 board, pcm1 for sound devices, ....) The name of the Ethernet board does not matter (just write ifconfig_ed1="whatever you want" in /etc/rc.conf, like you would for an ed0 board) TfH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message