summaryrefslogtreecommitdiffstats
path: root/sys/dev/dc/if_dcreg.h
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Apply patch to allow TX underrun handling without issuing a completewpaul2001-02-221-0/+6
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Change the driver to allocate its own callout structure, and modifyjlemon2000-11-251-1/+1
* Add support for the Accton EN2242 MiniPCI adapter. This is just anwpaul2000-11-141-0/+1
* Add PCI IDs for some additional cardbus cards. Yes, there really iswpaul2000-10-281-0/+9
* NEWCARD/Cardbus -jon2000-10-191-0/+33
* First round of converting network drivers from spls to mutexes. Thiswpaul2000-10-131-0/+5
* Add support for parsing the media blocks from the SROM on 21143wpaul2000-10-051-1/+119
* Special-case the LED twiddling code so that it doesn't do anythingwpaul2000-09-071-0/+1
* Define some more bits in CSR15 needed for previous change.wpaul2000-09-021-0/+4
* Grrrr. Add definition for DC_WDOG_CTLWREN. I made this change yesterdaywpaul2000-08-021-0/+1
* Add the PCI IDs for the Macronix 98727 and 98732 parts. These arewpaul2000-07-171-0/+2
* Apply patch to the dc driver to handle Macronix MX98715AEC-C/D/E chips,wpaul2000-07-151-0/+3
* Add support for the Accton EN1217.asmodai2000-06-111-0/+10
* Rework the support for the internal autonegotiation on the 21143 andwpaul2000-05-311-0/+1
* Teach the 'dc' driver how to pick up settings left over by themsmith2000-03-111-0/+3
OpenPOWER on IntegriCloud