aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ep
Commit message (Expand)AuthorAgeFilesLines
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh2015-12-111-0/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-8/+9
* Add missing locking.Adrian Chadd2014-08-211-0/+5
* - Provide necessary includes.Gleb Smirnoff2013-10-291-1/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-304-4/+4
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-4/+4
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in orderEdward Tomasz Napierala2010-01-081-1/+1
* - Add a private timer to drive the transmit watchdog instead of usingJohn Baldwin2009-11-192-18/+44
* Cleanup tortured logic a big. Noticed by FlexLint, per phk.Warner Losh2009-09-081-8/+7
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-082-6/+1
* Add necessary include.Poul-Henning Kamp2009-09-082-1/+6
* Add a missing break in a switch statement.Christian Brueffer2009-05-151-0/+1
* Two refinements to the 3c1 support:Warner Losh2009-04-113-8/+17
* o Report ethernet status for at least 10BaseT media. Since I don'tWarner Losh2009-04-112-1/+30
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-233-5/+5
* 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
* MFp4: Migrate from CARD_CIS_SCAN to pccard_cis_scanWarner Losh2005-09-131-1/+1
* Simplify names.Warner Losh2005-08-291-6/+6
* 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
* Add newer commandsWarner Losh2005-07-311-2/+7
* Spell destroy in a more traditional wayWarner Losh2005-07-192-4/+4
* NitsWarner Losh2005-07-131-1/+0
* Upon relection, we shouldn't allow the tuple structs to be modified byWarner Losh2005-07-011-1/+1
* Make a pass and cleanup the printfs from this driver.Warner Losh2005-07-013-21/+11
* Minor cleanup of ep driver and pccard attachment:Warner Losh2005-07-013-45/+68
* Add a chipset field to the lookup. Use this chipset type to determineWarner Losh2005-06-281-168/+58
* o When calling ep_get_macaddr(), provide it a local buffer. Add a commentWarner Losh2005-06-264-19/+22
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-7/+7
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-103-15/+20
* Make it clear that the statement following the conditional is a NOP.Matthew N. Dodd2005-04-131-1/+2
* Don't print 'unknown id' in the ep_pccard_identify routine. It isWarner Losh2005-01-201-2/+1
* u_intXX_t -> uintXX_t while I'm here.Warner Losh2005-01-206-33/+33
* Only attach to network functions.Warner Losh2005-01-201-0/+10
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-066-6/+6
* Remove duplicate $FreeBSD$Warner Losh2004-07-223-9/+0
* Minor style nitWarner Losh2004-07-221-1/+1
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-1/+1
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0