summaryrefslogtreecommitdiffstats
path: root/sys/dev/ie
Commit message (Expand)AuthorAgeFilesLines
* Clean up Ethernet drivers:wollman1996-02-061-36/+16
* The last part of the ether_sprint -> %6D change.phk1996-01-261-5/+5
* Staticize and cleanup.phk1995-12-101-5/+6
* all:dg1995-12-051-3/+1
* Fixed the type of a timeout function.bde1995-11-181-2/+8
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-1/+28
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallywollman1995-10-131-4/+2
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-191-4/+2
* Make everything except the unsupported network sources compile cleanlybde1995-08-161-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-49/+49
* Add a class field to devconf and mst drivers.wollman1995-04-121-6/+8
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+3
* Removed redundant newlines that were in some panic strings.dg1995-03-191-2/+2
* Move ARP interface initialization into if_ether.c:arp_ifinit().wollman1994-12-221-4/+2
* Moved conversion of ether_type to host byte order out of ethernet driversdg1994-11-241-3/+1
* Fixed a couple of wrong printfs (too few arguments supplied). Also zappedphk1994-10-261-5/+3
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-231-5/+10
* Add support for devconf to a large number of device drivers, and dowollman1994-10-191-1/+20
* unifdef -DMULTICAST, since multicast support is always enabled in 4.4.wollman1994-09-071-20/+1
* Reviewed by:ats1994-09-051-4/+68
* Reviewed by:ats1994-09-021-1/+3
* Reviewed by:ats1994-09-021-2/+2
* Add Charles Martin Hannum to copyright notice so he can stop whining andwollman1994-08-251-101/+109
* Reviewed by:ats1994-08-242-3/+154
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-28/+28
* Add missing ifr variable declaration that I forgot when adding MTUdg1994-08-121-3/+4
* Added support for SIOCSIFMTU.dg1994-08-081-1/+12
* Cast arguments to timeout() to quite compiler warnings. Should wergrimes1994-05-271-5/+5
* Fix some references to MIN() and MAX() that have been replaced by min() andrgrimes1994-05-261-1/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-2/+1
* if_ep.c: removed netisr.h, fixed unconverted ep_ac, changed <> into ""dg1994-02-031-2/+1
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-30/+34
* > Gcc2 generates memcpy calls when doing some structure copying in thergrimes1993-10-122-0/+1823
OpenPOWER on IntegriCloud