| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the if_ze and if_zp drivers. | Poul-Henning Kamp | 1999-12-10 | 1 | -1118/+0 |
* | Remove NBPF conditionality of bpf calls in most of our network drivers. | Poul-Henning Kamp | 1999-09-25 | 1 | -9/+0 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Make these actually compile. I got a little delete happy pruning includes | Matthew N. Dodd | 1999-08-18 | 1 | -2/+6 |
* | SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented in | Matthew N. Dodd | 1999-08-18 | 1 | -67/+7 |
* | Rename bpfilter to bpf. | Dag-Erling Smørgrav | 1999-07-06 | 1 | -6/+6 |
* | Set ifq_maxlen to eliminate "zp0 XXX: driver didn't set ifq_maxlen" | Warner Losh | 1999-04-19 | 1 | -1/+2 |
* | Spell David correctly. | Steve Price | 1999-03-08 | 1 | -2/+2 |
* | Initialize isa_devtab entries for interrupt handlers in individual | Bruce Evans | 1998-10-22 | 1 | -2/+5 |
* | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -3/+3 |
* | code was using wrong temporary variable "i", in place of "j". | Jonathan M. Bresler | 1998-05-26 | 1 | -2/+2 |
* | Removed unused #includes. | Bruce Evans | 1998-03-28 | 1 | -3/+1 |
* | Don't generate warnings for test coverage checking when compiling LINT. | Bruce Evans | 1998-02-13 | 1 | -7/+6 |
* | Change LINT_PCCARD_HACK to COMPILING_LINT, and put it in its own header file | Eivind Eklund | 1998-02-04 | 1 | -2/+4 |
* | Make INET a proper option. | Eivind Eklund | 1998-01-08 | 1 | -1/+4 |
* | Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h. | Eivind Eklund | 1997-12-15 | 1 | -1/+2 |
* | Rename some local variables to avoid shadowing other local variables. | Poul-Henning Kamp | 1997-11-07 | 1 | -4/+4 |
* | - Do a bunch of gratuitous changes intended to make the code easier to | Nate Williams | 1997-10-26 | 1 | -3/+3 |
* | aha1542.c aic6360.c cy.c fd.c ft.c | Justin T. Gibbs | 1997-09-21 | 1 | -4/+18 |
* | Removed unused #includes. | Bruce Evans | 1997-07-20 | 1 | -9/+1 |
* | - Better fix for 3C589D support. Revert previous changes and add a | Nate Williams | 1997-04-21 | 1 | -1/+2 |
* | Quick and dirty attempt to get the zp device to work with the 3c589D. | Nate Williams | 1997-04-17 | 1 | -2/+2 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 2: include | Bruce Evans | 1997-03-24 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Changed #include order to match better order in 2.2. | Bruce Evans | 1997-02-13 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | Just 'warn' the user that they are mixing dedicated drivers and generic | Nate Williams | 1997-01-13 | 1 | -1/+5 |
* | Someone needs to teach Nate about the C pre-processor in general and the | Jordan K. Hubbard | 1996-12-23 | 1 | -2/+2 |
* | PCCARD support safety belts. | Nate Williams | 1996-12-21 | 1 | -1/+8 |
* | Convert the interface address and IP interface address structures | Garrett Wollman | 1996-12-13 | 1 | -2/+2 |
* | Fixed pessimized (short) i/o port type. | Bruce Evans | 1996-11-11 | 1 | -2/+2 |
* | Fixed so that the card will go into promiscuous mode for BPF. | Nate Williams | 1996-09-11 | 1 | -3/+2 |
* | Disable 'suspend' as it tends to lockup computers with the current APM | Nate Williams | 1996-09-07 | 1 | -1/+3 |
* | Megacommit to straigthen out ETHER_ mess. | Poul-Henning Kamp | 1996-08-06 | 1 | -6/+1 |
* | Don't use NULL in non-pointer contexts. | Bruce Evans | 1996-07-12 | 1 | -2/+2 |
* | Added #include of <machine/md_var.h>. This will be needed when | Bruce Evans | 1996-06-25 | 1 | -1/+2 |
* | Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h | Bruce Evans | 1996-06-18 | 1 | -3/+1 |
* | Clean up -Wunused warnings. | Gary Palmer | 1996-06-12 | 1 | -3/+1 |
* | Bring in changes from if_ep.c for PCCARD driver. | Nate Williams | 1996-06-04 | 1 | -2/+2 |
* | Now that ac->ac_ipaddr and arpwhohas() no longer exist, remove the | Nate Williams | 1996-03-23 | 1 | -6/+1 |
* | Fix for 3C589C model. This patch allows people with the new models to work and | Nate Williams | 1996-02-28 | 1 | -1/+3 |
* | Clean up Ethernet drivers: | Garrett Wollman | 1996-02-06 | 1 | -24/+10 |
* | The last part of the ether_sprint -> %6D change. | Poul-Henning Kamp | 1996-01-26 | 1 | -2/+2 |
* | Remove MACH_KERNEL, ORIGINAL, and ZP_DEBUG, | Poul-Henning Kamp | 1995-12-13 | 1 | -1740/+777 |
* | all: | David Greenman | 1995-12-05 | 1 | -11/+8 |
* | Fixed the types of the apm hook functions. | Bruce Evans | 1995-11-18 | 1 | -7/+12 |
* | Remove unused functions and variables, make things static, and other cleanups. | Poul-Henning Kamp | 1995-10-28 | 1 | -145/+3 |
* | Reviewed by: julian and jhay@mikom.csir.co.za | Julian Elischer | 1995-10-26 | 1 | -1/+24 |
* | Say goodbye to IFF_NOTRAILERS. Support for trailers was officially | Garrett Wollman | 1995-10-13 | 1 | -2/+2 |
* | Fix the 3C589 driver to work with the BNC connector. | Nate Williams | 1995-08-16 | 1 | -3/+7 |