summaryrefslogtreecommitdiffstats
path: root/sys/dev/msk/if_mskreg.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r287238:yongari2015-09-161-7/+2
* MFC r263957:yongari2014-04-141-1/+1
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-1/+1
* Enable 64bit DMA addressing support for all msk(4) controllers.yongari2011-11-161-15/+37
* Add initial support for Marvell 88E8055/88E8075 Yukon Supreme.yongari2011-05-231-0/+9
* Do not touch ASF related register for controllers that do not haveyongari2011-05-231-0/+1
* Add basic support for Marvell 88E8059 Yukon Optima.yongari2010-04-301-0/+6
* Disable non-ASF packet flushing on Yukon Extreme as vendor's driveryongari2010-04-301-0/+2
* Both RX_GMF_LP_THR and RX_GMF_UP_THR must be 16 bits register. Ifyongari2010-04-301-2/+2
* Implement Rx checksum offloading for Yukon EC, Yukon Ultra,yongari2010-03-121-0/+1
* Remove taskqueue based interrupt handling. After r204541 msk(4)yongari2010-03-021-3/+0
* Implement rudimentary interrupt moderation with programmableyongari2010-03-011-0/+3
* Allocate single MSI message. msk(4) used to allocate 2 MSI messagesyongari2010-02-261-2/+2
* Don't hardcod register offset to set PCIe max read request size.yongari2010-02-261-0/+2
* Optimize inserting LE for TX checksum computation. Controller doesyongari2010-02-261-0/+1
* Add preliminary Yukon Ultra 2 support(88E8057). The controlleryongari2009-11-071-0/+3
* - Add support for Marvell Yukon 88E8042 device.lulf2009-10-251-0/+1
* Add DGE-560SX(Yukon XL) to the supported device list. Many thanksyongari2009-09-281-0/+1
* Add hack to pass controller specific information to phy driver.yongari2009-09-281-1/+6
* Add Yukon Extreme device ids, 88E8071 and 88E8072.yongari2009-06-021-1/+3
* Add Rx checksum offloading support for Yukon FE+ and Yukon Extreme.yongari2009-06-021-0/+12
* Add frame parser capability of Yukon FE+ and Yukon Extreme. Withyongari2009-06-021-2/+3
* Add preliminary Yukon Extreme support and register definitions.yongari2009-06-021-7/+109
* Add device ids for Yukon FE+(88E8040, 88E8040T, 88E8048 and 88E8070).yongari2009-05-251-1/+5
* Add workaround for Yukon FE+ A0. This controller is known to haveyongari2009-05-251-0/+2
* Add preliminary Yukon FE+ support and register definitions.yongari2009-05-251-0/+7
* Add support for newer descriptor format. This format is used onyongari2009-05-251-0/+3
* Rather than checking every chip revision, introduce more flags toyongari2009-05-251-2/+4
* Use bit definition to represent MSI and detach state instead ofyongari2009-05-251-2/+2
* Use bit definition to represent link state, device suspend insteadyongari2009-05-251-2/+2
* Remove link handling taskqueue and use mii callback directly. Whileyongari2009-05-251-1/+0
* Add hardware MAC statistics support. Also added some reservedyongari2009-01-161-0/+55
* Remove local jumbo locator and switch to UMA backed page allocatoryongari2009-01-141-27/+1
* Add another hardware bug workaround for Yukon II controllers thatyongari2008-09-251-0/+4
* Workaround GMAC hardware hang of Yukon II on the receipt of pauseyongari2008-02-291-0/+1
* Bring in support for: Marvell Yukon 8039remko2007-12-051-0/+1
* Add device id for 88E8058(Yukon EC Ultra) which is found on 3rdyongari2007-11-201-0/+1
* Make phy respond only at address 0. This makes phy driver attachedyongari2007-11-201-1/+0
* Drop maintaing hardware feature(bug) lists for Yukon II. We don't haveyongari2007-11-201-30/+0
* Various fixes for EC Ultra.yongari2007-11-201-3/+6
* The maximum size of the sum of all segment lengths in a given DMA mappingyongari2007-06-121-1/+1
* Increase a maximum segment size of DMA to 4096. Previously it usedyongari2007-06-111-0/+2
* Work around GMAC hardware hang bug.yongari2007-04-251-1/+0
* Piggyback watchdog timer handling with msk_tick which is called everyyongari2006-12-291-1/+1
* Fix MSI support. Now it correctly allocates SYS_RES_IRQ resourcesyongari2006-12-291-2/+4
* Add msk(4), a driver for Marvell/SysKonnect Yukon II Gigabit Ethernetyongari2006-12-131-0/+2396
OpenPOWER on IntegriCloud