summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-172-6/+4
* Removed duplicate __FBSDID(). Keep the one that style(9) likes.ru2004-03-141-3/+0
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-3/+0
* MFp4:imp2003-11-021-6/+14
* MFp4:imp2003-11-021-1/+3
* MFP4:imp2003-11-021-0/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Pass sc to GO_WINDOW macro.imp2003-10-266-26/+24
* Minor style nits suggested by sam and mdodd:imp2003-10-254-26/+33
* Whole grab-bag of changes:imp2003-10-257-208/+216
* Fix mismerge from one tree to another: add (imp2003-10-231-1/+1
OpenPOWER on IntegriCloud