| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -3/+3 |
| * | Fix some bitrot in the multicast support, the move from TAILQ macros wasn't i... | Paul Richards | 1998-05-27 | 1 | -2/+2 |
| * | This time add an Id string that'll actually get expanded :-) | Paul Richards | 1998-05-27 | 1 | -1/+1 |
| * | Add an ID string (can't believe it never had one!) | Paul Richards | 1998-05-27 | 1 | -0/+1 |
| * | Support compiling with `gcc -ansi'. | Bruce Evans | 1998-04-15 | 1 | -20/+22 |
| * | Removed unused #includes. | Bruce Evans | 1998-03-28 | 1 | -2/+0 |
| * | Correct an ethernet framesize mismatch that caused poor | Steve Price | 1998-03-09 | 1 | -1/+1 |
| * | Support C-NET(98)S ethernet card (PC-98 only). | KATO Takenori | 1998-02-10 | 2 | -0/+105 |
| * | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 1 | -1/+0 |
| * | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -0/+1 |
| * | Make INET a proper option. | Eivind Eklund | 1998-01-08 | 1 | -1/+4 |
| * | Removed unused #includes. | Bruce Evans | 1997-08-02 | 1 | -2/+1 |
| * | Removed unused #includes. | Bruce Evans | 1997-07-20 | 1 | -7/+0 |
| * | Enables lnc driver on PC-98 to support NEC SV-98/2-B06 PCI card. | KATO Takenori | 1997-04-08 | 1 | -0/+3 |
| * | Deleted <pc98/pc98/pc98_device.h>. | KATO Takenori | 1997-04-04 | 1 | -5/+1 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Use the new if_multiaddrs list for multicast addresses rather than the | Garrett Wollman | 1997-01-13 | 1 | -26/+7 |
| * | Convert the interface address and IP interface address structures | Garrett Wollman | 1996-12-13 | 1 | -1/+1 |
| * | Removed another devconf leftover. A fat devconf support function was | Bruce Evans | 1996-09-14 | 1 | -61/+28 |
| * | Updated #includes to 4.4Lite style. | Bruce Evans | 1996-09-10 | 1 | -1/+1 |
| * | Remove devconf, it never grew up to be of any use. | Poul-Henning Kamp | 1996-09-06 | 1 | -35/+14 |
| * | Megacommit to straigthen out ETHER_ mess. | Poul-Henning Kamp | 1996-08-06 | 1 | -3/+0 |
| * | Last night (local time :) I accidently checked in an intermediate version | Stefan Eßer | 1996-07-19 | 1 | -85/+69 |
| * | FINALLY: PCI support for the Lance Ethernet driver. | Stefan Eßer | 1996-07-18 | 2 | -73/+253 |
| * | Added #include of <machine/md_var.h>. This will be needed when | Bruce Evans | 1996-06-25 | 1 | -0/+2 |
| * | Clean up -Wunused warnings. | Gary Palmer | 1996-06-12 | 1 | -0/+2 |
| * | Clean up Ethernet drivers: | Garrett Wollman | 1996-02-06 | 1 | -10/+9 |
| * | Fix a bunch of spelling errors in the comment fields of | Mike Pritchard | 1996-01-30 | 1 | -1/+1 |
| * | Restore my change to the watchdog params that Paul spammed in rev 1.18. | David Greenman | 1996-01-30 | 1 | -6/+5 |
| * | The last part of the ether_sprint -> %6D change. | Poul-Henning Kamp | 1996-01-26 | 1 | -2/+2 |
| * | Added multicast support, currently #ifdef LNC_MULTICAST. | Paul Richards | 1996-01-05 | 1 | -14/+85 |
| * | Completed function declarations and/or added prototypes and/or added | Bruce Evans | 1995-12-15 | 1 | -14/+27 |
| * | Staticize and cleanup. | Poul-Henning Kamp | 1995-12-10 | 2 | -14/+1 |
| * | all: | David Greenman | 1995-12-05 | 1 | -7/+5 |
| * | Cleanup, make things static. | Poul-Henning Kamp | 1995-10-31 | 2 | -39/+43 |
| * | Remove unused functions and variables, make things static, and other cleanups. | Poul-Henning Kamp | 1995-10-28 | 1 | -5/+2 |
| * | Say goodbye to IFF_NOTRAILERS. Support for trailers was officially | Garrett Wollman | 1995-10-13 | 1 | -2/+2 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 2 | -58/+58 |
| * | Changed read_csr and write_csr to static so that they don't clash | David Greenman | 1995-05-17 | 1 | -2/+2 |
| * | Add a class field to devconf and mst drivers. | Garrett Wollman | 1995-04-12 | 1 | -1/+2 |
| * | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | Bruce Evans | 1995-03-28 | 1 | -0/+5 |
| * | Fixed problem passing received packets to bpf. | Paul Richards | 1995-02-02 | 1 | -33/+94 |
| * | Fix probe so it now correctly identifies all the different chips | Paul Richards | 1995-01-25 | 1 | -56/+74 |
| * | Move ARP interface initialization into if_ether.c:arp_ifinit(). | Garrett Wollman | 1994-12-22 | 1 | -2/+1 |
| * | Moved conversion of ether_type to host byte order out of ethernet drivers | David Greenman | 1994-11-24 | 1 | -1/+0 |
| * | Finished device configuration database work for all ISA devices (except `ze') | Garrett Wollman | 1994-10-23 | 1 | -2/+6 |
| * | Add support for devconf to a large number of device drivers, and do | Garrett Wollman | 1994-10-19 | 1 | -19/+38 |
| * | (There's two of these now (Am7990.h and am7990.h) and they need to | Paul Richards | 1994-10-02 | 1 | -0/+167 |
| * | New AMD family ethernet driver. Should support BICC,NE2100, TNIC, | Paul Richards | 1994-10-02 | 2 | -0/+1837 |