aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dc/if_dc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r227675:Pyun YongHyeon2012-01-041-13/+3
* MFC r226701:Pyun YongHyeon2012-01-021-4/+178
* MFC r226699:Pyun YongHyeon2012-01-021-16/+28
* MFC: r226995 (partially), r227042Marius Strobl2011-11-061-173/+37
* MFC r226695-226696:Pyun YongHyeon2011-10-271-1/+5
* 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-271-54/+54
* MFC r218833,218964:Pyun YongHyeon2011-03-271-6/+19
* MFC r218832:Pyun YongHyeon2011-03-271-261/+404
* MFC r218830-218831:Pyun YongHyeon2011-03-271-26/+22
* MFC r218789,218820,218826-218828:Pyun YongHyeon2011-03-271-16/+22
* MFC r213841,218787-218788:Pyun YongHyeon2011-03-271-31/+123
* MFC r218786:Pyun YongHyeon2011-03-271-21/+58
* MFC: r213893, r213908, r214566, r214605, r214846Marius Strobl2010-11-071-35/+29
* MFC: r201430Marius Strobl2010-11-021-11/+12
* MFC: 185750Marius Strobl2008-12-151-33/+41
* MFC: r182461Marius Strobl2008-09-011-5/+7
* 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-111-82/+83
* MFC: Fix function prototype for device_shutdown method.Pyun YongHyeon2008-03-131-2/+4
* o In order to reduce bug and code duplication fold handling of NICsMarius Strobl2007-08-051-67/+30
* 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-061-24/+33
* 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-151-6/+7
* Fix the last commit.Gleb Smirnoff2006-06-081-2/+6
* Add device IDs for Linksys PCMPC200 Cardbus card.Gleb Smirnoff2006-06-071-0/+2
* - Switch on the full 32-bit device ID to avoid collisions between theJohn Baldwin2006-06-031-121/+88
* 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-161-0/+3
* 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
* Fix on sparc64.Ruslan Ermilov2005-12-041-6/+2
* Fix the misalignment bugs differently than was done in the previousMarcel Moolenaar2005-12-021-21/+31
* Resolve misalignment traps caused by changes to IF_LLADDR().Marcel Moolenaar2005-11-221-6/+6
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-10/+10
* Make dc compile after repo-copy.Warner Losh2005-10-181-3/+4
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceGleb Smirnoff2005-10-051-0/+4
* Big polling(4) cleanup.Gleb Smirnoff2005-10-011-28/+41
* Fix "struct ifnet" leaks when attach() fails in the middle, e.g.Ruslan Ermilov2005-09-161-2/+2
* When bus_alloc_resource_any() fails, dc_detach() is called and itGiorgos Keramidas2005-09-151-5/+11
* Better commentWarner Losh2005-08-291-1/+4