aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ep
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-172-6/+4
* 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-6/+14
* MFp4:Warner Losh2003-11-021-1/+3
* MFP4:Warner Losh2003-11-021-0/+1
* 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-266-26/+24
* Minor style nits suggested by sam and mdodd:Warner Losh2003-10-254-26/+33
* Whole grab-bag of changes:Warner Losh2003-10-257-208/+216
* Fix mismerge from one tree to another: add (Warner Losh2003-10-231-1/+1
* Learn basic C.Warner Losh2003-10-231-2/+3
* Finish the removal of the bst/bsh confusion.Warner Losh2003-10-191-10/+10
* Fix LINT build by correcting a missed change.Bruce M Simpson2003-10-191-1/+1
* Don't confuse tags and handles.Warner Losh2003-10-191-2/+2
* Fix a typo. The module has the EISA front-end commented out, therefore theBruce M Simpson2003-10-181-1/+1
* Transition to using bus_space macros rather than the inb/outb/etc.Warner Losh2003-10-185-126/+142
* Style fixes of the whitespace variety. Fix long lines and tabs.Mark Murray2003-08-303-69/+102
* Use __FBSDID().David E. O'Brien2003-08-245-0/+15