From owner-freebsd-current Thu Feb 25 18:18:25 1999 Delivered-To: freebsd-current@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id 8405C14DFA for ; Thu, 25 Feb 1999 18:18:23 -0800 (PST) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id UAA19445; Thu, 25 Feb 1999 20:17:51 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <020301be612e$364f2920$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Chan Yiu Wah" Cc: References: <199902260125.JAA03495@b1.hkstar.com> Subject: Re: how to set the ne2000 pci network card in the config file Date: Thu, 25 Feb 1999 20:17:50 -0600 Organization: West Bend Internet MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.203 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.203 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: Chan Yiu Wah > I recently found that my pci network card didn't work for me any more. It > was recognized by the system but I could config it. This didn't happen before > and I didn't why. I had tried to config it as ed1 .... in my config file. > Then it was probed by the system as ed2 .... When I tried to config it as ed2 > in the config file. It was probed by the system as ed3. Can anyone tell me > how to solve it. Thanks.c > If you could show us how you were configuring ed[1,2] in your config file we would probably be able to help you. You possibly are using: device ed1 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr This sets up ed1 for a ed* ISA card. Thus when the system probe finds your card, it assigns it as ed2, since PCI devices are automatically assigned to the next ed* interface. You should change you config file so that the device line looks as follows: device ed1 This will set it up so that the first ed* PCI card found is assigned to the ed1 interface. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message