aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ie
Commit message (Expand)AuthorAgeFilesLines
* 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-1458/+1466
* Several bug fixes for the ee16 support from Richard Straka:Justin T. Gibbs1997-05-211-86/+111
* New name for the EtherExpress register file.Justin T. Gibbs1997-04-141-0/+80
* 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-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman1997-01-131-23/+19
* 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
* Clean up Ethernet drivers:Garrett Wollman1996-02-061-36/+16
* The last part of the ether_sprint -> %6D change.Poul-Henning Kamp1996-01-261-5/+5
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-5/+6
* all:David Greenman1995-12-051-3/+1
* Fixed the type of a timeout function.Bruce Evans1995-11-181-2/+8
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-1/+28
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallyGarrett Wollman1995-10-131-4/+2
* Fix benign type mismatches in isa interrupt handlers. Many returned intBruce Evans1995-09-191-4/+2
* Make everything except the unsupported network sources compile cleanlyBruce Evans1995-08-161-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-49/+49
* Add a class field to devconf and mst drivers.Garrett Wollman1995-04-121-6/+8
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-1/+3
* Removed redundant newlines that were in some panic strings.David Greenman1995-03-191-2/+2
* Move ARP interface initialization into if_ether.c:arp_ifinit().Garrett Wollman1994-12-221-4/+2
* Moved conversion of ether_type to host byte order out of ethernet driversDavid Greenman1994-11-241-3/+1
* Fixed a couple of wrong printfs (too few arguments supplied). Also zappedPoul-Henning Kamp1994-10-261-5/+3
* Finished device configuration database work for all ISA devices (except `ze')Garrett Wollman1994-10-231-5/+10
* Add support for devconf to a large number of device drivers, and doGarrett Wollman1994-10-191-1/+20
* unifdef -DMULTICAST, since multicast support is always enabled in 4.4.Garrett Wollman1994-09-071-20/+1
* Reviewed by:Andreas Schulz1994-09-051-4/+68
* Reviewed by:Andreas Schulz1994-09-021-1/+3
* Reviewed by:Andreas Schulz1994-09-021-2/+2
* Add Charles Martin Hannum to copyright notice so he can stop whining andGarrett Wollman1994-08-251-101/+109