summaryrefslogtreecommitdiffstats
path: root/sys/dev/ste/if_ste.c
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
* - 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-011-185/+40
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-4/+2
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-3/+3
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+1
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-9/+8
* It seems some old Sundace(now IC Plus Corp.) controllers do notyongari2010-08-091-7/+20
* Make sure to store dma address of RX buffer in little endian form.yongari2010-01-081-4/+6
* Fix EEPROM access code to return data in host byte order.yongari2010-01-081-13/+7
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* ether_ifattach sets if_mtu, remove unnecessary code.yongari2009-12-241-1/+0
* Update if_iqdrops in case of RX buffer allocation failure.yongari2009-12-241-1/+1
* Add suspend/resume support as well as basic WOL.yongari2009-12-241-24/+108
* Implement RX interrupt moderation using one-shot timer interrupt.yongari2009-12-241-26/+63
* We don't need to generate DMA complete interrupt for everyyongari2009-12-231-1/+12
* Implement hardware MAC statistics counter support. The countersyongari2009-12-231-3/+133
* Report the correct result of mii_mediachg(). Previously it alwaysyongari2009-12-231-19/+12
* Don't report link status if driver is not running.yongari2009-12-231-0/+4
* Overhaul RX filter programming.yongari2009-12-231-62/+38
* Reimplement controller reset. Datasheet says full reset takes aboutyongari2009-12-231-8/+15
* Don't reinitialize controller if driver is already running. Thisyongari2009-12-231-2/+11
* Reimplement Tx status error handler as recommended by datasheet.yongari2009-12-221-21/+71
* Prefer bus_write_{1,2,4}/bus_read_{1,2,4} toyongari2009-12-221-3/+0
* Prefer memory space register mapping over io space. If memory spaceyongari2009-12-221-14/+13
* Instead of relying on hard resetting of controller to stopyongari2009-12-221-20/+31
* Reimplement miibus_statchg method. Don't rely on link state changeyongari2009-12-221-48/+75
* Introduce sc_flags member variable and use it to keep track ofyongari2009-12-221-10/+8
* Add minimal dealy while ste(4) is waiting for the end of active DMAyongari2009-12-221-0/+1
* Add bus_dma(9) and endianness support to ste(4).yongari2009-12-221-237/+506
* Sort function prototyes.yongari2009-12-211-39/+38
* style(9)yongari2009-12-211-100/+100
* Remove trailing white spaces.yongari2009-12-211-13/+13
* s/u_intXX_t/uintXX_t/gyongari2009-12-211-9/+9
* o Remove unnecessary return statement.yongari2009-12-211-30/+2
* Use ANSI function definations.yongari2009-12-211-87/+34
* - Add a private timer to drive the transmit watchdog instead of usingjhb2009-11-191-11/+10
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-301-8/+13
* Move the ste driver from sys/pci to sys/dev/ste.imp2008-08-141-0/+1752
OpenPOWER on IntegriCloud