summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep/if_ep.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Remove 7 unnecessary includes frmo phk's scriptimp2000-09-201-5/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-5/+2
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-33/+3
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Fix a problem that caused TCP fragments to be lost (among other things.)mdodd2000-03-241-1/+1
* Copy how everyone else is doing packet transmission. (NetBSD mostly)mdodd2000-03-131-6/+8
* Follow the docs a bit more in epstop() with respect to delays.mdodd2000-03-131-0/+5
* Get rid of table lookup in favor of just subtracting. Everyone elsemdodd2000-03-131-3/+1
* Call epstop() in ep_attach(). While this shouldn't be necessary we'llmdodd2000-03-131-0/+2
* Fix driver to restore function on 3c574 adapters. The panic onmdodd2000-01-151-9/+16
* Remove a stray splx(s) call. This fixes the compiler warning.mdodd2000-01-121-1/+0
* Speedup if_start routine a little. TX threshold logic needs some moremdodd2000-01-121-10/+17
* Fix the performance problems I caused by setting ifq_maxlen to 8.mdodd2000-01-121-1/+1
* HEADS UP! All 3c5x9 users!mdodd1999-10-271-225/+309
* Add newbus attachment for pccard driver. Heavily tested by me, andimp1999-10-251-0/+5
* - Split out the ISA and PCCARD specific code.mdodd1999-09-261-528/+28
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* Switch the order of a two tests so that the error actually has to occurobrien1999-09-241-1/+1
* This adds support for the 3Com Megahertz 574B ethernet 16-bit PC-Card.obrien1999-09-191-19/+54
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Set ifp->if_init to the right function.mdodd1999-08-201-4/+6
* Make these actually compile. I got a little delete happy pruning includesmdodd1999-08-181-3/+6
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inmdodd1999-08-181-88/+5
* 3C574TX 16bit FastEtherlink PC-card support.hosokawa1999-07-251-5/+31
* Rename bpfilter to bpf.des1999-07-061-6/+6
* Move the "fetch serial data" delay so that it is an inter-bit delay.dufault1999-01-311-5/+13
* Update the pccard hooks to use a module style declaration instead.peter1999-01-191-11/+3
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+4
* Removed unused includes.bde1998-06-211-2/+1
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Removed unused #includes.bde1998-03-281-6/+1
* Fix some style nits and remove an unused header.msmith1998-02-271-2/+1
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Make INET a proper option.eivind1998-01-081-1/+7
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-151-1/+2
* Recognize 3C569 network interface when `PC98' is defined.kato1997-11-271-2/+7
* - Renamed <pccard/card.h> -> <pccard/cardinfo.h>.nate1997-11-201-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-5/+1
* Fix a comment about multicast; since the Etherlink III has nofenner1997-10-271-4/+7
* - Instead of relying on a functional call to register PCARD-capable drivers,nate1997-10-261-5/+4
* - Functional changes to PCCARD support.nate1997-10-261-29/+7
* - Do a bunch of gratuitous changes intended to make the code easier tonate1997-10-261-54/+49
* if_ep.c clarification/simplification.itojun1997-10-141-257/+89
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Removed unused #includes.bde1997-07-201-11/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
OpenPOWER on IntegriCloud