| Age | Commit message (Expand) | Author |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-02-06 | Mechanically convert dc(4) to IfAPI | Justin Hibbits |
| 2017-11-18 | spdx: initial adoption of licensing ID tags. | Pedro F. Giffuni |
| 2011-11-18 | Partially revert r218788. r218788 removed calling dc_setcfg() for | Pyun YongHyeon |
| 2011-11-01 | - Import the common MII bitbang'ing code from NetBSD and convert drivers to | Marius Strobl |
| 2011-10-24 | Add support for ALi/ULi, now NVIDIA, M5261/M5263 PCI FastEthernet | Pyun YongHyeon |
| 2011-02-19 | s/u_intXX_t/uintXX_t/g | Pyun YongHyeon |
| 2011-02-19 | Consistently use a tab character instead of space after #define. | Pyun YongHyeon |
| 2011-02-19 | Split common TX/RX descriptor DMA tag to TX and RX DMA tags | Pyun YongHyeon |
| 2011-02-18 | For controllers that have TX interrupt moderation capability, | Pyun YongHyeon |
| 2011-02-18 | Remove use case of DC_TX_ONE. It was used to limit queue just 1 TX | Pyun YongHyeon |
| 2011-02-18 | Always check memory allocation failure. If driver encounter memory | Pyun YongHyeon |
| 2010-10-14 | It seems some multi-port dc(4) controllers shares SROM of the first | Pyun YongHyeon |
| 2010-01-03 | cardbus -> CardBus | Warner Losh |
| 2010-01-03 | Fix card/device names, no functional change | Martin Blapp |
| 2008-12-07 | - According to the corresponding Linux, NetBSD and OpenSolaris | Marius Strobl |
| 2008-08-29 | For chips with a broken DC_ISR_RX_STATE which f.e. never signals | Marius Strobl |
| 2008-03-24 | - Const'ify the dc_devs array. | Marius Strobl |
| 2007-08-05 | o In order to reduce bug and code duplication fold handling of NICs | Marius Strobl |
| 2006-12-06 | - Use our own callout (the dc_tick() callout uses varying periods | Marius Strobl |
| 2006-09-15 | - Consistently use if_printf() only in interface methods: if_start(), | Gleb Smirnoff |
| 2006-06-08 | Fix the last commit. | Gleb Smirnoff |
| 2006-06-07 | Add device IDs for Linksys PCMPC200 Cardbus card. | Gleb Smirnoff |
| 2006-06-03 | - Switch on the full 32-bit device ID to avoid collisions between the | John Baldwin |
| 2006-03-16 | Add device-id for the Neteasy DRP-32TXD cardbus 10/100 card. It's another | John Baldwin |
| 2005-12-02 | Fix the misalignment bugs differently than was done in the previous | Marcel Moolenaar |
| 2005-11-22 | Resolve misalignment traps caused by changes to IF_LLADDR(). | Marcel Moolenaar |
| 2005-08-10 | Use device_printf() and if_printf() and remove dc_unit from softc. | John Baldwin |
| 2005-06-10 | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis |
| 2005-01-07 | /* -> /*- for license, minor formatting changes | Warner Losh |
| 2004-06-29 | Remove saved_* from dc_softc. They are now no longer needed. | Warner Losh |
| 2004-01-08 | The transmit frame status is stored in the last transmit descriptor for the | Don Lewis |
| 2003-12-06 | Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA) | MIHIRA Sanpei Yoshiro |
| 2003-11-14 | Drop the driver lock around calls to if_input to avoid a LOR when | Sam Leffler |
| 2003-10-05 | Ignore CSR13, CSR14, CSR15 'Media Specific Data' registers | Martin Blapp |
| 2003-07-19 | Add support for FA-511; Submitted by: Kenneth P. Stox; Pr 42858 | Warner Losh |
| 2003-07-10 | Add support for a bunch of Microsoft networking products: | Bill Paul |
| 2003-07-09 | Make the dc(4) driver endian-clean, so to that it works on sparc64. | Maxime Henrion |
| 2003-07-06 | Convert the dc(4) driver to the busdma API. This is a necessary step | Maxime Henrion |
| 2003-06-08 | Add ADMtek ADM9511 and ADM9513 device ID's. | Martin Blapp |
| 2003-05-12 | Add support for 3Com OfficeConnect 10/100B. | Martin Blapp |
| 2003-04-18 | Add support for Planex FNW-3602-T(CardBus 100M/10M). | MIHIRA Sanpei Yoshiro |
| 2003-01-10 | Add preliminary support for the Hawking PN672TX CardBus cards. | Warner Losh |
| 2003-01-09 | Add support for the Davicom DM9009 chipset. | Tom Rhodes |
| 2002-12-18 | Fix the missspelt letter in DC_CTYPE_PUP_AUTOSENSe define. | Semen Ustimenko |
| 2002-10-07 | Dynamically configure the width of the srom. This code comes from | Warner Losh |
| 2002-09-20 | Enable the automatic TX underrun recovery for the ADMtek chips. | Martin Blapp |
| 2002-05-06 | Add suspend/resume code mostly merged from fxp/rl driver. | Mitsuru IWASAKI |
| 2002-01-16 | Forgot one part of the VLAN support for the dc(4) driver. | Doug Ambrisko |
| 2001-12-14 | Device Polling code for -current. | Luigi Rizzo |