aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dc
Commit message (Expand)AuthorAgeFilesLines
* MFC: r227908Marius Strobl2012-01-292-2/+2
* MFC: r227843 (partial)Marius Strobl2012-01-291-5/+1
* MFC: r227686Marius Strobl2012-01-291-6/+5
* MFC: r227685Marius Strobl2012-01-291-7/+5
* MFC r227675:Pyun YongHyeon2012-01-042-14/+3
* MFC r226701:Pyun YongHyeon2012-01-022-4/+212
* MFC r226699:Pyun YongHyeon2012-01-021-16/+28
* MFC: r226995, r227042Marius Strobl2011-11-062-193/+39
* MFC r226695-226696:Pyun YongHyeon2011-10-271-1/+5
* MFC: r221407 (partial)Marius Strobl2011-09-112-2/+2
* MFC: r220046, r220106Marius Strobl2011-04-101-27/+39
* MFC r201449:Pyun YongHyeon2011-03-281-3/+3
* MFC r219701:Pyun YongHyeon2011-03-281-10/+4
* MFC r219407:Pyun YongHyeon2011-03-271-37/+43
* MFC r218834-218835:Pyun YongHyeon2011-03-272-662/+662
* MFC r218833,218964:Pyun YongHyeon2011-03-271-6/+19
* MFC r218832:Pyun YongHyeon2011-03-272-274/+427
* MFC r218830-218831:Pyun YongHyeon2011-03-271-26/+22
* MFC r218789,218820,218826-218828:Pyun YongHyeon2011-03-272-17/+23
* MFC r213841,218787-218788:Pyun YongHyeon2011-03-272-31/+124
* MFC r218786:Pyun YongHyeon2011-03-272-21/+60
* MFC: r217417Marius Strobl2011-01-212-29/+11
* MFC: r213893, r213908, r214566, r214605, r214846Marius Strobl2010-11-073-38/+31
* MFC: r201430Marius Strobl2010-11-022-18/+19
* MFC: r213384Marius Strobl2010-10-242-5/+9
* MFC: r213364Marius Strobl2010-10-242-42/+2
* MFC: r213229Marius Strobl2010-10-172-2/+2
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-8/+8
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-301-8/+14
* - Set MIIF_NOLOOP and don't add IFM_LOOP as loopback apparently isn'tMarius Strobl2009-03-192-19/+12
* remove now-redunant cardbus attachment.Warner Losh2009-03-091-1/+0
* - According to the corresponding Linux, NetBSD and OpenSolarisMarius Strobl2008-12-072-33/+44
* cosmetic changes and style fixesMarius Strobl2008-09-302-47/+33
* For chips with a broken DC_ISR_RX_STATE which f.e. never signalsMarius Strobl2008-08-292-5/+11
* - Use m_collapse(9) instead of m_defrag(9) if possible. This resultsMarius Strobl2008-08-231-18/+27
* Ethernet hardware address stored in DC_AL_PAR0/DC_AL_PAR1 registerPyun YongHyeon2008-06-081-6/+14
* - Const'ify the dc_devs array.Marius Strobl2008-03-242-85/+84
* Fix function prototype for device_shutdown method.Pyun YongHyeon2007-11-221-2/+4
* IEEE 802.3 Annex 28B.3 explicitly specifies the following relativePyun YongHyeon2007-11-161-4/+4
* o In order to reduce bug and code duplication fold handling of NICsMarius Strobl2007-08-052-69/+31
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Fix a bug originally introduced in rev. 1.74; don't reloaded theMarius Strobl2006-12-201-1/+2
* - Use our own callout (the dc_tick() callout uses varying periodsMarius Strobl2006-12-062-27/+35
* Remove <sys/types.h>; including both <sys/param.h> and <sys/types.h>Marius Strobl2006-11-021-1/+0
* - Wrap code optimized for architectures without alignment constraintsMarius Strobl2006-10-291-16/+22
* - Consistently use if_printf() only in interface methods: if_start(),Gleb Smirnoff2006-09-152-6/+8
* Replace hard-coded magic constants to system defined constantsPyun YongHyeon2006-08-022-2/+2
* Fix the last commit.Gleb Smirnoff2006-06-082-3/+8
* Add device IDs for Linksys PCMPC200 Cardbus card.Gleb Smirnoff2006-06-072-0/+12
* - Switch on the full 32-bit device ID to avoid collisions between theJohn Baldwin2006-06-032-205/+94