| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r227675: | Pyun YongHyeon | 2012-01-04 | 1 | -13/+3 |
| * | MFC r226701: | Pyun YongHyeon | 2012-01-02 | 1 | -4/+178 |
| * | MFC r226699: | Pyun YongHyeon | 2012-01-02 | 1 | -16/+28 |
| * | MFC: r226995 (partially), r227042 | Marius Strobl | 2011-11-06 | 1 | -173/+37 |
| * | MFC r226695-226696: | Pyun YongHyeon | 2011-10-27 | 1 | -1/+5 |
| * | MFC: r220046, r220106 | Marius Strobl | 2011-04-10 | 1 | -27/+39 |
| * | MFC r201449: | Pyun YongHyeon | 2011-03-28 | 1 | -3/+3 |
| * | MFC r219701: | Pyun YongHyeon | 2011-03-28 | 1 | -13/+10 |
| * | MFC r219407: | Pyun YongHyeon | 2011-03-27 | 1 | -37/+43 |
| * | MFC r218834-218835: | Pyun YongHyeon | 2011-03-27 | 1 | -54/+54 |
| * | MFC r218833,218964: | Pyun YongHyeon | 2011-03-27 | 1 | -6/+19 |
| * | MFC r218832: | Pyun YongHyeon | 2011-03-27 | 1 | -261/+404 |
| * | MFC r218830-218831: | Pyun YongHyeon | 2011-03-27 | 1 | -26/+22 |
| * | MFC r218789,218820,218826-218828: | Pyun YongHyeon | 2011-03-27 | 1 | -16/+22 |
| * | MFC r213841,218787-218788: | Pyun YongHyeon | 2011-03-27 | 1 | -31/+123 |
| * | MFC r218786: | Pyun YongHyeon | 2011-03-27 | 1 | -21/+58 |
| * | MFC: r213893, r213908, r214566, r214605, r214846 | Marius Strobl | 2010-11-07 | 1 | -35/+29 |
| * | MFC: r201430 | Marius Strobl | 2010-11-02 | 1 | -11/+12 |
| * | MFC: 185750 | Marius Strobl | 2008-12-15 | 1 | -33/+41 |
| * | MFC: r182461 | Marius Strobl | 2008-09-01 | 1 | -5/+7 |
| * | MFC: r182079 | Marius Strobl | 2008-08-26 | 1 | -18/+27 |
| * | MFC: r179647 | Pyun YongHyeon | 2008-06-19 | 1 | -6/+14 |
| * | MFC: if_dc.c 1.194; if_dcreg.h 1.55 | Marius Strobl | 2008-04-11 | 1 | -82/+83 |
| * | MFC: Fix function prototype for device_shutdown method. | Pyun YongHyeon | 2008-03-13 | 1 | -2/+4 |
| * | o In order to reduce bug and code duplication fold handling of NICs | Marius Strobl | 2007-08-05 | 1 | -67/+30 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Fix a bug originally introduced in rev. 1.74; don't reloaded the | Marius Strobl | 2006-12-20 | 1 | -1/+2 |
| * | - Use our own callout (the dc_tick() callout uses varying periods | Marius Strobl | 2006-12-06 | 1 | -24/+33 |
| * | Remove <sys/types.h>; including both <sys/param.h> and <sys/types.h> | Marius Strobl | 2006-11-02 | 1 | -1/+0 |
| * | - Wrap code optimized for architectures without alignment constraints | Marius Strobl | 2006-10-29 | 1 | -16/+22 |
| * | - Consistently use if_printf() only in interface methods: if_start(), | Gleb Smirnoff | 2006-09-15 | 1 | -6/+7 |
| * | Fix the last commit. | Gleb Smirnoff | 2006-06-08 | 1 | -2/+6 |
| * | Add device IDs for Linksys PCMPC200 Cardbus card. | Gleb Smirnoff | 2006-06-07 | 1 | -0/+2 |
| * | - Switch on the full 32-bit device ID to avoid collisions between the | John Baldwin | 2006-06-03 | 1 | -121/+88 |
| * | Remove various bits of conditional Alpha code and fixup a few comments. | John Baldwin | 2006-05-12 | 1 | -48/+1 |
| * | Add device-id for the Neteasy DRP-32TXD cardbus 10/100 card. It's another | John Baldwin | 2006-03-16 | 1 | -0/+3 |
| * | Do not touch ifp->if_baudrate in miibus aware drivers. | Gleb Smirnoff | 2006-02-14 | 1 | -1/+0 |
| * | Add missing parens. | Gleb Smirnoff | 2005-12-28 | 1 | -1/+1 |
| * | Check for IFF_DRV_RUNNING in the interrupt loop. | Gleb Smirnoff | 2005-12-28 | 1 | -2/+3 |
| * | - Rev. 1.175 fixed compilation on sparc64 but also backed out zeroing of | Marius Strobl | 2005-12-05 | 1 | -5/+2 |
| * | Fix on sparc64. | Ruslan Ermilov | 2005-12-04 | 1 | -6/+2 |
| * | Fix the misalignment bugs differently than was done in the previous | Marcel Moolenaar | 2005-12-02 | 1 | -21/+31 |
| * | Resolve misalignment traps caused by changes to IF_LLADDR(). | Marcel Moolenaar | 2005-11-22 | 1 | -6/+6 |
| * | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov | 2005-11-11 | 1 | -10/+10 |
| * | Make dc compile after repo-copy. | Warner Losh | 2005-10-18 | 1 | -3/+4 |
| * | - Don't pollute opt_global.h with DEVICE_POLLING and introduce | Gleb Smirnoff | 2005-10-05 | 1 | -0/+4 |
| * | Big polling(4) cleanup. | Gleb Smirnoff | 2005-10-01 | 1 | -28/+41 |
| * | Fix "struct ifnet" leaks when attach() fails in the middle, e.g. | Ruslan Ermilov | 2005-09-16 | 1 | -2/+2 |
| * | When bus_alloc_resource_any() fails, dc_detach() is called and it | Giorgos Keramidas | 2005-09-15 | 1 | -5/+11 |
| * | Better comment | Warner Losh | 2005-08-29 | 1 | -1/+4 |