summaryrefslogtreecommitdiffstats
path: root/sys/dev/dc
Commit message (Expand)AuthorAgeFilesLines
* Revise r220046 by introducing dc_netcfg_wait() which waits the endyongari2011-03-281-51/+39
* Wait until the DMA engine is stopped before unmapping buffers andmarius2011-03-261-1/+25
* Remove too expensive bus_dmamap_sync(9) call in dc_rx_resync().yongari2011-03-161-10/+4
* Rearrange dc_tx_underrun() a bit to correctly set TX FIFO thresholdyongari2011-03-081-37/+43
* Remove unnecessary controller reinitialization which resulted inyongari2011-02-231-5/+13
* s/u_intXX_t/uintXX_t/gyongari2011-02-192-93/+93
* Consistently use a tab character instead of space after #define.yongari2011-02-192-588/+588
* Count how many frames driver lost in interrupt handler. Thisyongari2011-02-191-1/+6
* Split common TX/RX descriptor DMA tag to TX and RX DMA tagsyongari2011-02-192-276/+429
* Rearrange interrupt handler a bit and remove forever loop.yongari2011-02-191-22/+20
* Send frames only when there is a valid link and driver is runningyongari2011-02-191-4/+2
* Fix a long standing bug where driver handed over RX descriptoryongari2011-02-181-1/+0
* There is no need to execute filter configuration when driver is notyongari2011-02-181-4/+2
* Make sure to clear status word of TX descriptor in dc_list_tx_init().yongari2011-02-181-5/+5
* For controllers that have TX interrupt moderation capability,yongari2011-02-182-1/+16
* Remove use case of DC_TX_ONE. It was used to limit queue just 1 TXyongari2011-02-182-6/+0
* Apply special PHY initialization code for 21143 controllers beforeyongari2011-02-181-31/+42
* When driver have to use base softc due to lack of SROM on secondyongari2011-02-181-2/+37
* Always check memory allocation failure. If driver encounter memoryyongari2011-02-182-21/+60
* - Even after masking the media with IFM_GMASK the result may have bitsmarius2011-01-142-29/+11
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-1/+1
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-152-37/+30
* It seems some multi-port dc(4) controllers shares SROM of the firstyongari2010-10-142-0/+47
* Consistently always explicitly set IFM_HDX for half-duplex.marius2010-10-032-5/+9
* - In the spirit of previous simplifications factor out the checks for amarius2010-10-022-42/+2
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelymarius2010-09-272-2/+2
* cardbus -> CardBusimp2010-01-031-1/+1
* Fix CardBus spelling.imp2010-01-031-3/+3
* Fix card/device names, no functional changembr2010-01-032-18/+19
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-8/+8
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-301-8/+14
* - Set MIIF_NOLOOP and don't add IFM_LOOP as loopback apparently isn'tmarius2009-03-192-19/+12
* remove now-redunant cardbus attachment.imp2009-03-091-1/+0
* - According to the corresponding Linux, NetBSD and OpenSolarismarius2008-12-072-36/+47
* cosmetic changes and style fixesmarius2008-09-302-47/+33
* For chips with a broken DC_ISR_RX_STATE which f.e. never signalsmarius2008-08-292-5/+11
* - Use m_collapse(9) instead of m_defrag(9) if possible. This resultsmarius2008-08-231-18/+27
* Ethernet hardware address stored in DC_AL_PAR0/DC_AL_PAR1 registeryongari2008-06-081-6/+14
* - Const'ify the dc_devs array.marius2008-03-242-85/+84
* Fix function prototype for device_shutdown method.yongari2007-11-221-2/+4
* IEEE 802.3 Annex 28B.3 explicitly specifies the following relativeyongari2007-11-161-4/+4
* o In order to reduce bug and code duplication fold handling of NICsmarius2007-08-052-69/+31
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Fix a bug originally introduced in rev. 1.74; don't reloaded themarius2006-12-201-1/+2
* - Use our own callout (the dc_tick() callout uses varying periodsmarius2006-12-062-27/+35
* Remove <sys/types.h>; including both <sys/param.h> and <sys/types.h>marius2006-11-021-1/+0
* - Wrap code optimized for architectures without alignment constraintsmarius2006-10-291-16/+22
* - Consistently use if_printf() only in interface methods: if_start(),glebius2006-09-152-6/+8
* Replace hard-coded magic constants to system defined constantsyongari2006-08-022-2/+2
* Fix the last commit.glebius2006-06-082-3/+8
OpenPOWER on IntegriCloud