aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dc
Commit message (Expand)AuthorAgeFilesLines
* 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 (partially), 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-13/+10
* 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/+428
* 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-072-37/+30
* 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
* MFC: r190117Marius Strobl2009-03-222-19/+12
* MFC: r183505Marius Strobl2009-03-192-47/+33
* MFC: 185750Marius Strobl2008-12-152-33/+44
* MFC: r182461Marius Strobl2008-09-012-5/+11
* MFC: r182079Marius Strobl2008-08-261-18/+27
* MFC: r179647Pyun YongHyeon2008-06-191-6/+14
* MFC: if_dc.c 1.194; if_dcreg.h 1.55Marius Strobl2008-04-112-85/+84
* MFC: Fix function prototype for device_shutdown method.Pyun YongHyeon2008-03-131-2/+4
* MFC fix for IEEE 802.3 compliance of auto-negotiation process.Pyun YongHyeon2008-02-031-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
* Use PCI bus accessors rather than reading config registers directly toJohn Baldwin2006-06-031-2/+3
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-48/+1
* Add device-id for the Neteasy DRP-32TXD cardbus 10/100 card. It's anotherJohn Baldwin2006-03-162-0/+13
* Do not touch ifp->if_baudrate in miibus aware drivers.Gleb Smirnoff2006-02-141-1/+0
* Add missing parens.Gleb Smirnoff2005-12-281-1/+1
* Check for IFF_DRV_RUNNING in the interrupt loop.Gleb Smirnoff2005-12-281-2/+3
* - Rev. 1.175 fixed compilation on sparc64 but also backed out zeroing ofMarius Strobl2005-12-051-5/+2