From owner-freebsd-questions Tue Jan 24 08:10:22 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id IAA00275 for questions-outgoing; Tue, 24 Jan 1995 08:10:22 -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 IAA00268 for ; Tue, 24 Jan 1995 08:10:20 -0800 Received: from robeson.brooklyn.cuny.edu (robeson.sci.brooklyn.cuny.edu) by sci.brooklyn.cuny.edu (4.1/SMI-4.1a) id AA14411; Tue, 24 Jan 95 11:10:04 EST Date: Tue, 24 Jan 95 11:10:04 EST From: dayton@sci.brooklyn.cuny.edu (Dayton Clark) Message-Id: <9501241610.AA14411@sci.brooklyn.cuny.edu> Received: by robeson.brooklyn.cuny.edu (4.1/SMI-4.1) id AA11975; Tue, 24 Jan 95 11:09:59 EST To: pirzyk@fa.disney.com Cc: FreeBSD-questions@FreeBSD.org In-Reply-To: (pirzyk@fa.disney.com) Subject: Re: 3com 3c509 etherlink III card Sender: questions-owner@FreeBSD.org Precedence: bulk <.> From: pirzyk@fa.disney.com <.> Date: Sat, 21 Jan 95 15:39 EST <.> Precedence: bulk <.> <.> I know there has been some discussion about the ep0 driver not working <.> very well with the 3com cards. I have not had problems with the system <.> crashing but I have had problems with not being able to communicate at <.> all over the card. I have a 3com 509 combo card (I have all three <.> interfaces on it. Are the problems that I have due to the driver or <.> did I configure it wrong. I have in the past configured a ne2000 <.> driver very easily. This is all under 2.0 SNAP <.> <.> - Jim <.> --- __o <.> [Jim] pirzyk@fa.disney.com -------------------------------------- _'\<,_ <.> System Administrator, Walt Disney Feature Animation Florida (*)/ (*) <.> Mine works, however I had to fiddle with the interrupts. Here is the line from my config file # 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