summaryrefslogtreecommitdiff
path: root/sys/dev/ep/if_ep.c
Commit message (Expand)AuthorAgeFilesLines
* MFp4:Warner Losh2003-11-021-1/+3
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Pass sc to GO_WINDOW macro.Warner Losh2003-10-261-18/+18
* Minor style nits suggested by sam and mdodd:Warner Losh2003-10-251-24/+25
* Whole grab-bag of changes:Warner Losh2003-10-251-139/+159
* Fix mismerge from one tree to another: add (Warner Losh2003-10-231-1/+1
* Learn basic C.Warner Losh2003-10-231-2/+3
* Transition to using bus_space macros rather than the inb/outb/etc.Warner Losh2003-10-181-98/+96
* Style fixes of the whitespace variety. Fix long lines and tabs.Mark Murray2003-08-301-56/+78
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Use bus_child_present() to make sure the card is still there before callingOlivier Houchard2003-08-191-1/+2
* Style(9) cleanup. There was no consistent style in this driver, andMark Murray2003-07-171-549/+502
* 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