summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_el.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the el(4) driver for 3Com 3c501 ISA NICs from HEAD as threatenedjhb2005-08-261-808/+0
* Fix locking in el(4) and mark mpsafe.jhb2005-08-171-45/+79
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-8/+8
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-30/+37
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+2
* Add missing #include <sys/module.h>phk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-1/+1
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-4/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-3/+2
* Use __FBSDID().obrien2003-06-021-2/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* network interface and link layer changes:sam2002-11-151-18/+8
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-2/+2
* 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
OpenPOWER on IntegriCloud