summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_zp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make these actually compile. I got a little delete happy pruning includesmdodd1999-08-181-2/+6
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inmdodd1999-08-181-67/+7
* Rename bpfilter to bpf.des1999-07-061-6/+6
* Set ifq_maxlen to eliminate "zp0 XXX: driver didn't set ifq_maxlen"imp1999-04-191-1/+2
* Spell David correctly.steve1999-03-081-2/+2
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+5
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* code was using wrong temporary variable "i", in place of "j".jmb1998-05-261-2/+2
* Removed unused #includes.bde1998-03-281-3/+1
* Don't generate warnings for test coverage checking when compiling LINT.bde1998-02-131-7/+6
* Change LINT_PCCARD_HACK to COMPILING_LINT, and put it in its own header fileeivind1998-02-041-2/+4
* 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
* Rename some local variables to avoid shadowing other local variables.phk1997-11-071-4/+4
* - Do a bunch of gratuitous changes intended to make the code easier tonate1997-10-261-3/+3
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-4/+18
* Removed unused #includes.bde1997-07-201-9/+1
* - Better fix for 3C589D support. Revert previous changes and add anate1997-04-211-1/+2
* Quick and dirty attempt to get the zp device to work with the 3c589D.nate1997-04-171-2/+2
* 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
* Changed #include order to match better order in 2.2.bde1997-02-131-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Just 'warn' the user that they are mixing dedicated drivers and genericnate1997-01-131-1/+5
* Someone needs to teach Nate about the C pre-processor in general and thejkh1996-12-231-2/+2
* PCCARD support safety belts.nate1996-12-211-1/+8
* Convert the interface address and IP interface address structureswollman1996-12-131-2/+2
* Fixed pessimized (short) i/o port type.bde1996-11-111-2/+2
* Fixed so that the card will go into promiscuous mode for BPF.nate1996-09-111-3/+2
* Disable 'suspend' as it tends to lockup computers with the current APMnate1996-09-071-1/+3
* Megacommit to straigthen out ETHER_ mess.phk1996-08-061-6/+1
* Don't use NULL in non-pointer contexts.bde1996-07-121-2/+2
* 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 -Wunused warnings.gpalmer1996-06-121-3/+1
* Bring in changes from if_ep.c for PCCARD driver.nate1996-06-041-2/+2
* Now that ac->ac_ipaddr and arpwhohas() no longer exist, remove thenate1996-03-231-6/+1
* Fix for 3C589C model. This patch allows people with the new models to work andnate1996-02-281-1/+3
* Clean up Ethernet drivers:wollman1996-02-061-24/+10
* The last part of the ether_sprint -> %6D change.phk1996-01-261-2/+2
* Remove MACH_KERNEL, ORIGINAL, and ZP_DEBUG,phk1995-12-131-1740/+777
* all:dg1995-12-051-11/+8
* Fixed the types of the apm hook functions.bde1995-11-181-7/+12
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-281-145/+3
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-1/+24
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallywollman1995-10-131-2/+2
* Fix the 3C589 driver to work with the BNC connector.nate1995-08-161-3/+7
* Change memcmp() to bcmp(). memcmp() isn't declared or implementedbde1995-07-251-3/+3
OpenPOWER on IntegriCloud