summaryrefslogtreecommitdiff
path: root/sys/dev/ie
AgeCommit message (Expand)Author
2001-02-04Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp
2001-02-04Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp
2001-01-19This driver needs COMPAT_OLDISA too. Sigh.Peter Wemm
2001-01-19Add in an interrupt type for this driver. I have no idea how this couldJohn Baldwin
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-07-13Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs
2000-05-14Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs
2000-05-01Add missing $FreeBSD$Peter Wemm
2000-05-01- Merge sl_probe() and ni_probe().Matthew N. Dodd
2000-04-19Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp
2000-01-29Remove #if NIE > 0 test, it's guaranteed to be true by config.Peter Wemm
2000-01-14Pre 4.0 tidy up.Peter Wemm
1999-10-11Hid silly unknown board types message behind if (bootverbose). ThisWarner Losh
1999-09-25Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-21Clean up after removing sys/eventhandler.h from sys/systm.h at the lastMike Smith
1999-08-21Implement a new generic mechanism for attaching handler functions toMike Smith
1999-08-20Fix stupid error (xse -> xsc).Matthew N. Dodd
1999-08-20Set ifp->if_init to the right function.Matthew N. Dodd
1999-08-18Make these actually compile. I got a little delete happy pruning includesMatthew N. Dodd
1999-08-18SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inMatthew N. Dodd
1999-07-06Rename bpfilter to bpf.Dag-Erling Smørgrav
1999-05-13Fixed 10 out of 40 lines of -Wcast-qual warnings/errors. 3 lines wereBruce Evans
1999-01-28 Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon
1998-12-10Eliminate compiler warning.Archie Cobbs
1998-10-22Initialize isa_devtab entries for interrupt handlers in individualBruce Evans
1998-08-10Use [u]intptr_t instead of [unsigned] long to convert and/or representBruce Evans
1998-08-10Fixed the formatting of some tables (mainly the one produced by psBruce Evans
1998-07-13Fixed printf format errors (only 1 left in GENERIC now).Bruce Evans
1998-06-07This commit fixes various 64bit portability problems required forDoug Rabson
1998-04-15Support compiling with `gcc -ansi'.Bruce Evans
1998-03-28Removed unused #includes.Bruce Evans
1998-02-09Staticize.Eivind Eklund
1998-01-08Make INET a proper option.Eivind Eklund
1997-12-15Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund
1997-10-15Hide a silly ``unknown board type'' message behind bootverbose. TheJoerg Wunsch
1997-09-21aha1542.c aic6360.c cy.c fd.c ft.cJustin T. Gibbs
1997-09-02Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans
1997-07-20Removed unused #includes.Bruce Evans
1997-06-27KNF cleanup.Justin T. Gibbs
1997-05-21Several bug fixes for the ee16 support from Richard Straka:Justin T. Gibbs
1997-04-14New name for the EtherExpress register file.Justin T. Gibbs
1997-04-14Add Intel EtherExpress16 support into the ie driver, removing the needJustin T. Gibbs
1997-03-24Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans
1997-02-22Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1997-01-13Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman
1996-09-06Remove devconf, it never grew up to be of any use.Poul-Henning Kamp
1996-06-25Added #include of <machine/md_var.h>. This will be needed whenBruce Evans
1996-06-18Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hBruce Evans