[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

openbsd 2.9 / how to declare two same nic ??



Hi every body,
I am coming from the world of linux, and i just start to know, how to
use my openbsd 2.9.
I want to declare two NIC, the first one is an SMC 83c795 and the second
one is an SMC 83c790..;so i think exactly the same driver.

-The 83c790 is working properly :
we1 at isa0 port 0x300/32 iomem 0xcc000/16384 irq 10: SMC8216/SMC8216C
(16-bit)
we1: address 00:00:c0:99:ec:ab

-The 83c795 is not working :
isapnp0 at isa0 port 0x279: read port 0x203
"SMC EtherEZ (8416), SMC8416, , " at isapnp0 port 0x240/32 irq 5 not
configured

-ifconfig -a :
lo0: flags=8009<UP,LOOPBACK,MULTICAST> mtu 32972
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
        inet6 ::1 prefixlen 128
        inet 127.0.0.1 netmask 0xff000000
lo1: flags=8008<LOOPBACK,MULTICAST> mtu 32972
we1: flags=8863<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST> mtu
1500
        media: Ethernet 10base2
        inet 192.168.1.2 netmask 0xffffff00 broadcast 192.168.1.255
        inet6 fe80::200:c0ff:fe99:ecab%we1 prefixlen 64 scopeid 0x1

I try to configure it in /etc/hostname.we0 for exemple...but it do not
want to be correctly working...what should i do ?
Thanks.