aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ep/if_ep.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* ALTQify ep(4).Max Laier2006-12-011-5/+7
* Remove ifdef notdef SIOCHWADDR vestige.Warner Losh2006-02-041-6/+0
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-2/+2
* Better use of gone.Warner Losh2005-09-201-9/+5
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-10/+10
* The isa attachment calls ep_free after it has already been called onceWarner Losh2005-07-311-1/+3
* Spell destroy in a more traditional wayWarner Losh2005-07-191-3/+3
* Make a pass and cleanup the printfs from this driver.Warner Losh2005-07-011-4/+2
* Minor cleanup of ep driver and pccard attachment:Warner Losh2005-07-011-34/+28
* o When calling ep_get_macaddr(), provide it a local buffer. Add a commentWarner Losh2005-06-261-4/+4
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-13/+18
* Make it clear that the statement following the conditional is a NOP.Matthew N. Dodd2005-04-131-1/+2
* u_intXX_t -> uintXX_t while I'm here.Warner Losh2005-01-201-6/+6
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+3
* Removed duplicate __FBSDID(). Keep the one that style(9) likes.Ruslan Ermilov2004-03-141-3/+0
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-3/+0
* 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-559/+512
* 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