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