summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_le.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-4/+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-48/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somepeter2000-01-291-2/+0
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-11/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make these actually compile. I got a little delete happy pruning includesmdodd1999-08-181-2/+6
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inmdodd1999-08-181-75/+6
* Rename bpfilter to bpf.des1999-07-061-7/+7
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* Silence -Wtrigraph.hoek1998-12-301-2/+2
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+4
* Removed support for FreeBSD-1.x.bde1998-08-121-6/+1
* Don't pretend to support ix86's with 16-bit ints by using longsbde1998-07-151-3/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* 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
* Police 4.4Lite #include style.bde1997-08-251-3/+3
* Get le_intr decl from sys/conf.hfsmp1997-08-211-2/+2
* Forward declaration for the intr routine, avoids compiler warning.fsmp1997-08-211-1/+2
* Removed unused #includes.bde1997-07-201-12/+1
* 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
* Use the new if_multiaddrs list for multicast addresses rather than thewollman1997-01-131-32/+13
* Remove devconf, it never grew up to be of any use.phk1996-09-061-27/+1
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-2/+1
* Clean up -Wunused warnings.gpalmer1996-06-121-2/+1
* Remove reference to ac_ipaddr, which was being used tofenner1996-03-231-3/+3
* Clean up Ethernet drivers:wollman1996-02-061-26/+11
* The last part of the ether_sprint -> %6D change.phk1996-01-261-3/+3
* Remove the "no board found at" message, ia rather similar message withjoerg1996-01-251-3/+2
* Completed function declarations and/or added prototypes and/or addedbde1995-12-151-1/+2
* Staticize and cleanup.phk1995-12-101-12/+11
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* all:dg1995-12-051-13/+15
* 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-5/+3
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-2/+25
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallywollman1995-10-131-3/+2
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-191-4/+3
* The lemac driver didn't pass transmitted packets to bpf. Now it does.paul1995-07-291-1/+7
* Remove trailing whitespace.rgrimes1995-05-301-29/+29
* Fix -Wformat warnings, still need to do something about %b and pointerrgrimes1995-05-091-2/+2
* Fix compiler warnings about benign overflow in initializers.bde1995-04-171-5/+7
* Add a class field to devconf and mst drivers.wollman1995-04-121-57/+9
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-3/+6
* Move ARP interface initialization into if_ether.c:arp_ifinit().wollman1994-12-221-8/+7
OpenPOWER on IntegriCloud