aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dc/if_dcreg.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Mechanically convert dc(4) to IfAPIJustin Hibbits2023-02-061-1/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Partially revert r218788. r218788 removed calling dc_setcfg() forPyun YongHyeon2011-11-181-1/+0
* - Import the common MII bitbang'ing code from NetBSD and convert drivers toMarius Strobl2011-11-011-20/+2
* Add support for ALi/ULi, now NVIDIA, M5261/M5263 PCI FastEthernetPyun YongHyeon2011-10-241-0/+34
* s/u_intXX_t/uintXX_t/gPyun YongHyeon2011-02-191-52/+52
* Consistently use a tab character instead of space after #define.Pyun YongHyeon2011-02-191-575/+575
* Split common TX/RX descriptor DMA tag to TX and RX DMA tagsPyun YongHyeon2011-02-191-13/+24
* For controllers that have TX interrupt moderation capability,Pyun YongHyeon2011-02-181-0/+1
* Remove use case of DC_TX_ONE. It was used to limit queue just 1 TXPyun YongHyeon2011-02-181-1/+0
* Always check memory allocation failure. If driver encounter memoryPyun YongHyeon2011-02-181-0/+2
* It seems some multi-port dc(4) controllers shares SROM of the firstPyun YongHyeon2010-10-141-0/+1
* cardbus -> CardBusWarner Losh2010-01-031-1/+1
* Fix card/device names, no functional changeMartin Blapp2010-01-031-7/+7
* - According to the corresponding Linux, NetBSD and OpenSolarisMarius Strobl2008-12-071-0/+3
* For chips with a broken DC_ISR_RX_STATE which f.e. never signalsMarius Strobl2008-08-291-0/+4
* - Const'ify the dc_devs array.Marius Strobl2008-03-241-3/+1
* o In order to reduce bug and code duplication fold handling of NICsMarius Strobl2007-08-051-2/+1
* - Use our own callout (the dc_tick() callout uses varying periodsMarius Strobl2006-12-061-3/+2
* - Consistently use if_printf() only in interface methods: if_start(),Gleb Smirnoff2006-09-151-0/+1
* Fix the last commit.Gleb Smirnoff2006-06-081-1/+2
* Add device IDs for Linksys PCMPC200 Cardbus card.Gleb Smirnoff2006-06-071-0/+10
* - Switch on the full 32-bit device ID to avoid collisions between theJohn Baldwin2006-06-031-84/+6
* Add device-id for the Neteasy DRP-32TXD cardbus 10/100 card. It's anotherJohn Baldwin2006-03-161-0/+10
* Fix the misalignment bugs differently than was done in the previousMarcel Moolenaar2005-12-021-2/+2
* Resolve misalignment traps caused by changes to IF_LLADDR().Marcel Moolenaar2005-11-221-2/+2
* Use device_printf() and if_printf() and remove dc_unit from softc.John Baldwin2005-08-101-1/+0
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Remove saved_* from dc_softc. They are now no longer needed.Warner Losh2004-06-291-5/+0
* The transmit frame status is stored in the last transmit descriptor for theDon Lewis2004-01-081-0/+1
* Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA)MIHIRA Sanpei Yoshiro2003-12-061-0/+1
* Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler2003-11-141-0/+1
* Ignore CSR13, CSR14, CSR15 'Media Specific Data' registersMartin Blapp2003-10-051-3/+11
* Add support for FA-511; Submitted by: Kenneth P. Stox; Pr 42858Warner Losh2003-07-191-0/+1
* Add support for a bunch of Microsoft networking products:Bill Paul2003-07-101-0/+14
* Make the dc(4) driver endian-clean, so to that it works on sparc64.Maxime Henrion2003-07-091-0/+6
* Convert the dc(4) driver to the busdma API. This is a necessary stepMaxime Henrion2003-07-061-8/+22
* Add ADMtek ADM9511 and ADM9513 device ID's.Martin Blapp2003-06-081-0/+2
* Add support for 3Com OfficeConnect 10/100B.Martin Blapp2003-05-121-0/+10
* Add support for Planex FNW-3602-T(CardBus 100M/10M).MIHIRA Sanpei Yoshiro2003-04-181-0/+10
* Add preliminary support for the Hawking PN672TX CardBus cards.Warner Losh2003-01-101-0/+12
* Add support for the Davicom DM9009 chipset.Tom Rhodes2003-01-091-0/+1
* Fix the missspelt letter in DC_CTYPE_PUP_AUTOSENSe define.Semen Ustimenko2002-12-181-1/+1
* Dynamically configure the width of the srom. This code comes fromWarner Losh2002-10-071-1/+2
* Enable the automatic TX underrun recovery for the ADMtek chips.Martin Blapp2002-09-201-0/+2
* Add suspend/resume code mostly merged from fxp/rl driver.Mitsuru IWASAKI2002-05-061-0/+7
* Forgot one part of the VLAN support for the dc(4) driver.Doug Ambrisko2002-01-161-0/+2
* Device Polling code for -current.Luigi Rizzo2001-12-141-0/+7