aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dc
Commit message (Expand)AuthorAgeFilesLines
...
* There is no need to execute filter configuration when driver is notPyun YongHyeon2011-02-181-4/+2
* Make sure to clear status word of TX descriptor in dc_list_tx_init().Pyun YongHyeon2011-02-181-5/+5
* For controllers that have TX interrupt moderation capability,Pyun YongHyeon2011-02-182-1/+16
* Remove use case of DC_TX_ONE. It was used to limit queue just 1 TXPyun YongHyeon2011-02-182-6/+0
* Apply special PHY initialization code for 21143 controllers beforePyun YongHyeon2011-02-181-31/+42
* When driver have to use base softc due to lack of SROM on secondPyun YongHyeon2011-02-181-2/+37
* Always check memory allocation failure. If driver encounter memoryPyun YongHyeon2011-02-182-21/+60
* - Even after masking the media with IFM_GMASK the result may have bitsMarius Strobl2011-01-142-29/+11
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-1/+1
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-152-37/+30
* It seems some multi-port dc(4) controllers shares SROM of the firstPyun YongHyeon2010-10-142-0/+47
* Consistently always explicitly set IFM_HDX for half-duplex.Marius Strobl2010-10-032-5/+9
* - In the spirit of previous simplifications factor out the checks for aMarius Strobl2010-10-022-42/+2
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelyMarius Strobl2010-09-272-2/+2
* cardbus -> CardBusWarner Losh2010-01-031-1/+1
* Fix CardBus spelling.Warner Losh2010-01-031-3/+3
* Fix card/device names, no functional changeMartin Blapp2010-01-032-18/+19
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-8/+8
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-301-8/+14
* - Set MIIF_NOLOOP and don't add IFM_LOOP as loopback apparently isn'tMarius Strobl2009-03-192-19/+12
* remove now-redunant cardbus attachment.Warner Losh2009-03-091-1/+0
* - According to the corresponding Linux, NetBSD and OpenSolarisMarius Strobl2008-12-072-36/+47
* cosmetic changes and style fixesMarius Strobl2008-09-302-47/+33
* For chips with a broken DC_ISR_RX_STATE which f.e. never signalsMarius Strobl2008-08-292-5/+11
* - Use m_collapse(9) instead of m_defrag(9) if possible. This resultsMarius Strobl2008-08-231-18/+27
* Ethernet hardware address stored in DC_AL_PAR0/DC_AL_PAR1 registerPyun YongHyeon2008-06-081-6/+14
* - Const'ify the dc_devs array.Marius Strobl2008-03-242-85/+84
* Fix function prototype for device_shutdown method.Pyun YongHyeon2007-11-221-2/+4
* IEEE 802.3 Annex 28B.3 explicitly specifies the following relativePyun YongHyeon2007-11-161-4/+4
* o In order to reduce bug and code duplication fold handling of NICsMarius Strobl2007-08-052-69/+31
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Fix a bug originally introduced in rev. 1.74; don't reloaded theMarius Strobl2006-12-201-1/+2
* - Use our own callout (the dc_tick() callout uses varying periodsMarius Strobl2006-12-062-27/+35
* Remove <sys/types.h>; including both <sys/param.h> and <sys/types.h>Marius Strobl2006-11-021-1/+0
* - Wrap code optimized for architectures without alignment constraintsMarius Strobl2006-10-291-16/+22
* - Consistently use if_printf() only in interface methods: if_start(),Gleb Smirnoff2006-09-152-6/+8
* Replace hard-coded magic constants to system defined constantsPyun YongHyeon2006-08-022-2/+2
* Fix the last commit.Gleb Smirnoff2006-06-082-3/+8
* Add device IDs for Linksys PCMPC200 Cardbus card.Gleb Smirnoff2006-06-072-0/+12
* - Switch on the full 32-bit device ID to avoid collisions between theJohn Baldwin2006-06-032-205/+94
* Use PCI bus accessors rather than reading config registers directly toJohn Baldwin2006-06-031-2/+3
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-48/+1
* Add device-id for the Neteasy DRP-32TXD cardbus 10/100 card. It's anotherJohn Baldwin2006-03-162-0/+13
* Do not touch ifp->if_baudrate in miibus aware drivers.Gleb Smirnoff2006-02-141-1/+0
* Add missing parens.Gleb Smirnoff2005-12-281-1/+1
* Check for IFF_DRV_RUNNING in the interrupt loop.Gleb Smirnoff2005-12-281-2/+3
* - Rev. 1.175 fixed compilation on sparc64 but also backed out zeroing ofMarius Strobl2005-12-051-5/+2
* Fix on sparc64.Ruslan Ermilov2005-12-041-6/+2
* Fix the misalignment bugs differently than was done in the previousMarcel Moolenaar2005-12-022-23/+33
* Resolve misalignment traps caused by changes to IF_LLADDR().Marcel Moolenaar2005-11-222-8/+8