From owner-freebsd-current Thu Oct 31 12:21:41 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA04517 for current-outgoing; Thu, 31 Oct 1996 12:21:41 -0800 (PST) Received: from trout.mt.sri.com (trout.mt.sri.com [206.127.76.104]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA04510 for ; Thu, 31 Oct 1996 12:21:37 -0800 (PST) Received: (from nate@localhost) by trout.mt.sri.com (8.7.6/8.7.3) id NAA00469; Thu, 31 Oct 1996 13:21:26 -0700 (MST) Date: Thu, 31 Oct 1996 13:21:26 -0700 (MST) From: Nate Williams Message-Id: <199610312021.NAA00469@trout.mt.sri.com> To: current@FreeBSD.org, current@RreeBSD.org Subject: New Intel EtherExpress Pro/10 driver Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Path: helena.MT.net!news.sprintlink.net!news-stk-11.sprintlink.net!www.nntp.primenet.com!nntp.primenet.com!arclight.uoregon.edu!news.uoregon.edu!news.rediris.es!sanson.dit.upm.es!ioda!jmrueda From: jmrueda@diatel.upm.es (Javier Martin Rueda ) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Announcing new beta driver for Intel EtherExpress pro/10 network card Date: 30 Oct 1996 13:40:30 GMT Organization: Dpt. Ing. Telematica Lines: 20 Message-ID: <557lse$avj@sanson.dit.upm.es> NNTP-Posting-Host: ioda.diatel.upm.es Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: TIN [version 1.2 PL2] Hi. I finally got upset of not being able to use my office PC with FreeBSD, just because it had an Intel EtherExpress Pro/10 network card, and decided to write a device driver for it. The result is now available for use by anyone. :-) I've done the work under FreeBSD 2.1.5-RELEASE, and I don't know yet if it can be used as is on newer or older releases, but, if necessary, I will adapt it to 2.2 when time allows. I've placed the driver, and a small README file in: ftp://ftp.diatel.upm.es/incoming/jmrueda2/if_ex-961030.tar.gz The driver seems to work well, but I'd appretiate that other people test it, and that, if possible, some specialist guru in network device drivers have a look at the code, just in case I messed something up. I wrote the driver based on Intel's documentation, and also got some insight from various other FreeBSD network device drivers, Linux' eepro device driver, and the 4.4BSD book from Addison-Wesley.