summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_el.c
Commit message (Expand)AuthorAgeFilesLines
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-191-1/+1
* Newbus the if_el (3Com 3c501) driver. Use bus_space_X() functions.wpaul2000-12-151-120/+245
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-6/+1
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-1/+11
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-37/+8
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix stupid error (xse -> xsc).mdodd1999-08-201-2/+2
* Set ifp->if_init to the right function.mdodd1999-08-201-23/+26
* Make these actually compile. I got a little delete happy pruning includesmdodd1999-08-181-3/+5
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inmdodd1999-08-181-105/+4
* Rename bpfilter to bpf.des1999-07-061-6/+6
* Move a couple of functions to make __inline work. While I'm here,eivind1999-01-121-68/+72
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-3/+1
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+4
* Removed unused includes.bde1998-06-211-3/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Support compiling with `gcc -ansi'.bde1998-04-151-5/+5
* Removed unused #includes.bde1998-03-281-3/+1
* Make INET a proper option.eivind1998-01-081-1/+4
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-151-1/+2
* Removed unused #includes.bde1997-07-201-8/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Convert the interface address and IP interface address structureswollman1996-12-131-17/+2
* Remove devconf, it never grew up to be of any use.phk1996-09-061-28/+1
* Megacommit to straigthen out ETHER_ mess.phk1996-08-061-4/+1
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-3/+1
* Clean up Ethernet drivers:wollman1996-02-061-10/+12
* The last part of the ether_sprint -> %6D change.phk1996-01-261-6/+6
* Completed function declarations and/or added prototypes and/or addedbde1995-12-151-1/+2
* Staticize and cleanup.phk1995-12-101-18/+22
* all:dg1995-12-051-12/+6
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-041-2/+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-1/+32
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallywollman1995-10-131-2/+2
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-1/+2
* Remove trailing whitespace.rgrimes1995-05-301-7/+7
* Add a class field to devconf and mst drivers.wollman1995-04-121-4/+9
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+3
* Move ARP interface initialization into if_ether.c:arp_ifinit().wollman1994-12-221-9/+2
* Moved conversion of ether_type to host byte order out of ethernet driversdg1994-11-241-39/+5
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-231-3/+7
* Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).wollman1994-10-211-4/+4
* Add support for devconf to a large number of device drivers, and dowollman1994-10-191-1/+19
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-24/+24
OpenPOWER on IntegriCloud