summaryrefslogtreecommitdiff
path: root/sys/dev/dc
Commit message (Expand)AuthorAgeFilesLines
* 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-33/+44
* 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
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-10/+10
* Make dc compile after repo-copy.Warner Losh2005-10-183-5/+6
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceGleb Smirnoff2005-10-051-0/+4
* Big polling(4) cleanup.Gleb Smirnoff2005-10-011-28/+41
* Use ansi function definitions in preference to K&R to reduce diffsWarner Losh2005-09-302-24/+10
* Fix "struct ifnet" leaks when attach() fails in the middle, e.g.Ruslan Ermilov2005-09-161-2/+2
* When bus_alloc_resource_any() fails, dc_detach() is called and itGiorgos Keramidas2005-09-151-5/+11
* Better commentWarner Losh2005-08-291-1/+4
* Fix another instance of old info re: miibusWarner Losh2005-08-291-1/+1
* Fixup locking and mark MPSAFE:John Baldwin2005-08-181-70/+77
* Use device_printf() and if_printf() and remove dc_unit from softc.John Baldwin2005-08-102-36/+31
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-12/+13
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+8
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-25/+31
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-293-6/+0
* Fix newer Xircom CBE2-100 cards that were reportingWarner Losh2005-04-181-13/+14
* Bugger, wiped out a needed comma in the previous commit.Scott Long2005-03-091-1/+1