summaryrefslogtreecommitdiffstats
path: root/sys/dev/dc/if_dcreg.h
Commit message (Expand)AuthorAgeFilesLines
* Partially revert r218788. r218788 removed calling dc_setcfg() foryongari2011-11-181-1/+0
* - Import the common MII bitbang'ing code from NetBSD and convert drivers tomarius2011-11-011-20/+2
* Add support for ALi/ULi, now NVIDIA, M5261/M5263 PCI FastEthernetyongari2011-10-241-0/+34
* s/u_intXX_t/uintXX_t/gyongari2011-02-191-52/+52
* Consistently use a tab character instead of space after #define.yongari2011-02-191-575/+575
* Split common TX/RX descriptor DMA tag to TX and RX DMA tagsyongari2011-02-191-13/+24
* For controllers that have TX interrupt moderation capability,yongari2011-02-181-0/+1
* Remove use case of DC_TX_ONE. It was used to limit queue just 1 TXyongari2011-02-181-1/+0
* Always check memory allocation failure. If driver encounter memoryyongari2011-02-181-0/+2
* It seems some multi-port dc(4) controllers shares SROM of the firstyongari2010-10-141-0/+1
* cardbus -> CardBusimp2010-01-031-1/+1
* Fix card/device names, no functional changembr2010-01-031-7/+7
* - According to the corresponding Linux, NetBSD and OpenSolarismarius2008-12-071-0/+3
* For chips with a broken DC_ISR_RX_STATE which f.e. never signalsmarius2008-08-291-0/+4
* - Const'ify the dc_devs array.marius2008-03-241-3/+1
* o In order to reduce bug and code duplication fold handling of NICsmarius2007-08-051-2/+1
* - Use our own callout (the dc_tick() callout uses varying periodsmarius2006-12-061-3/+2
* - Consistently use if_printf() only in interface methods: if_start(),glebius2006-09-151-0/+1
* Fix the last commit.glebius2006-06-081-1/+2
* Add device IDs for Linksys PCMPC200 Cardbus card.glebius2006-06-071-0/+10
* - Switch on the full 32-bit device ID to avoid collisions between thejhb2006-06-031-84/+6
* Add device-id for the Neteasy DRP-32TXD cardbus 10/100 card. It's anotherjhb2006-03-161-0/+10
* Fix the misalignment bugs differently than was done in the previousmarcel2005-12-021-2/+2
* Resolve misalignment traps caused by changes to IF_LLADDR().marcel2005-11-221-2/+2
* Use device_printf() and if_printf() and remove dc_unit from softc.jhb2005-08-101-1/+0
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Remove saved_* from dc_softc. They are now no longer needed.imp2004-06-291-5/+0
* The transmit frame status is stored in the last transmit descriptor for thetruckman2004-01-081-0/+1
* Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA)sanpei2003-12-061-0/+1
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-141-0/+1
* Ignore CSR13, CSR14, CSR15 'Media Specific Data' registersmbr2003-10-051-3/+11
* Add support for FA-511; Submitted by: Kenneth P. Stox; Pr 42858imp2003-07-191-0/+1
* Add support for a bunch of Microsoft networking products:wpaul2003-07-101-0/+14
* Make the dc(4) driver endian-clean, so to that it works on sparc64.mux2003-07-091-0/+6
* Convert the dc(4) driver to the busdma API. This is a necessary stepmux2003-07-061-8/+22
* Add ADMtek ADM9511 and ADM9513 device ID's.mbr2003-06-081-0/+2
* Add support for 3Com OfficeConnect 10/100B.mbr2003-05-121-0/+10
* Add support for Planex FNW-3602-T(CardBus 100M/10M).sanpei2003-04-181-0/+10
* Add preliminary support for the Hawking PN672TX CardBus cards.imp2003-01-101-0/+12
* Add support for the Davicom DM9009 chipset.trhodes2003-01-091-0/+1
* Fix the missspelt letter in DC_CTYPE_PUP_AUTOSENSe define.semenu2002-12-181-1/+1
* Dynamically configure the width of the srom. This code comes fromimp2002-10-071-1/+2
* Enable the automatic TX underrun recovery for the ADMtek chips.mbr2002-09-201-0/+2
* Add suspend/resume code mostly merged from fxp/rl driver.iwasaki2002-05-061-0/+7
* Forgot one part of the VLAN support for the dc(4) driver.ambrisko2002-01-161-0/+2
* Device Polling code for -current.luigi2001-12-141-0/+7
* Avoid an unnecessary copy of a packet if it is already in a single mbuf.luigi2001-12-111-0/+1
* Defs for three (unused so far) bits in PCI command/status registerluigi2001-10-251-3/+3
* Add support for Conexant LANfinity miniPCI controllers. People who havewpaul2001-09-041-0/+22
OpenPOWER on IntegriCloud