aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ep/if_epvar.h
Commit message (Expand)AuthorAgeFilesLines
* Two refinements to the 3c1 support:Warner Losh2009-04-111-0/+1
* Spell destroy in a more traditional wayWarner Losh2005-07-191-1/+1
* NitsWarner Losh2005-07-131-1/+0
* Minor cleanup of ep driver and pccard attachment:Warner Losh2005-07-011-4/+2
* o When calling ep_get_macaddr(), provide it a local buffer. Add a commentWarner Losh2005-06-261-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* u_intXX_t -> uintXX_t while I'm here.Warner Losh2005-01-201-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Minor style nits suggested by sam and mdodd:Warner Losh2003-10-251-0/+6
* Whole grab-bag of changes:Warner Losh2003-10-251-10/+14
* Finish the removal of the bst/bsh confusion.Warner Losh2003-10-191-10/+10
* Don't confuse tags and handles.Warner Losh2003-10-191-2/+2
* Transition to using bus_space macros rather than the inb/outb/etc.Warner Losh2003-10-181-4/+21
* Style(9) cleanup. There was no consistent style in this driver, andMark Murray2003-07-171-35/+35
* - Free interrupt handler in ep_free().Matthew N. Dodd2003-03-291-0/+1
* - Return error status instead of value in get_e().Matthew N. Dodd2003-03-291-2/+2
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-1/+0
* Fix driver to restore function on 3c574 adapters. The panic onMatthew N. Dodd2000-01-151-0/+1
* HEADS UP! All 3c5x9 users!Matthew N. Dodd1999-10-271-37/+40
* Add newbus attachment for pccard driver. Heavily tested by me, andWarner Losh1999-10-251-0/+2
* - Split out the ISA and PCCARD specific code.Matthew N. Dodd1999-09-261-0/+78