aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ie/if_ie.c
Commit message (Expand)AuthorAgeFilesLines
* Repo copy i82586.h to dev/ic/i82586.h.Warner Losh2001-07-021-1/+1
* 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
* This driver needs COMPAT_OLDISA too. Sigh.Peter Wemm2001-01-191-0/+4
* Add in an interrupt type for this driver. I have no idea how this couldJohn Baldwin2001-01-191-1/+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
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-128/+30
* - Merge sl_probe() and ni_probe().Matthew N. Dodd2000-05-011-84/+47
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Remove #if NIE > 0 test, it's guaranteed to be true by config.Peter Wemm2000-01-291-2/+0
* Pre 4.0 tidy up.Peter Wemm2000-01-141-3/+3
* Hid silly unknown board types message behind if (bootverbose). ThisWarner Losh1999-10-111-1/+2
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-31/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastMike Smith1999-08-211-1/+2
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-4/+5
* Fix stupid error (xse -> xsc).Matthew N. Dodd1999-08-201-10/+11
* Set ifp->if_init to the right function.Matthew N. Dodd1999-08-201-15/+19
* Make these actually compile. I got a little delete happy pruning includesMatthew N. Dodd1999-08-181-2/+5
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inMatthew N. Dodd1999-08-181-95/+5
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-16/+16
* Fixed 10 out of 40 lines of -Wcast-qual warnings/errors. 3 lines wereBruce Evans1999-05-131-14/+12
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-51/+51
* Eliminate compiler warning.Archie Cobbs1998-12-101-1/+3
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+5
* Use [u]intptr_t instead of [unsigned] long to convert and/or representBruce Evans1998-08-101-10/+14
* Fixed the formatting of some tables (mainly the one produced by psBruce Evans1998-08-101-3/+3
* Fixed printf format errors (only 1 left in GENERIC now).Bruce Evans1998-07-131-10/+11
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-10/+10
* Removed unused #includes.Bruce Evans1998-03-281-3/+1
* Staticize.Eivind Eklund1998-02-091-6/+6
* 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
* Hide a silly ``unknown board type'' message behind bootverbose. TheJoerg Wunsch1997-10-151-3/+4
* aha1542.c aic6360.c cy.c fd.c ft.cJustin T. Gibbs1997-09-211-3/+5
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-1/+2
* Removed unused #includes.Bruce Evans1997-07-201-10/+1
* KNF cleanup.Justin T. Gibbs1997-06-271-1585/+1593
* Several bug fixes for the ee16 support from Richard Straka:Justin T. Gibbs1997-05-211-86/+111
* Add Intel EtherExpress16 support into the ie driver, removing the needJustin T. Gibbs1997-04-141-100/+496
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-2/+2
* 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-24/+20
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-26/+1
* Added #include of <machine/md_var.h>. This will be needed whenBruce Evans1996-06-251-1/+2
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hBruce Evans1996-06-181-3/+1