| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Removed MULTICAST ifdef's; it's no longer optional. Cleaned up code a | David Greenman | 1994-09-07 | 1 | -196/+96 |
| * | Fixed minor typo in diagnostic message. | David Greenman | 1994-08-22 | 1 | -2/+2 |
| * | Fix up some sloppy coding practices: | Garrett Wollman | 1994-08-18 | 1 | -3/+1 |
| * | Change all #includes to follow the current Berkeley style. Some of these | Garrett Wollman | 1994-08-13 | 1 | -25/+25 |
| * | Removed some unnecessary code that sets the link layer address. This should | David Greenman | 1994-08-12 | 1 | -29/+1 |
| * | Fix a compilation-stopping typo; whoops, David - more sleep! :-) | Jordan K. Hubbard | 1994-08-08 | 1 | -2/+2 |
| * | Added ioctl support for SIOCSIFMTU. | David Greenman | 1994-08-08 | 1 | -3/+15 |
| * | Updated to include improvements from FreeBSD 1.1.5. Fixed brokeness | David Greenman | 1994-08-04 | 2 | -637/+897 |
| * | Added $Id$ | David Greenman | 1994-08-02 | 2 | -5/+11 |
| * | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | Rodney W. Grimes | 1994-05-25 | 1 | -9/+8 |
| * | Add delays after changing from 8/16 - 16/8 bit mode and after enabling/ | David Greenman | 1994-04-13 | 1 | -13/+30 |
| * | Fixed brokeness in the support of the 83C790/Elite Ultra (now that I | David Greenman | 1994-04-10 | 2 | -20/+82 |
| * | Minor comment change. | David Greenman | 1994-03-02 | 1 | -5/+1 |
| * | Fix from Christoph Robitschko: the '790 interrupt table was wrong. | David Greenman | 1994-03-01 | 1 | -2/+2 |
| * | if_ep.c: removed netisr.h, fixed unconverted ep_ac, changed <> into "" | David Greenman | 1994-02-03 | 1 | -2/+1 |