summaryrefslogtreecommitdiff
path: root/sys/dev/msk/if_mskreg.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r263957:Pyun YongHyeon2014-04-141-1/+1
* MFC r227582:Pyun YongHyeon2012-01-041-15/+37
* Add initial support for Marvell 88E8055/88E8075 Yukon Supreme.Pyun YongHyeon2011-05-231-0/+9
* Do not touch ASF related register for controllers that do not havePyun YongHyeon2011-05-231-0/+1
* Add basic support for Marvell 88E8059 Yukon Optima.Pyun YongHyeon2010-04-301-0/+6
* Disable non-ASF packet flushing on Yukon Extreme as vendor's driverPyun YongHyeon2010-04-301-0/+2
* Both RX_GMF_LP_THR and RX_GMF_UP_THR must be 16 bits register. IfPyun YongHyeon2010-04-301-2/+2
* Implement Rx checksum offloading for Yukon EC, Yukon Ultra,Pyun YongHyeon2010-03-121-0/+1
* Remove taskqueue based interrupt handling. After r204541 msk(4)Pyun YongHyeon2010-03-021-3/+0
* Implement rudimentary interrupt moderation with programmablePyun YongHyeon2010-03-011-0/+3
* Allocate single MSI message. msk(4) used to allocate 2 MSI messagesPyun YongHyeon2010-02-261-2/+2
* Don't hardcod register offset to set PCIe max read request size.Pyun YongHyeon2010-02-261-0/+2
* Optimize inserting LE for TX checksum computation. Controller doesPyun YongHyeon2010-02-261-0/+1
* Add preliminary Yukon Ultra 2 support(88E8057). The controllerPyun YongHyeon2009-11-071-0/+3
* - Add support for Marvell Yukon 88E8042 device.Ulf Lilleengen2009-10-251-0/+1
* Add DGE-560SX(Yukon XL) to the supported device list. Many thanksPyun YongHyeon2009-09-281-0/+1
* Add hack to pass controller specific information to phy driver.Pyun YongHyeon2009-09-281-1/+6
* Add Yukon Extreme device ids, 88E8071 and 88E8072.Pyun YongHyeon2009-06-021-1/+3
* Add Rx checksum offloading support for Yukon FE+ and Yukon Extreme.Pyun YongHyeon2009-06-021-0/+12
* Add frame parser capability of Yukon FE+ and Yukon Extreme. WithPyun YongHyeon2009-06-021-2/+3
* Add preliminary Yukon Extreme support and register definitions.Pyun YongHyeon2009-06-021-7/+109
* Add device ids for Yukon FE+(88E8040, 88E8040T, 88E8048 and 88E8070).Pyun YongHyeon2009-05-251-1/+5
* Add workaround for Yukon FE+ A0. This controller is known to havePyun YongHyeon2009-05-251-0/+2
* Add preliminary Yukon FE+ support and register definitions.Pyun YongHyeon2009-05-251-0/+7
* Add support for newer descriptor format. This format is used onPyun YongHyeon2009-05-251-0/+3
* Rather than checking every chip revision, introduce more flags toPyun YongHyeon2009-05-251-2/+4
* Use bit definition to represent MSI and detach state instead ofPyun YongHyeon2009-05-251-2/+2
* Use bit definition to represent link state, device suspend insteadPyun YongHyeon2009-05-251-2/+2
* Remove link handling taskqueue and use mii callback directly. WhilePyun YongHyeon2009-05-251-1/+0
* Add hardware MAC statistics support. Also added some reservedPyun YongHyeon2009-01-161-0/+55
* Remove local jumbo locator and switch to UMA backed page allocatorPyun YongHyeon2009-01-141-27/+1
* Add another hardware bug workaround for Yukon II controllers thatPyun YongHyeon2008-09-251-0/+4
* Workaround GMAC hardware hang of Yukon II on the receipt of pausePyun YongHyeon2008-02-291-0/+1
* Bring in support for: Marvell Yukon 8039Remko Lodder2007-12-051-0/+1
* Add device id for 88E8058(Yukon EC Ultra) which is found on 3rdPyun YongHyeon2007-11-201-0/+1
* Make phy respond only at address 0. This makes phy driver attachedPyun YongHyeon2007-11-201-1/+0
* Drop maintaing hardware feature(bug) lists for Yukon II. We don't havePyun YongHyeon2007-11-201-30/+0
* Various fixes for EC Ultra.Pyun YongHyeon2007-11-201-3/+6
* The maximum size of the sum of all segment lengths in a given DMA mappingPyun YongHyeon2007-06-121-1/+1
* Increase a maximum segment size of DMA to 4096. Previously it usedPyun YongHyeon2007-06-111-0/+2
* Work around GMAC hardware hang bug.Pyun YongHyeon2007-04-251-1/+0
* Piggyback watchdog timer handling with msk_tick which is called everyPyun YongHyeon2006-12-291-1/+1
* Fix MSI support. Now it correctly allocates SYS_RES_IRQ resourcesPyun YongHyeon2006-12-291-2/+4
* Add msk(4), a driver for Marvell/SysKonnect Yukon II Gigabit EthernetPyun YongHyeon2006-12-131-0/+2396