| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a bogus message: | Joerg Wunsch | 1996-03-31 | 1 | -2/+2 |
| * | Clean up Ethernet drivers: | Garrett Wollman | 1996-02-06 | 1 | -13/+14 |
| * | Fix a bunch of spelling errors in the comment fields of | Mike Pritchard | 1996-01-30 | 1 | -9/+9 |
| * | Use new printf features rather than local kludges. | Poul-Henning Kamp | 1996-01-24 | 1 | -3/+3 |
| * | Changed arg type for pio functions. | David Greenman | 1995-12-15 | 1 | -10/+10 |
| * | Completed function declarations and/or added prototypes and/or added | Bruce Evans | 1995-12-15 | 1 | -10/+18 |
| * | Staticize and cleanup. | Poul-Henning Kamp | 1995-12-10 | 1 | -2/+2 |
| * | Updated my copyright. | David Greenman | 1995-12-05 | 1 | -65/+95 |
| * | all: | David Greenman | 1995-12-05 | 1 | -81/+83 |
| * | Fixed staticization - use `static' in function headers, not just in | Bruce Evans | 1995-11-18 | 1 | -19/+19 |
| * | Included <sys/conf.h>. It used to be included as a side effect of | Bruce Evans | 1995-11-16 | 1 | -1/+2 |
| * | Correct the bogus probe for 8216/8416 cards...it was broken. | David Greenman | 1995-11-15 | 1 | -19/+17 |
| * | Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the | Bruce Evans | 1995-11-04 | 1 | -2/+1 |
| * | Cleanup, make things static. | Poul-Henning Kamp | 1995-10-31 | 1 | -24/+24 |
| * | Close out kern/46. | Paul Traina | 1995-10-28 | 1 | -6/+1 |
| * | Remove unused functions and variables, make things static, and other cleanups. | Poul-Henning Kamp | 1995-10-28 | 1 | -3/+2 |
| * | Reviewed by: julian and jhay@mikom.csir.co.za | Julian Elischer | 1995-10-26 | 1 | -5/+33 |
| * | A mixed bag of changes, relating to getting the state in "lsdev" right, | Poul-Henning Kamp | 1995-10-21 | 1 | -3/+10 |
| * | Say goodbye to IFF_NOTRAILERS. Support for trailers was officially | Garrett Wollman | 1995-10-13 | 1 | -3/+3 |
| * | PCCARD support. | Poul-Henning Kamp | 1995-10-10 | 1 | -33/+281 |
| * | if_ze.c was derived from if_ed.c about 42 (!) versions ago. It is now | Poul-Henning Kamp | 1995-09-26 | 1 | -1/+21 |
| * | Remove extra arg from the call to ds_crc(). | Bruce Evans | 1995-08-25 | 1 | -2/+2 |
| * | Fixed bug where a bogus packet length could cause a panic if the length | David Greenman | 1995-07-28 | 1 | -3/+5 |
| * | Change memcmp() to bcmp(). memcmp() isn't declared or implemented | Bruce Evans | 1995-07-25 | 1 | -5/+5 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 2 | -16/+16 |
| * | After carefully reading three reference documents, and analyzing | David Greenman | 1995-05-14 | 1 | -4/+4 |
| * | Only use card's soft-configured irq if no irq was specified in the kernel | David Greenman | 1995-05-12 | 1 | -5/+7 |
| * | Kill bogus duplicated code that resulted in an editing screwup of mine | David Greenman | 1995-05-04 | 1 | -24/+1 |
| * | Add a class field to devconf and mst drivers. | Garrett Wollman | 1995-04-12 | 1 | -3/+6 |
| * | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | Bruce Evans | 1995-03-16 | 1 | -1/+3 |
| * | Doubled 'maxwait' to 200 (240us). | David Greenman | 1995-02-26 | 1 | -3/+3 |
| * | Spell "guaranteed" correctly. | David Greenman | 1995-02-25 | 1 | -2/+2 |
| * | Much better fix/support for the 83c795 based cards (the new SMC EtherEZ) | David Greenman | 1995-01-23 | 2 | -13/+71 |
| * | Some fixes to device configuration, now that I've had a chance to do it | Garrett Wollman | 1995-01-15 | 1 | -12/+51 |
| * | Made a few cosmetic changes, and fixed a bug in handling the case of the | David Greenman | 1995-01-04 | 1 | -12/+14 |
| * | Possible fix for NE2000 problems...the remote byte count wasn't word | David Greenman | 1995-01-01 | 1 | -4/+8 |
| * | Get rid of unused variable. | David Greenman | 1995-01-01 | 1 | -4/+1 |
| * | Miscellaneous changes from Bill Paul: | Jordan K. Hubbard | 1994-12-31 | 1 | -6/+18 |
| * | Move ARP interface initialization into if_ether.c:arp_ifinit(). | Garrett Wollman | 1994-12-22 | 1 | -9/+2 |
| * | Always put received packets in an mbuf cluster. This simplifies the code | David Greenman | 1994-11-26 | 1 | -94/+21 |
| * | Moved conversion of ether_type to host byte order out of ethernet drivers | David Greenman | 1994-11-24 | 1 | -8/+2 |
| * | Fixed rather serious bug where the interface wasn't started after it was | David Greenman | 1994-11-17 | 1 | -1/+6 |
| * | In cases where it is possible, use the card's configured irq rather than | David Greenman | 1994-11-13 | 1 | -18/+22 |
| * | Finished device configuration database work for all ISA devices (except `ze') | Garrett Wollman | 1994-10-23 | 1 | -6/+11 |
| * | While I debugged this, I quenched the compile warnings from if_ed. no other | Poul-Henning Kamp | 1994-10-22 | 1 | -14/+19 |
| * | Add support for devconf to a large number of device drivers, and do | Garrett Wollman | 1994-10-19 | 1 | -1/+19 |
| * | isa_device.h: Added flag for sensitive HW. ed# seems to break if anything | Poul-Henning Kamp | 1994-10-17 | 1 | -2/+3 |
| * | The code I wrote to write mbufs out using PIO had a bug in the handling | David Greenman | 1994-10-14 | 1 | -50/+53 |
| * | Completely removed trailer support. The only reason I wrote that code in | David Greenman | 1994-10-08 | 1 | -151/+52 |
| * | Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included from | David Greenman | 1994-09-16 | 1 | -3/+1 |