summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_ed.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typoimp2015-02-041-1/+1
* Add comment about why checking for 0xff is OK. There's two bits in theimp2015-02-041-2/+4
* In order to reduce use of M_EXT outside of the mbuf allocator andrwatson2015-01-061-4/+1
* Mechanically convert to if_inc_counter().glebius2014-09-191-8/+8
* Add bus space barriers for page switches missed in r260050.marius2014-02-051-0/+50
* - Switch to using the common MII bitbang'ing code instead of duplicating it.marius2013-12-291-0/+16
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-2/+2
* Fix off by one error in mbuf access. Previously it caused panic.yongari2011-12-051-6/+13
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-5/+5
* Fix a possible unaligned access to savebyte array.yongari2010-08-231-6/+9
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* Use a private callout timer to drive the transmit watchdog instead of usingjhb2009-11-171-15/+29
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* ifp->if_softc is managed entirely by the driver. We never set it toimp2009-05-131-8/+0
* Sometimes we can call ed_detach() before the mtx has been initialized.imp2009-04-201-2/+4
* Cleanup resource allocation code a bit. Store the rids on theimp2009-04-201-18/+12
* Provide a generic ifmedia set of routines as a fallback. Theimp2009-04-071-0/+35
* Two fixes:imp2009-03-301-7/+11
* This is a major reworking of the AX88x90 support.imp2009-03-301-10/+20
* When reading via memory, read in (amount + 1) / 2 (to properly roundimp2009-03-281-1/+1
* Allow the attach routine to fail gracefully and not panic the system.imp2009-03-261-1/+2
* Tweak comments.imp2009-03-251-15/+16
* When the miibus for the AX88x90 or TC5299J cards fails to attach, weimp2008-08-061-7/+9
* Don't call bus_deactivate_resource() explicitly before callingnyan2007-03-211-6/+0
* MFp4:imp2006-06-121-1/+20
* Have a function pointer to the routine to call for writing an mbufimp2006-01-271-81/+81
* Create mediachg functions for the 3c503 and hpp cards. This is usedimp2006-01-271-30/+4
* Transition from ALTPHYS to LINK2. We already document in the ed(4)imp2006-01-271-9/+13
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* Go ahead and detach our children in our detach routine. I'm undecidedimp2005-09-261-0/+1
* Remove duplicate if_free().imp2005-09-191-1/+0
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-1/+1
* MFp4:imp2005-09-181-92/+11
* Fix "struct ifnet" leaks when attach() fails in the middle.ru2005-09-161-1/+2
* MFp4: Omnibus ed changesimp2005-09-131-37/+0
* The ed driver lock is already held in the mii frobbing routines. Removeimp2005-09-081-11/+0
* MFp4: kill bogus commentimp2005-09-021-5/+0
* Finish conversion to bus space and make ed MP safe.imp2005-08-281-142/+182
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-12/+12
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Fix four casts of the softc to a struct ifnet.brooks2005-06-151-4/+4
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-8/+16
* Add a stratigic newlineimp2005-02-221-0/+1
* MFp4: Optimize in/out macros. Cache the handle and tag in softc andimp2005-02-221-0/+4
* Minor style(9)isms.imp2005-02-211-40/+32
* Minor optimizations to compile out bits that aren't necessary whenimp2005-02-201-5/+18
* Add some comments in preparation for converting bcopy/bzero to busspace.imp2005-02-141-9/+14
* Diff reduction with p4.imp2005-02-111-6/+3
* Move enable/disable 16bit access routines into if_ed. Slightlyimp2005-02-101-21/+27
OpenPOWER on IntegriCloud