summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep/if_ep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Spell destroy in a more traditional wayimp2005-07-191-3/+3
* Make a pass and cleanup the printfs from this driver.imp2005-07-011-4/+2
* Minor cleanup of ep driver and pccard attachment:imp2005-07-011-34/+28
* o When calling ep_get_macaddr(), provide it a local buffer. Add a commentimp2005-06-261-4/+4
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-13/+18
* Make it clear that the statement following the conditional is a NOP.mdodd2005-04-131-1/+2
* u_intXX_t -> uintXX_t while I'm here.imp2005-01-201-6/+6
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-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-171-4/+3
* 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-1/+3
* 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-261-18/+18
* Minor style nits suggested by sam and mdodd:imp2003-10-251-24/+25
* Whole grab-bag of changes:imp2003-10-251-139/+159
* Fix mismerge from one tree to another: add (imp2003-10-231-1/+1
* Learn basic C.imp2003-10-231-2/+3
* Transition to using bus_space macros rather than the inb/outb/etc.imp2003-10-181-98/+96
* Style fixes of the whitespace variety. Fix long lines and tabs.markm2003-08-301-56/+78
* Use __FBSDID().obrien2003-08-241-0/+3
* Use bus_child_present() to make sure the card is still there before callingcognet2003-08-191-1/+2
* Style(9) cleanup. There was no consistent style in this driver, andmarkm2003-07-171-559/+512
* Other minor style nits I missed in ep_if_start() in my previousmux2003-06-261-3/+4
* Make if_ep_start() look a bit more like other if_start() functions,mux2003-06-261-18/+13
* Fix a race condition that was introduced since pccbb interrupts aremux2003-06-261-7/+5
* - Free interrupt handler in ep_free().mdodd2003-03-291-0/+27
* - Return error status instead of value in get_e().mdodd2003-03-291-18/+44
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* network interface driver changes:sam2002-11-141-15/+4
* Remove __P.alfred2002-03-201-9/+9
* Two fixes from Jonathan Hanna:imp2002-02-121-6/+4
* Commit part of the patch that I have for card eject problems with theimp2001-06-051-0/+5
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Remove 7 unnecessary includes frmo phk's scriptimp2000-09-201-5/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-5/+2
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-33/+3
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Fix a problem that caused TCP fragments to be lost (among other things.)mdodd2000-03-241-1/+1
* Copy how everyone else is doing packet transmission. (NetBSD mostly)mdodd2000-03-131-6/+8
OpenPOWER on IntegriCloud