aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/lnc
Commit message (Expand)AuthorAgeFilesLines
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman1997-01-131-26/+7
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-1/+1
* Removed another devconf leftover. A fat devconf support function wasBruce Evans1996-09-141-61/+28
* Updated #includes to 4.4Lite style.Bruce Evans1996-09-101-1/+1
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-35/+14
* Megacommit to straigthen out ETHER_ mess.Poul-Henning Kamp1996-08-061-3/+0
* Last night (local time :) I accidently checked in an intermediate versionStefan Eßer1996-07-191-85/+69
* FINALLY: PCI support for the Lance Ethernet driver.Stefan Eßer1996-07-182-73/+253
* Added #include of <machine/md_var.h>. This will be needed whenBruce Evans1996-06-251-0/+2
* Clean up -Wunused warnings.Gary Palmer1996-06-121-0/+2
* Clean up Ethernet drivers:Garrett Wollman1996-02-061-10/+9
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-1/+1
* Restore my change to the watchdog params that Paul spammed in rev 1.18.David Greenman1996-01-301-6/+5
* The last part of the ether_sprint -> %6D change.Poul-Henning Kamp1996-01-261-2/+2
* Added multicast support, currently #ifdef LNC_MULTICAST.Paul Richards1996-01-051-14/+85
* Completed function declarations and/or added prototypes and/or addedBruce Evans1995-12-151-14/+27
* Staticize and cleanup.Poul-Henning Kamp1995-12-102-14/+1
* all:David Greenman1995-12-051-7/+5
* Cleanup, make things static.Poul-Henning Kamp1995-10-312-39/+43
* Remove unused functions and variables, make things static, and other cleanups.Poul-Henning Kamp1995-10-281-5/+2
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallyGarrett Wollman1995-10-131-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-58/+58
* Changed read_csr and write_csr to static so that they don't clashDavid Greenman1995-05-171-2/+2
* Add a class field to devconf and mst drivers.Garrett Wollman1995-04-121-1/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-0/+5
* Fixed problem passing received packets to bpf.Paul Richards1995-02-021-33/+94
* Fix probe so it now correctly identifies all the different chipsPaul Richards1995-01-251-56/+74
* Move ARP interface initialization into if_ether.c:arp_ifinit().Garrett Wollman1994-12-221-2/+1
* Moved conversion of ether_type to host byte order out of ethernet driversDavid Greenman1994-11-241-1/+0
* Finished device configuration database work for all ISA devices (except `ze')Garrett Wollman1994-10-231-2/+6
* Add support for devconf to a large number of device drivers, and doGarrett Wollman1994-10-191-19/+38
* (There's two of these now (Am7990.h and am7990.h) and they need toPaul Richards1994-10-021-0/+167
* New AMD family ethernet driver. Should support BICC,NE2100, TNIC,Paul Richards1994-10-022-0/+1837