aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ep/if_ep.c
Commit message (Expand)AuthorAgeFilesLines
...
* - Renamed <pccard/card.h> -> <pccard/cardinfo.h>.Nate Williams1997-11-201-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-5/+1
* Fix a comment about multicast; since the Etherlink III has noBill Fenner1997-10-271-4/+7
* - Instead of relying on a functional call to register PCARD-capable drivers,Nate Williams1997-10-261-5/+4
* - Functional changes to PCCARD support.Nate Williams1997-10-261-29/+7
* - Do a bunch of gratuitous changes intended to make the code easier toNate Williams1997-10-261-54/+49
* if_ep.c clarification/simplification.Jun-ichiro itojun Hagino1997-10-141-256/+88
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-1/+2
* Removed unused #includes.Bruce Evans1997-07-201-11/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Submitted by: Naoki Hamada <nao@sbl.cl.nec.co.jp>KATO Takenori1996-12-191-1/+6
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-20/+1
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-45/+2
* Under the heavy load for transmiting condition, it will be write errorAtsushi Murai1996-07-271-2/+2
* Add interrupt register set up with original register valueAtsushi Murai1996-07-191-2/+2
* Enable transmit complete interrupt...David Greenman1996-07-131-2/+2
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hBruce Evans1996-06-181-3/+1
* Whoops, I accidentally deleted a necessary ":" which is part of theNate Williams1996-06-151-2/+2
* At long last, we know have support for the 3C589 in a FreeBSD releaseNate Williams1996-06-141-2/+211
* Better code for switching the ethernet transceiver.Nate Williams1996-06-141-30/+32
* Clean up -Wunused warnings.Gary Palmer1996-06-121-4/+3
* Properly determine the offset of the remaining bytes we need to transferJustin T. Gibbs1996-05-241-2/+2
* Fix media type determination.Justin T. Gibbs1996-02-281-6/+3
* Clean up the 3c5x9 driver and add an eisaconf probe to it. This shouldJustin T. Gibbs1996-02-261-181/+239
* - Properly set the watchdog timer only during transmits.Justin T. Gibbs1996-02-131-26/+35
* Clean up Ethernet drivers:Garrett Wollman1996-02-061-8/+10
* Finally commit Serge's multicast and "misc other changes" patch. IJustin T. Gibbs1996-01-291-42/+70
* The last part of the ether_sprint -> %6D change.Poul-Henning Kamp1996-01-261-2/+2
* Completed function declarations and/or added prototypes and/or addedBruce Evans1995-12-151-1/+6
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-14/+14
* all:David Greenman1995-12-051-26/+7
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up theBruce Evans1995-11-041-2/+1
* Remove unused functions and variables, make things static, and other cleanups.Poul-Henning Kamp1995-10-281-5/+1
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-1/+24
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallyGarrett Wollman1995-10-131-2/+2
* Add SIOCGIFADDR ioctl so rarpd actually works with the if_ep interface.Guido van Rooij1995-08-281-1/+10
* Protected entire epioctl routine with splimp(). In this case, it is betterDavid Greenman1995-07-051-1/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-15/+15
* Increased delay after reset to 10ms. Suggested by several people, the lastDavid Greenman1995-05-271-2/+2
* Add a class field to devconf and mst drivers.Garrett Wollman1995-04-121-7/+10
* Performance enhancements and a redesign of the transmitter code.Jordan K. Hubbard1995-04-101-1/+24
* Correct the watchdog routine.Jordan K. Hubbard1995-04-051-1/+26
* * Promiscuous mode added and interrupt logic slightly changedJordan K. Hubbard1995-03-311-49/+158
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-1/+5
* aha1742.c:Justin T. Gibbs1995-03-231-2/+1
* Patches from Serge Babkin to fix interrupt handling bugs.David Greenman1995-03-231-7/+26
* Added Andres Vega Garcia's email address.David Greenman1995-01-241-1/+8
* Restored Herb's current copyright. The one in the file appeared to haveDavid Greenman1995-01-081-244/+28