aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/en
Commit message (Expand)AuthorAgeFilesLines
...
* fix a bug which could lock up a transmitter.Kenjiro Cho1998-10-091-1/+5
* FIxed printf format errors. Most of them were exposed by our ntohl()Bruce Evans1998-08-171-25/+31
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-161-13/+14
* update ATM driver. (base version: midway.c 1.67 --> 1.68)Kenjiro Cho1998-07-293-141/+641
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-1/+1
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-1/+1
* Staticize.Eivind Eklund1998-02-091-1/+1
* Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.Eivind Eklund1998-01-311-0/+1
* Make INET a proper option.Eivind Eklund1998-01-081-0/+1
* Removed unused #includes.Bruce Evans1997-10-281-4/+0
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-0/+1
* Removed unused #includes.Bruce Evans1997-06-141-7/+0
* import Chuck Cranor's ATM driverKenjiro Cho1997-05-094-0/+4065