aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ep/if_ep.c
Commit message (Expand)AuthorAgeFilesLines
...
* Other minor style nits I missed in ep_if_start() in my previousMaxime Henrion2003-06-261-3/+4
* Make if_ep_start() look a bit more like other if_start() functions,Maxime Henrion2003-06-261-18/+13
* Fix a race condition that was introduced since pccbb interrupts areMaxime Henrion2003-06-261-7/+5
* - Free interrupt handler in ep_free().Matthew N. Dodd2003-03-291-0/+27
* - Return error status instead of value in get_e().Matthew N. Dodd2003-03-291-18/+44
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-4/+4
* network interface driver changes:Sam Leffler2002-11-141-15/+4
* Remove __P.Alfred Perlstein2002-03-201-9/+9
* Two fixes from Jonathan Hanna:Warner Losh2002-02-121-6/+4
* Commit part of the patch that I have for card eject problems with theWarner Losh2001-06-051-0/+5
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Remove 7 unnecessary includes frmo phk's scriptWarner Losh2000-09-201-5/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-5/+2
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-33/+3
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Fix a problem that caused TCP fragments to be lost (among other things.)Matthew N. Dodd2000-03-241-1/+1
* Copy how everyone else is doing packet transmission. (NetBSD mostly)Matthew N. Dodd2000-03-131-6/+8
* Follow the docs a bit more in epstop() with respect to delays.Matthew N. Dodd2000-03-131-0/+5
* Get rid of table lookup in favor of just subtracting. Everyone elseMatthew N. Dodd2000-03-131-3/+1
* Call epstop() in ep_attach(). While this shouldn't be necessary we'llMatthew N. Dodd2000-03-131-0/+2
* Fix driver to restore function on 3c574 adapters. The panic onMatthew N. Dodd2000-01-151-9/+16
* Remove a stray splx(s) call. This fixes the compiler warning.Matthew N. Dodd2000-01-121-1/+0
* Speedup if_start routine a little. TX threshold logic needs some moreMatthew N. Dodd2000-01-121-10/+17
* Fix the performance problems I caused by setting ifq_maxlen to 8.Matthew N. Dodd2000-01-121-1/+1
* HEADS UP! All 3c5x9 users!Matthew N. Dodd1999-10-271-223/+307
* Add newbus attachment for pccard driver. Heavily tested by me, andWarner Losh1999-10-251-0/+5
* - Split out the ISA and PCCARD specific code.Matthew N. Dodd1999-09-261-528/+28
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-9/+0
* Switch the order of a two tests so that the error actually has to occurDavid E. O'Brien1999-09-241-1/+1
* This adds support for the 3Com Megahertz 574B ethernet 16-bit PC-Card.David E. O'Brien1999-09-191-19/+54
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Set ifp->if_init to the right function.Matthew N. Dodd1999-08-201-4/+6
* Make these actually compile. I got a little delete happy pruning includesMatthew N. Dodd1999-08-181-3/+6
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inMatthew N. Dodd1999-08-181-88/+5
* 3C574TX 16bit FastEtherlink PC-card support.Tatsumi Hosokawa1999-07-251-5/+31
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-6/+6
* Move the "fetch serial data" delay so that it is an inter-bit delay.Peter Dufault1999-01-311-5/+13
* Update the pccard hooks to use a module style declaration instead.Peter Wemm1999-01-191-11/+3
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+4
* Removed unused includes.Bruce Evans1998-06-211-2/+1
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Removed unused #includes.Bruce Evans1998-03-281-6/+1
* Fix some style nits and remove an unused header.Mike Smith1998-02-271-2/+1
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+2
* Make INET a proper option.Eivind Eklund1998-01-081-1/+7
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund1997-12-151-1/+2
* Recognize 3C569 network interface when `PC98' is defined.KATO Takenori1997-11-271-2/+7