From owner-freebsd-hackers Wed Dec 21 09:27:07 1994 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id JAA06915 for hackers-outgoing; Wed, 21 Dec 1994 09:27:07 -0800 Received: from sci.brooklyn.cuny.edu (eastham.sci.brooklyn.cuny.edu [146.245.1.21]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id RAA06906 for ; Wed, 21 Dec 1994 17:27:05 GMT Received: from robeson.brooklyn.cuny.edu (robeson.sci.brooklyn.cuny.edu) by sci.brooklyn.cuny.edu (4.1/SMI-4.1a) id AA04830; Wed, 21 Dec 94 12:26:50 EST Date: Wed, 21 Dec 94 12:26:50 EST From: dayton@sci.brooklyn.cuny.edu (Dayton Clark) Message-Id: <9412211726.AA04830@sci.brooklyn.cuny.edu> Received: by robeson.brooklyn.cuny.edu (4.1/SMI-4.1) id AA04426; Wed, 21 Dec 94 12:26:47 EST To: wmbfmk@urc.tue.nl Cc: hackers@freebsd.org In-Reply-To: <199412192104.VAA00100@asterix.urc.tue.nl> (message from Marc van Kempen on Mon, 19 Dec 1994 22:04:14 +0100 (MET)) Subject: Re: Still problems with 2.0 and 3c579 Sender: hackers-owner@freebsd.org Precedence: bulk <.> From: Marc van Kempen <.> Date: Mon, 19 Dec 1994 22:04:14 +0100 (MET) <.> Content-Type: text <.> Content-Length: 701 <.> Precedence: bulk <.> <.> Hi, <.> <.> Despite suggestions to use the link? option to ifconfig I still can't get <.> the 3c579 to run on FreeBSD 2.0. <.> <.> I finally tried an NE2000 I had lying around, and this worked flawlessly. <.> So I think network configuration errors are not the problem. <.> <.> I don't know about EISA cards, but having the port at 0x1000 seems <.> strange to me. Also while playing with the irq I noticed that <.> a dos utility would report the irq at 0xf, while FreeBSD would only recognize <.> the card when set to probe at 0xa. Changing the irq to 0xa with <.> the EISA configuration utility would not really change <.> anything. The card is still recognized, but still no go. <.> <.> If you need more information let me know, <.> <.> <.> Regards, <.> <.> <.> Marc. <.> <.> I use the following config entry for an EISA 3c579 and it works. Note that when I configure the board with the DOS utility I set the IRQ to 11! but use 10 in the config. I'm at a loss for an explanation. # device ep0 at isa? port 0x300 net irq 10 vector epintr # The irq for ep0 is set at 11 via the EISA config program but # It shows up as 10. Go figure. dayton device ep0 at isa? port 0x5000 net irq 10 vector epintr dayton Dayton Clark dayton@sci.brooklyn.cuny.edu