Return to BSD News archive
Newsgroups: comp.unix.bsd.freebsd.misc Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.mira.net.au!pumpkin.pangea.ca!www.nntp.primenet.com!nntp.primenet.com!news.mathworks.com!EU.net!sun4nl!charon.cvi.ns.nl!Utrecht.NL.net!news.iaf.nl!news.es.iaf.nl!yedi!wilko From: wilko@yedi.iaf.nl (Wilko Bulte) Subject: Re: Need driver for DEC DC21140A [10-100 Mb/s] Fast Ethernet PCI card Organization: Private FreeBSD site - Arnhem, The Netherlands Message-ID: <E2MG4F.tB@yedi.iaf.nl> References: <jbtwwuhufz4.fsf@cuba.dnrc.bell-labs.com> Date: Wed, 18 Dec 1996 18:17:03 GMT Lines: 25 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:32769 John Lin <lin@cuba.dnrc.bell-labs.com> writes: >Greetings. >We are looking for a driver for the DEC DC21140A [10-100 Mb/s] Fast >Ethernet PCI card. If you have one, please send me a note. Isn't the de driver supposed to handle this? From the if_ed.c file (on 2.1.5R): /* * DEC DC21040 PCI Ethernet Controller * * Written by Matt Thomas * BPF support code stolen directly from if_ec.c * * This driver supports the DEC DE435 or any other PCI * board which support DC21040, DC21041, or DC21140 (mostly). */ Don't ask me what 'mostly' means. Or is the trailing 'A' a showstopper? Wilko