From owner-freebsd-hackers Wed Nov 15 02:46:51 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA17553 for hackers-outgoing; Wed, 15 Nov 1995 02:46:51 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id CAA17547 for ; Wed, 15 Nov 1995 02:46:45 -0800 Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id CAA20774 for ; Wed, 15 Nov 1995 02:46:02 -0800 Message-ID: <30A9C4E9.59E2B600@FreeBSD.org> Date: Wed, 15 Nov 1995 02:46:01 -0800 From: "Jordan K. Hubbard" Organization: Walnut Creek CDROM X-Mailer: Mozilla 2.0b2 (X11; I; FreeBSD 2.1-STABLE i386) MIME-Version: 1.0 To: hackers@freefall.FreeBSD.org Subject: [Fwd: Re: 3com 3c590 PCI Ethernet drivers....] Content-Type: multipart/mixed; boundary="---------------------------16344997403924306071736312174" Sender: owner-hackers@FreeBSD.org Precedence: bulk This is a multi-part message in MIME format. -----------------------------16344997403924306071736312174 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Comments? -- Jordan -----------------------------16344997403924306071736312174 Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline Newsgroups: comp.unix.bsd.freebsd.misc Path: reason.cdrom.com!nntp-ucb.barrnet.net!agate!howland.reston.ans.net!newsfeed.internetmci.com!chi-news.cic.net!uwm.edu!math.ohio-state.edu!deshaw.com!christos From: christos@deshaw.com (Christos Zoulas) Subject: Re: 3com 3c590 PCI Ethernet drivers.... Message-ID: Sender: usenet@deshaw.com Nntp-Posting-Host: es2 Organization: D. E. Shaw & Co. References: <30A7A9F7.41C67EA6@maui.com> Date: Tue, 14 Nov 1995 15:09:26 GMT Lines: 20 In article <30A7A9F7.41C67EA6@maui.com> Richard Puga writes: >The drivers for the 3com PCI 3c590 ethernet card are in >FreeBSD-current... In I belive FreeBSD-crrent/usr/srs/sys/pci/..... or >somewhere there about... Im not sure if the drivers will work with >other versions of FreeBSD..... > >If anyone gets there card working in a Intel system (Intel Plato MB) >please let me know... I think that there is a bug in that driver. In the pci attach routine there is an out instruction that tries to reset the card but does an out at the wrong absolute address; just remove it. I know because I borrowed the knowledge from the driver to port it to NetBSD... FYI, there is no reason for that driver to be separate from the ep (3c509) driver; they are 99.9% identical. christos -----------------------------16344997403924306071736312174--