summaryrefslogtreecommitdiff
path: root/sys/i386/isa/if_ze.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the if_ze and if_zp drivers.Poul-Henning Kamp1999-12-101-1560/+0
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-13/+0
* if_edreg.h moved...Poul-Henning Kamp1999-09-201-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make these actually compile. I got a little delete happy pruning includesMatthew N. Dodd1999-08-181-1/+5
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inMatthew N. Dodd1999-08-181-85/+6
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-8/+8
* Fix up a few easy 'assignment used as truth value' and 'suggest parensPeter Wemm1999-05-061-2/+2
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-061-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-1/+3
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+5
* Removed unused includes.Bruce Evans1998-06-211-2/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-7/+8
* Removed unused #includes.Bruce Evans1998-03-281-3/+1
* Don't generate warnings for test coverage checking when compiling LINT.Bruce Evans1998-02-131-7/+6
* Change LINT_PCCARD_HACK to COMPILING_LINT, and put it in its own header fileEivind Eklund1998-02-041-2/+4
* 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
* - Do a bunch of gratuitous changes intended to make the code easier toNate Williams1997-10-261-3/+3
* Omit printout of imen, INTRGET() is not MP-safe yet...Steve Passe1997-07-201-2/+7
* Removed unused #includes.Bruce Evans1997-07-201-10/+1
* informal discussion between Bruce Evans <bde@zeta.org.au>,Steve Passe1997-04-271-15/+1
* Man the liferafts! Here comes the long awaited SMP -> -current merge!Peter Wemm1997-04-261-1/+15
* 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
* Changed #include order to match better order in 2.2.Bruce Evans1997-02-131-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Just 'warn' the user that they are mixing dedicated drivers and genericNate Williams1997-01-131-1/+5
* Someone needs to teach Nate about the C pre-processor in general and theJordan K. Hubbard1996-12-231-2/+2
* PCCARD support safety belts.Nate Williams1996-12-211-1/+8
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-2/+2
* Megacommit to straigthen out ETHER_ mess.Poul-Henning Kamp1996-08-061-6/+1
* Don't use NULL in non-pointer contexts.Bruce Evans1996-07-121-2/+2
* Added #include of <machine/md_var.h>. This will be needed whenBruce Evans1996-06-251-1/+2
* Clean up -Wunused warnings.Gary Palmer1996-06-121-3/+1
* Clean up Ethernet drivers:Garrett Wollman1996-02-061-34/+11
* The last part of the ether_sprint -> %6D change.Poul-Henning Kamp1996-01-261-3/+3
* Staticize.Poul-Henning Kamp1995-12-171-2/+2
* Staticize.Poul-Henning Kamp1995-12-131-23/+23
* all:David Greenman1995-12-051-13/+11
* Fixed the types of the apm hook functions.Bruce Evans1995-11-181-15/+27
* Remove unused functions and variables, make things static, and other cleanups.Poul-Henning Kamp1995-10-281-14/+4
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-1/+32
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallyGarrett Wollman1995-10-131-2/+2
* if_ze.c was derived from if_ed.c about 42 (!) versions ago. It is nowPoul-Henning Kamp1995-09-261-80/+71
* Make everything except the unsupported network sources compile cleanlyBruce Evans1995-08-161-2/+4
* Change memcmp() to bcmp(). memcmp() isn't declared or implementedBruce Evans1995-07-251-5/+5
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-37/+37
* Enclosed is a patch for if_ze.c which will allow it to operate withDavid Greenman1995-05-241-2/+7