summaryrefslogtreecommitdiffstats
path: root/sys/dev/xl
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-2/+2
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-051-1/+1
* - Change the module order of these MAC drivers to be last so they aremarius2012-05-111-2/+3
* Use DEVMETHOD_END.marius2011-11-231-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+1
* - Import the common MII bitbang'ing code from NetBSD and convert drivers tomarius2011-11-012-179/+58
* - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHYmarius2011-10-081-0/+197
* Really spell suppress the right wayimp2011-06-211-1/+1
* My broken 'u' key scks!imp2011-06-211-1/+1
* Supress warning that command didn't complete when the parent busimp2011-06-211-2/+2
* Fix build.yongari2011-05-071-1/+1
* Remove unneeded use of variable status. This should have been doneyongari2011-05-071-2/+0
* XL_DMACTL is 32bit register, use 32bit write macro.yongari2011-05-072-1/+6
* Rearm watchdog timer if driver kick controller to recover from TXyongari2011-05-071-2/+5
* Rename xl_stats_update() callout handler to xl_tick() and move MIIyongari2011-05-072-37/+21
* Reuse the TX descriptor(DPD) if xl_encap() failed instead of justyongari2011-05-061-2/+8
* Change xl_rxeof() a bit to return the number of processed frames inyongari2011-05-061-7/+3
* Terminate interrupt handler if driver detect it's not running.yongari2011-05-061-3/+9
* Updating status word should be the last operation of UPD structureyongari2011-05-062-3/+3
* Call bus_dmamap_sync() only after TX DPD update.yongari2011-05-061-4/+4
* Set status word once instead of twice. For 3C90xB/3C90xC, frameyongari2011-05-061-5/+5
* Remove unnecessary htole32/le32toh dance.yongari2011-05-061-8/+5
* Rewrite RX filter logic and provide controller specific filteryongari2011-05-061-120/+102
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-1/+1
* Allocate the DMA memory shared between the host and the controller asmarius2011-03-111-4/+4
* 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