aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/if_zp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the if_ze and if_zp drivers.Poul-Henning Kamp1999-12-101-1118/+0
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-9/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make these actually compile. I got a little delete happy pruning includesMatthew N. Dodd1999-08-181-2/+6
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inMatthew N. Dodd1999-08-181-67/+7
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-6/+6
* Set ifq_maxlen to eliminate "zp0 XXX: driver didn't set ifq_maxlen"Warner Losh1999-04-191-1/+2
* Spell David correctly.Steve Price1999-03-081-2/+2
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+5
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* code was using wrong temporary variable "i", in place of "j".Jonathan M. Bresler1998-05-261-2/+2
* 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
* Rename some local variables to avoid shadowing other local variables.Poul-Henning Kamp1997-11-071-4/+4
* - Do a bunch of gratuitous changes intended to make the code easier toNate Williams1997-10-261-3/+3
* aha1542.c aic6360.c cy.c fd.c ft.cJustin T. Gibbs1997-09-211-4/+18
* Removed unused #includes.Bruce Evans1997-07-201-9/+1
* - Better fix for 3C589D support. Revert previous changes and add aNate Williams1997-04-211-1/+2
* Quick and dirty attempt to get the zp device to work with the 3c589D.Nate Williams1997-04-171-2/+2
* 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
* Fixed pessimized (short) i/o port type.Bruce Evans1996-11-111-2/+2
* Fixed so that the card will go into promiscuous mode for BPF.Nate Williams1996-09-111-3/+2
* Disable 'suspend' as it tends to lockup computers with the current APMNate Williams1996-09-071-1/+3
* 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
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hBruce Evans1996-06-181-3/+1
* Clean up -Wunused warnings.Gary Palmer1996-06-121-3/+1
* Bring in changes from if_ep.c for PCCARD driver.Nate Williams1996-06-041-2/+2
* Now that ac->ac_ipaddr and arpwhohas() no longer exist, remove theNate Williams1996-03-231-6/+1
* Fix for 3C589C model. This patch allows people with the new models to work andNate Williams1996-02-281-1/+3
* Clean up Ethernet drivers:Garrett Wollman1996-02-061-24/+10
* The last part of the ether_sprint -> %6D change.Poul-Henning Kamp1996-01-261-2/+2
* Remove MACH_KERNEL, ORIGINAL, and ZP_DEBUG,Poul-Henning Kamp1995-12-131-1740/+777
* all:David Greenman1995-12-051-11/+8
* Fixed the types of the apm hook functions.Bruce Evans1995-11-181-7/+12
* Remove unused functions and variables, make things static, and other cleanups.Poul-Henning Kamp1995-10-281-145/+3
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-1/+24
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallyGarrett Wollman1995-10-131-2/+2
* Fix the 3C589 driver to work with the BNC connector.Nate Williams1995-08-161-3/+7