aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ie
Commit message (Expand)AuthorAgeFilesLines
* Move ARP interface initialization into if_ether.c:arp_ifinit().Garrett Wollman1994-12-221-4/+2
* Moved conversion of ether_type to host byte order out of ethernet driversDavid Greenman1994-11-241-3/+1
* Fixed a couple of wrong printfs (too few arguments supplied). Also zappedPoul-Henning Kamp1994-10-261-5/+3
* Finished device configuration database work for all ISA devices (except `ze')Garrett Wollman1994-10-231-5/+10
* Add support for devconf to a large number of device drivers, and doGarrett Wollman1994-10-191-1/+20
* unifdef -DMULTICAST, since multicast support is always enabled in 4.4.Garrett Wollman1994-09-071-20/+1
* Reviewed by:Andreas Schulz1994-09-051-4/+68
* Reviewed by:Andreas Schulz1994-09-021-1/+3
* Reviewed by:Andreas Schulz1994-09-021-2/+2
* Add Charles Martin Hannum to copyright notice so he can stop whining andGarrett Wollman1994-08-251-101/+109
* Reviewed by:Andreas Schulz1994-08-242-3/+154
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-28/+28
* Add missing ifr variable declaration that I forgot when adding MTUDavid Greenman1994-08-121-3/+4
* Added support for SIOCSIFMTU.David Greenman1994-08-081-1/+12
* Cast arguments to timeout() to quite compiler warnings. Should weRodney W. Grimes1994-05-271-5/+5
* Fix some references to MIN() and MAX() that have been replaced by min() andRodney W. Grimes1994-05-261-1/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-2/+1
* if_ep.c: removed netisr.h, fixed unconverted ep_ac, changed <> into ""David Greenman1994-02-031-2/+1
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-30/+34
* > Gcc2 generates memcpy calls when doing some structure copying in theRodney W. Grimes1993-10-122-0/+1823