summaryrefslogtreecommitdiff
path: root/sys/dev/dc
AgeCommit message (Expand)Author
2011-02-18There is no need to execute filter configuration when driver is notPyun YongHyeon
2011-02-18Make sure to clear status word of TX descriptor in dc_list_tx_init().Pyun YongHyeon
2011-02-18For controllers that have TX interrupt moderation capability,Pyun YongHyeon
2011-02-18Remove use case of DC_TX_ONE. It was used to limit queue just 1 TXPyun YongHyeon
2011-02-18Apply special PHY initialization code for 21143 controllers beforePyun YongHyeon
2011-02-18When driver have to use base softc due to lack of SROM on secondPyun YongHyeon
2011-02-18Always check memory allocation failure. If driver encounter memoryPyun YongHyeon
2011-01-14- Even after masking the media with IFM_GMASK the result may have bitsMarius Strobl
2010-10-15Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl
2010-10-15Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl
2010-10-14It seems some multi-port dc(4) controllers shares SROM of the firstPyun YongHyeon
2010-10-03Consistently always explicitly set IFM_HDX for half-duplex.Marius Strobl
2010-10-02- In the spirit of previous simplifications factor out the checks for aMarius Strobl
2010-09-27Use the mii_data provided via mii_attach_args and mii_pdata respectivelyMarius Strobl
2010-01-03cardbus -> CardBusWarner Losh
2010-01-03Fix CardBus spelling.Warner Losh
2010-01-03Fix card/device names, no functional changeMartin Blapp
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2009-05-30When user_frac in the polling subsystem is low it is going to busy theAttilio Rao
2009-03-19- Set MIIF_NOLOOP and don't add IFM_LOOP as loopback apparently isn'tMarius Strobl
2009-03-09remove now-redunant cardbus attachment.Warner Losh
2008-12-07- According to the corresponding Linux, NetBSD and OpenSolarisMarius Strobl
2008-09-30cosmetic changes and style fixesMarius Strobl
2008-08-29For chips with a broken DC_ISR_RX_STATE which f.e. never signalsMarius Strobl
2008-08-23- Use m_collapse(9) instead of m_defrag(9) if possible. This resultsMarius Strobl
2008-06-08Ethernet hardware address stored in DC_AL_PAR0/DC_AL_PAR1 registerPyun YongHyeon
2008-03-24- Const'ify the dc_devs array.Marius Strobl
2007-11-22Fix function prototype for device_shutdown method.Pyun YongHyeon
2007-11-16IEEE 802.3 Annex 28B.3 explicitly specifies the following relativePyun YongHyeon
2007-08-05o In order to reduce bug and code duplication fold handling of NICsMarius Strobl
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-12-20Fix a bug originally introduced in rev. 1.74; don't reloaded theMarius Strobl
2006-12-06- Use our own callout (the dc_tick() callout uses varying periodsMarius Strobl
2006-11-02Remove <sys/types.h>; including both <sys/param.h> and <sys/types.h>Marius Strobl
2006-10-29- Wrap code optimized for architectures without alignment constraintsMarius Strobl
2006-09-15- Consistently use if_printf() only in interface methods: if_start(),Gleb Smirnoff
2006-08-02Replace hard-coded magic constants to system defined constantsPyun YongHyeon
2006-06-08Fix the last commit.Gleb Smirnoff
2006-06-07Add device IDs for Linksys PCMPC200 Cardbus card.Gleb Smirnoff
2006-06-03- Switch on the full 32-bit device ID to avoid collisions between theJohn Baldwin
2006-06-03Use PCI bus accessors rather than reading config registers directly toJohn Baldwin
2006-05-12Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin
2006-03-16Add device-id for the Neteasy DRP-32TXD cardbus 10/100 card. It's anotherJohn Baldwin
2006-02-14Do not touch ifp->if_baudrate in miibus aware drivers.Gleb Smirnoff
2005-12-28Add missing parens.Gleb Smirnoff
2005-12-28Check for IFF_DRV_RUNNING in the interrupt loop.Gleb Smirnoff
2005-12-05- Rev. 1.175 fixed compilation on sparc64 but also backed out zeroing ofMarius Strobl
2005-12-04Fix on sparc64.Ruslan Ermilov
2005-12-02Fix the misalignment bugs differently than was done in the previousMarcel Moolenaar
2005-11-22Resolve misalignment traps caused by changes to IF_LLADDR().Marcel Moolenaar