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