summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep
Commit message (Expand)AuthorAgeFilesLines
* Removed nested include if <sys/socket.h> from <net/if.h> andbde1996-10-121-1/+2
* Staticized. Things exported by linker sets should always be static.bde1996-10-121-2/+2
* Various cleanups for remanents of devconf.phk1996-09-081-3/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-062-66/+4
* Megacommit to straigthen out ETHER_ mess.phk1996-08-061-7/+1
* Under the heavy load for transmiting condition, it will be write erroramurai1996-07-271-2/+2
* Add interrupt register set up with original register valueamurai1996-07-193-5/+13
* Enable transmit complete interrupt...dg1996-07-131-2/+2
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-3/+1
* Whoops, I accidentally deleted a necessary ":" which is part of thenate1996-06-151-2/+2
* At long last, we know have support for the 3C589 in a FreeBSD releasenate1996-06-142-3/+219
* Better code for switching the ethernet transceiver.nate1996-06-141-30/+32
* Clean up -Wunused warnings.gpalmer1996-06-122-7/+4
* Properly determine the offset of the remaining bytes we need to transfergibbs1996-05-241-2/+2
* Fix media type determination.gibbs1996-02-283-10/+8
* Clean up the 3c5x9 driver and add an eisaconf probe to it. This shouldgibbs1996-02-262-188/+257
* 3c5x9.c:gibbs1996-02-261-0/+308
* - Properly set the watchdog timer only during transmits.gibbs1996-02-131-26/+35
* Clean up Ethernet drivers:wollman1996-02-062-10/+11
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-3/+3
* Finally commit Serge's multicast and "misc other changes" patch. Igibbs1996-01-292-43/+84
* The last part of the ether_sprint -> %6D change.phk1996-01-261-2/+2
* Completed function declarations and/or added prototypes and/or addedbde1995-12-151-1/+6
* Staticize and cleanup.phk1995-12-101-14/+14
* all:dg1995-12-051-26/+7
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-041-2/+1
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-281-5/+1
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-1/+24
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallywollman1995-10-131-2/+2
* Add SIOCGIFADDR ioctl so rarpd actually works with the if_ep interface.guido1995-08-281-1/+10
* Protected entire epioctl routine with splimp(). In this case, it is betterdg1995-07-051-1/+6
* Remove trailing whitespace.rgrimes1995-05-302-28/+28
* Increased delay after reset to 10ms. Suggested by several people, the lastdg1995-05-271-2/+2
* Add a class field to devconf and mst drivers.wollman1995-04-121-7/+10
* Performance enhancements and a redesign of the transmitter code.jkh1995-04-102-2/+25
* Correct the watchdog routine.jkh1995-04-051-1/+26
* * Promiscuous mode added and interrupt logic slightly changedjkh1995-03-312-50/+189
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+5
* aha1742.c:gibbs1995-03-231-2/+1
* Patches from Serge Babkin to fix interrupt handling bugs.dg1995-03-232-8/+28
* Added Andres Vega Garcia's email address.dg1995-01-241-1/+8
* Restored Herb's current copyright. The one in the file appeared to havedg1995-01-081-244/+28
* Move ARP interface initialization into if_ether.c:arp_ifinit().wollman1994-12-221-2/+1
* Moved conversion of ether_type to host byte order out of ethernet driversdg1994-11-241-93/+1
* Andres Vega Garcia's improvements to the ep driver. This driver is a merginggibbs1994-11-132-1019/+1405
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-231-2/+24
* Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included fromdg1994-09-161-3/+1
* Reviewed by:ats1994-09-032-77/+247
* Added support for SIOCSIFMTU.dg1994-08-081-1/+13
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-3/+2
OpenPOWER on IntegriCloud