summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made a few cosmetic changes, and fixed a bug in handling the case of thedg1995-01-041-12/+14
* Possible fix for NE2000 problems...the remote byte count wasn't worddg1995-01-011-4/+8
* Get rid of unused variable.dg1995-01-011-4/+1
* Miscellaneous changes from Bill Paul:jkh1994-12-311-6/+18
* Move ARP interface initialization into if_ether.c:arp_ifinit().wollman1994-12-221-9/+2
* Always put received packets in an mbuf cluster. This simplifies the codedg1994-11-261-94/+21
* Moved conversion of ether_type to host byte order out of ethernet driversdg1994-11-241-8/+2
* Fixed rather serious bug where the interface wasn't started after it wasdg1994-11-171-1/+6
* In cases where it is possible, use the card's configured irq rather thandg1994-11-131-18/+22
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-231-6/+11
* While I debugged this, I quenched the compile warnings from if_ed. no otherphk1994-10-221-14/+19
* Add support for devconf to a large number of device drivers, and dowollman1994-10-191-1/+19
* isa_device.h: Added flag for sensitive HW. ed# seems to break if anythingphk1994-10-171-2/+3
* The code I wrote to write mbufs out using PIO had a bug in the handlingdg1994-10-141-52/+55
OpenPOWER on IntegriCloud