summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_ie.c
Commit message (Expand)AuthorAgeFilesLines
* Hid silly unknown board types message behind if (bootverbose). Thisimp1999-10-111-1/+2
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-31/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastmsmith1999-08-211-1/+2
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-4/+5
* Fix stupid error (xse -> xsc).mdodd1999-08-201-10/+11
* Set ifp->if_init to the right function.mdodd1999-08-201-15/+19
* Make these actually compile. I got a little delete happy pruning includesmdodd1999-08-181-2/+5
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inmdodd1999-08-181-95/+5
* Rename bpfilter to bpf.des1999-07-061-16/+16
* Fixed 10 out of 40 lines of -Wcast-qual warnings/errors. 3 lines werebde1999-05-131-14/+12
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-51/+51
* Eliminate compiler warning.archie1998-12-101-1/+3
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+5
* Use [u]intptr_t instead of [unsigned] long to convert and/or representbde1998-08-101-10/+14
* Fixed the formatting of some tables (mainly the one produced by psbde1998-08-101-3/+3
* Fixed printf format errors (only 1 left in GENERIC now).bde1998-07-131-10/+11
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Support compiling with `gcc -ansi'.bde1998-04-151-10/+10
* Removed unused #includes.bde1998-03-281-3/+1
* Staticize.eivind1998-02-091-6/+6
* 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
* Hide a silly ``unknown board type'' message behind bootverbose. Thejoerg1997-10-151-3/+4
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-3/+5
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Removed unused #includes.bde1997-07-201-10/+1
* KNF cleanup.gibbs1997-06-271-1585/+1593
* Several bug fixes for the ee16 support from Richard Straka:gibbs1997-05-211-86/+111
* Add Intel EtherExpress16 support into the ie driver, removing the needgibbs1997-04-141-100/+496
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-2/+2
* 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-24/+20
* Remove devconf, it never grew up to be of any use.phk1996-09-061-26/+1
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-251-1/+2
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-3/+1
* Clean up Ethernet drivers:wollman1996-02-061-36/+16
* The last part of the ether_sprint -> %6D change.phk1996-01-261-5/+5
* Staticize and cleanup.phk1995-12-101-5/+6
* all:dg1995-12-051-3/+1
* Fixed the type of a timeout function.bde1995-11-181-2/+8
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-1/+28
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallywollman1995-10-131-4/+2
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-191-4/+2
* Make everything except the unsupported network sources compile cleanlybde1995-08-161-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-49/+49
* Add a class field to devconf and mst drivers.wollman1995-04-121-6/+8
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+3
* Removed redundant newlines that were in some panic strings.dg1995-03-191-2/+2
OpenPOWER on IntegriCloud