Date: Thu, 25 Feb 1999 20:17:50 -0600 From: "Scot W. Hetzel" <hetzels@westbend.net> To: "Chan Yiu Wah" <c5666305@hkstar.com> Cc: <freebsd-current@FreeBSD.ORG> Subject: Re: how to set the ne2000 pci network card in the config file Message-ID: <020301be612e$364f2920$8dfee0d1@westbend.net> References: <199902260125.JAA03495@b1.hkstar.com>
next in thread | previous in thread | raw e-mail | index | archive | help
From: Chan Yiu Wah <c5666305@hkstar.com> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?020301be612e$364f2920$8dfee0d1>