summaryrefslogtreecommitdiffstats
path: root/sys/dev/xl
Commit message (Expand)AuthorAgeFilesLines
* Add flow control for 3C905B and newer controllers. Note, theseyongari2010-11-141-6/+19
* Correct an inverted check in r213893.marius2010-11-051-1/+1
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-18/+14
* Implement basic WOL support. Note, not all xl(4) controllersyongari2010-08-232-10/+80
* Move xl_reset() to xl_init_locked(). This will make driveryongari2010-08-231-6/+3
* Remove unnecessary controller reinitialization by checkingyongari2010-08-231-5/+11
* Clean up SIOCSIFCAP handler and allow RX checksum offloading couldyongari2010-08-231-31/+38
* cardbus -> CardBusimp2010-01-031-2/+2
* Make xl(4) build with Tx checksum offload.yongari2009-07-091-4/+4
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-4/+4
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-301-9/+16
* remove dead code with reference to IFQ_HANDOFFkmacy2009-04-271-26/+0
* To make it easy whether xl(4) missed Tx completion interrupt checkyongari2009-04-211-3/+19
* Clear IFF_DRV_OACTIVE flag if one of queued packets was transmitted.yongari2009-04-211-2/+6
* remove now-redunant cardbus attachment.imp2009-03-091-1/+0
* Move the xl driver form sys/pci to sys/dev/xl for consistency.imp2008-08-102-0/+4109
OpenPOWER on IntegriCloud