Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 96 12:52:20 -0500
From:      Yves Lepage <yves@CC.McGill.CA>
To:        hackers@freebsd.org
Subject:   YAY! I have a question
Message-ID:  <199601121752.MAA12638@maelstrom.cc.mcgill.ca>

next in thread | raw e-mail | index | archive | help

Hi all,

I've not posted to the list for a long time, FreeBSD just runs so well.

But now, I am hitting a weird problem.


I installed a second 3c509b adapter in my FreeBSD machine (the first
3c509b adapter works just fine).

Here is the dmesg output:

scd0 not found at 0x230
ie0 not found at 0x360
2 3C5x9 board(s) on ISA found at 0x200 0x300
ep0 at 0x300-0x30f irq 5 on isa
ep0: aui/bnc/utp[*UTP*] address 00:20:af:a0:64:38 irq 5
ep1 at 0x200-0x20f irq 10 on isa
ep1: aui/bnc/utp[*UTP*] address 00:20:af:a0:63:44 irq 10
ix0 not probed due to I/O address conflict with ep0 at 0x300
le0 not probed due to I/O address conflict with ep0 at 0x300

This means both boards are found.

here is my ifconfig -a:

lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
ep0: flags=8a63<UP,BROADCAST,NOTRAILERS,RUNNING,ALLMULTI,SIMPLEX,MULTICAST> mtu 1500
        inet 132.216.30.10 netmask 0xfffffff8 broadcast 132.216.30.15
        ether 00:20:af:a0:64:38
ep0: flags=8a63<UP,BROADCAST,NOTRAILERS,RUNNING,ALLMULTI,SIMPLEX,MULTICAST> mtu 1500
        inet 132.216.30.10 netmask 0xfffffff8 broadcast 132.216.30.15
        ether 00:20:af:a0:64:38
lo0: flags=8009<UP,LOOPBACK,MULTICAST> mtu 16384
        inet 127.0.0.1 netmask 0xff000000
sl0: flags=c010<POINTOPOINT,LINK2,MULTICAST> mtu 552
tun0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500


I have two ep0's interfaces...


tempest# ifconfig ep1 up
ifconfig: ioctl (SIOCGIFFLAGS): no such interface


When I try to put ep1 up, I get this but the kernel did see it !

Here is the relevant part of my config file:

device ep0 at isa? port 0x300 net irq 5 vector epintr
device ep1 at isa? port 0x200 net irq 10 vector epintr



Does anyone have an idea of what goes wrong?


Thanks a lot.

Yves Lepage




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601121752.MAA12638>