summaryrefslogtreecommitdiff
path: root/sys/i386/isa/if_le.c
Commit message (Expand)AuthorAgeFilesLines
* The le driver uses ISA_COMPAT, which is going away soon. Retire itWarner Losh2004-03-141-1966/+0
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-4/+0
* Fix LINTYoshihiro Takahashi2003-11-041-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-5/+5
* Use __FBSDID().David E. O'Brien2003-06-021-2/+3
* - Set if_unit, if_init, and ifq_maxlen.Matthew N. Dodd2003-04-161-14/+17
* - Use if_broadcastaddr from struct ifnet rather than relying onMatthew N. Dodd2003-03-211-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* network interface and link layer changes:Sam Leffler2002-11-151-26/+11
* Use if_printf(ifp, "blah") instead ofBrooks Davis2002-10-211-22/+15
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* Remove __P.Alfred Perlstein2002-03-201-2/+2
* Fix warning (const lost in assignment), harmless in this case.Peter Wemm2002-02-281-1/+1
* Fix the le driver - it has been broken for a while and these fixes haveJonathan Lemon2001-10-191-27/+21
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-2/+2
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-4/+1
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-281-1/+11
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-48/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somePeter Wemm2000-01-291-2/+0
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-11/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make these actually compile. I got a little delete happy pruning includesMatthew N. Dodd1999-08-181-2/+6
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inMatthew N. Dodd1999-08-181-75/+6
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-7/+7
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-111-2/+2
* Silence -Wtrigraph.Tim Vanderhoek1998-12-301-2/+2
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+4
* Removed support for FreeBSD-1.x.Bruce Evans1998-08-121-6/+1
* Don't pretend to support ix86's with 16-bit ints by using longsBruce Evans1998-07-151-3/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Removed unused #includes.Bruce Evans1998-03-281-3/+1
* Make INET a proper option.Eivind Eklund1998-01-081-1/+4
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund1997-12-151-1/+2
* Police 4.4Lite #include style.Bruce Evans1997-08-251-3/+3
* Get le_intr decl from sys/conf.hSteve Passe1997-08-211-2/+2
* Forward declaration for the intr routine, avoids compiler warning.Steve Passe1997-08-211-1/+2
* Removed unused #includes.Bruce Evans1997-07-201-12/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman1997-01-131-32/+13
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-27/+1
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hBruce Evans1996-06-181-2/+1
* Clean up -Wunused warnings.Gary Palmer1996-06-121-2/+1
* Remove reference to ac_ipaddr, which was being used toBill Fenner1996-03-231-3/+3
* Clean up Ethernet drivers:Garrett Wollman1996-02-061-26/+11