aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed
Commit message (Expand)AuthorAgeFilesLines
...
* Fix RFC 1650 stats... should have read the doco more carefully.Garrett Wollman1996-11-151-4/+1
* This patch attempts to make the pccard probe in if_ed.c work withNate Williams1996-10-171-96/+24
* Updated #includes to 4.4lite style.Bruce Evans1996-10-151-2/+2
* Implement the RFC 1650 MIB.Garrett Wollman1996-10-111-6/+64
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-65/+2
* Use "" instead of <> for a header in the current directory.Bruce Evans1996-08-281-7/+2
* This diff adds support for the HP PC Lan+ cards (model numbers: 27247BDavid Greenman1996-08-072-32/+778
* Megacommit to straigthen out ETHER_ mess.Poul-Henning Kamp1996-08-061-9/+4
* Replace about 60 lines of code with a call to ether_ioctl().Poul-Henning Kamp1996-08-041-80/+9
* Added #include of <machine/md_var.h>. This will be needed whenBruce Evans1996-06-251-1/+2
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hBruce Evans1996-06-181-2/+1
* The Great PC98 Merge.Satoshi Asami1996-06-141-1/+5
* Detach the device at shutdown.Alexander Langer1996-06-111-6/+4
* Clean up the warnings produced by the recent PCI code. Requested byGary Palmer1996-05-271-1/+3
* Add support for NE2000 compatible PCI Ethernet cards. The PCI probeStefan Eßer1996-05-182-25/+185
* Format the already applied PCCARD additions to use KNF form. NoNate Williams1996-04-231-41/+41
* Killed sections 3 and 4 of my copyright as I think it is unnecessarilyDavid Greenman1996-04-081-6/+1
* Fix a bogus message:Joerg Wunsch1996-03-311-2/+2
* Clean up Ethernet drivers:Garrett Wollman1996-02-061-13/+14
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-9/+9
* Use new printf features rather than local kludges.Poul-Henning Kamp1996-01-241-3/+3
* Changed arg type for pio functions.David Greenman1995-12-151-10/+10
* Completed function declarations and/or added prototypes and/or addedBruce Evans1995-12-151-10/+18
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-2/+2
* Updated my copyright.David Greenman1995-12-051-65/+95
* all:David Greenman1995-12-051-81/+83
* Fixed staticization - use `static' in function headers, not just inBruce Evans1995-11-181-19/+19
* Included <sys/conf.h>. It used to be included as a side effect ofBruce Evans1995-11-161-1/+2
* Correct the bogus probe for 8216/8416 cards...it was broken.David Greenman1995-11-151-19/+17
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up theBruce Evans1995-11-041-2/+1
* Cleanup, make things static.Poul-Henning Kamp1995-10-311-25/+25
* Close out kern/46.Paul Traina1995-10-281-6/+1
* Remove unused functions and variables, make things static, and other cleanups.Poul-Henning Kamp1995-10-281-3/+2
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-5/+33
* A mixed bag of changes, relating to getting the state in "lsdev" right,Poul-Henning Kamp1995-10-211-3/+10
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallyGarrett Wollman1995-10-131-3/+3
* PCCARD support.Poul-Henning Kamp1995-10-101-33/+281
* if_ze.c was derived from if_ed.c about 42 (!) versions ago. It is nowPoul-Henning Kamp1995-09-261-1/+21
* Remove extra arg from the call to ds_crc().Bruce Evans1995-08-251-2/+2
* Fixed bug where a bogus packet length could cause a panic if the lengthDavid Greenman1995-07-281-3/+5
* Change memcmp() to bcmp(). memcmp() isn't declared or implementedBruce Evans1995-07-251-5/+5
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-16/+16
* After carefully reading three reference documents, and analyzingDavid Greenman1995-05-141-4/+4
* Only use card's soft-configured irq if no irq was specified in the kernelDavid Greenman1995-05-121-5/+7
* Kill bogus duplicated code that resulted in an editing screwup of mineDavid Greenman1995-05-041-24/+1
* Add a class field to devconf and mst drivers.Garrett Wollman1995-04-121-3/+6
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+3
* Doubled 'maxwait' to 200 (240us).David Greenman1995-02-261-3/+3
* Spell "guaranteed" correctly.David Greenman1995-02-251-2/+2
* Much better fix/support for the 83c795 based cards (the new SMC EtherEZ)David Greenman1995-01-232-13/+71