From owner-freebsd-hackers Fri Jan 12 09:56:14 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA24385 for hackers-outgoing; Fri, 12 Jan 1996 09:56:14 -0800 (PST) Received: from maelstrom.cc.mcgill.ca (maelstrom.CC.McGill.CA [132.206.35.2]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA24380 for ; Fri, 12 Jan 1996 09:56:10 -0800 (PST) Received: (from yves@localhost) by maelstrom.cc.mcgill.ca (8.7.1/8.6.6) id MAA12638 for hackers@freebsd.org; Fri, 12 Jan 1996 12:52:22 -0500 (EST) Message-Id: <199601121752.MAA12638@maelstrom.cc.mcgill.ca> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 3.3 v118.2) Received: by NeXT.Mailer (1.118.2) From: Yves Lepage Date: Fri, 12 Jan 96 12:52:20 -0500 To: hackers@freebsd.org Subject: YAY! I have a question Reply-To: yves@CC.McGill.CA Sender: owner-hackers@freebsd.org Precedence: bulk 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 mtu 1500 ep0: flags=8a63 mtu 1500 inet 132.216.30.10 netmask 0xfffffff8 broadcast 132.216.30.15 ether 00:20:af:a0:64:38 ep0: flags=8a63 mtu 1500 inet 132.216.30.10 netmask 0xfffffff8 broadcast 132.216.30.15 ether 00:20:af:a0:64:38 lo0: flags=8009 mtu 16384 inet 127.0.0.1 netmask 0xff000000 sl0: flags=c010 mtu 552 tun0: flags=8010 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