From owner-freebsd-questions Wed Apr 17 11:36:52 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA25841 for questions-outgoing; Wed, 17 Apr 1996 11:36:52 -0700 (PDT) Received: from gw1.att.com (gw1.att.com [192.20.239.133]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA25834 for ; Wed, 17 Apr 1996 11:36:50 -0700 (PDT) Received: from aloft.UUCP by ig1.att.att.com id AA06267; Tue, 16 Apr 96 15:48:46 EDT From: gtc@aloft.att.com (gary.corcoran) To: bmehling@uci.edu Cc: questions@freebsd.org Received: from aloft (aloft.cnet.att.com) by aluxpo (4.1/DCS-aluxpo-M4.3) id AA16125; Tue, 16 Apr 96 15:51:12 EDT Received: from stargazer (stargazer.cnet.att.com) by aloft (4.1/DCS-aloft-M5.1) id AA12939; Tue, 16 Apr 96 15:51:20 EDT Received: by stargazer (4.1/DCS-aloft_client-S2.1) id AA17492; Tue, 16 Apr 96 15:51:18 EDT Date: Tue, 16 Apr 96 15:51:18 EDT Original-From: aluxpo!aloft!gtc (gary.corcoran) Message-Id: <9604161951.AA17492@stargazer> Original-To: uci.edu!bmehling Subject: Re: 3Com 3c579 NIC? Original-Cc: freebsd.org!questions Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Ben, Regarding: >Is there a way to get my 3c579 recognized or should I start searching >for an ISA version of the card? > I have a 3C579 card in my EISA system, and it works just fine. The trick is to change the kernel configuration line from looking for a 3C509 at a fixed address, to an unknown address (the card will then be found during the EISA probe). Also, you don't have to fix the IRQ since the setting can be read from the card. So, use port? and irq? in your config line. Then recompile your kernel and it will find your card at its "high" address - e.g. mine is found at 0x2000. I would give you the exact kernel config line which I used, since it is NOT in the LINT file, but my system is at home - I'm just doing this from memory. I'll post the exact line tonight or tomorrow in case the above wasn't clear. >Thanx for any info, and hope this ends up in the right place... Yes it is the right place, and you're welcome. Gary