Re: how to set the ne2000 pci network card in the config file

1999-02-26 Thread voux
You should to add in yours KERNEL config file line:
device ed0
and then recompile, reinstall kernel.

On Fri, 26 Feb 1999, Chan Yiu Wah wrote:

 Hello,
 
 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
 
 Clarence
 
 
 
 To Unsubscribe: send mail to majord...@freebsd.org
 with unsubscribe freebsd-current in the body of the message
 
 



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



how to set the ne2000 pci network card in the config file

1999-02-25 Thread Chan Yiu Wah
Hello,

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

Clarence



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: how to set the ne2000 pci network card in the config file

1999-02-25 Thread Scot W. Hetzel
From: Chan Yiu Wah c5666...@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:

deviceed1

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 majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message