summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep
Commit message (Expand)AuthorAgeFilesLines
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-011-0/+1
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingimp2015-12-111-0/+1
* Mechanically convert to if_inc_counter().glebius2014-09-181-8/+9
* Add missing locking.adrian2014-08-211-0/+5
* - Provide necessary includes.glebius2013-10-291-1/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-304-4/+4
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-4/+4
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in ordertrasz2010-01-081-1/+1
* - Add a private timer to drive the transmit watchdog instead of usingjhb2009-11-192-18/+44
* Cleanup tortured logic a big. Noticed by FlexLint, per phk.imp2009-09-081-8/+7
* Revert previous commit and add myself to the list of people who shouldphk2009-09-082-6/+1
* Add necessary include.phk2009-09-082-1/+6
* Add a missing break in a switch statement.brueffer2009-05-151-0/+1
* Two refinements to the 3c1 support:imp2009-04-113-8/+17
* o Report ethernet status for at least 10BaseT media. Since I don'timp2009-04-112-1/+30
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-233-5/+5
* ALTQify ep(4).mlaier2006-12-011-5/+7
* Remove ifdef notdef SIOCHWADDR vestige.imp2006-02-041-6/+0
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-2/+2
* Better use of gone.imp2005-09-201-9/+5
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-1/+1
* MFp4: Migrate from CARD_CIS_SCAN to pccard_cis_scanimp2005-09-131-1/+1
* Simplify names.imp2005-08-291-6/+6
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-10/+10
* The isa attachment calls ep_free after it has already been called onceimp2005-07-311-1/+3
* Add newer commandsimp2005-07-311-2/+7
* Spell destroy in a more traditional wayimp2005-07-192-4/+4
* Nitsimp2005-07-131-1/+0
* Upon relection, we shouldn't allow the tuple structs to be modified byimp2005-07-011-1/+1
* Make a pass and cleanup the printfs from this driver.imp2005-07-013-21/+11
* Minor cleanup of ep driver and pccard attachment:imp2005-07-013-45/+68
* Add a chipset field to the lookup. Use this chipset type to determineimp2005-06-281-168/+58
* o When calling ep_get_macaddr(), provide it a local buffer. Add a commentimp2005-06-264-19/+22
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-7/+7
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-103-15/+20
* Make it clear that the statement following the conditional is a NOP.mdodd2005-04-131-1/+2
* Don't print 'unknown id' in the ep_pccard_identify routine. It isimp2005-01-201-2/+1
* u_intXX_t -> uintXX_t while I'm here.imp2005-01-206-33/+33
* Only attach to network functions.imp2005-01-201-0/+10
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-066-6/+6
* Remove duplicate $FreeBSD$imp2004-07-223-9/+0
* Minor style nitimp2004-07-221-1/+1
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-1/+1
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
OpenPOWER on IntegriCloud