summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed
Commit message (Expand)AuthorAgeFilesLines
* This patch attempts to make the pccard probe in if_ed.c work withnate1996-10-171-96/+24
* Updated #includes to 4.4lite style.bde1996-10-151-2/+2
* Implement the RFC 1650 MIB.wollman1996-10-111-6/+64
* Remove devconf, it never grew up to be of any use.phk1996-09-061-65/+2
* Use "" instead of <> for a header in the current directory.bde1996-08-281-7/+2
* This diff adds support for the HP PC Lan+ cards (model numbers: 27247Bdg1996-08-072-32/+778
* Megacommit to straigthen out ETHER_ mess.phk1996-08-061-9/+4
* Replace about 60 lines of code with a call to ether_ioctl().phk1996-08-041-80/+9
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-251-1/+2
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-2/+1
* The Great PC98 Merge.asami1996-06-141-1/+5
* Detach the device at shutdown.alex1996-06-111-6/+4
* Clean up the warnings produced by the recent PCI code. Requested bygpalmer1996-05-271-1/+3
* Add support for NE2000 compatible PCI Ethernet cards. The PCI probese1996-05-182-25/+185
* Format the already applied PCCARD additions to use KNF form. Nonate1996-04-231-41/+41
* Killed sections 3 and 4 of my copyright as I think it is unnecessarilydg1996-04-081-6/+1
* Fix a bogus message:joerg1996-03-311-2/+2
* Clean up Ethernet drivers:wollman1996-02-061-13/+14
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-9/+9
* Use new printf features rather than local kludges.phk1996-01-241-3/+3
* Changed arg type for pio functions.dg1995-12-151-10/+10
* Completed function declarations and/or added prototypes and/or addedbde1995-12-151-10/+18
* Staticize and cleanup.phk1995-12-101-2/+2
* Updated my copyright.dg1995-12-051-65/+95
* all:dg1995-12-051-81/+83
* Fixed staticization - use `static' in function headers, not just inbde1995-11-181-19/+19
* Included <sys/conf.h>. It used to be included as a side effect ofbde1995-11-161-1/+2
* Correct the bogus probe for 8216/8416 cards...it was broken.dg1995-11-151-19/+17
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-041-2/+1
* Cleanup, make things static.phk1995-10-311-25/+25
* Close out kern/46.pst1995-10-281-6/+1
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-281-3/+2
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-5/+33
* A mixed bag of changes, relating to getting the state in "lsdev" right,phk1995-10-211-3/+10
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallywollman1995-10-131-3/+3
* PCCARD support.phk1995-10-101-33/+281
* if_ze.c was derived from if_ed.c about 42 (!) versions ago. It is nowphk1995-09-261-1/+21
* Remove extra arg from the call to ds_crc().bde1995-08-251-2/+2
* Fixed bug where a bogus packet length could cause a panic if the lengthdg1995-07-281-3/+5
* Change memcmp() to bcmp(). memcmp() isn't declared or implementedbde1995-07-251-5/+5
* Remove trailing whitespace.rgrimes1995-05-302-16/+16
* After carefully reading three reference documents, and analyzingdg1995-05-141-4/+4
* Only use card's soft-configured irq if no irq was specified in the kerneldg1995-05-121-5/+7
* Kill bogus duplicated code that resulted in an editing screwup of minedg1995-05-041-24/+1
* Add a class field to devconf and mst drivers.wollman1995-04-121-3/+6
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+3
* Doubled 'maxwait' to 200 (240us).dg1995-02-261-3/+3
* Spell "guaranteed" correctly.dg1995-02-251-2/+2
* Much better fix/support for the 83c795 based cards (the new SMC EtherEZ)dg1995-01-232-13/+71
* Some fixes to device configuration, now that I've had a chance to do itwollman1995-01-151-12/+51
OpenPOWER on IntegriCloud