aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/msk
Commit message (Expand)AuthorAgeFilesLines
* - Add support for Marvell Yukon 88E8042 device.Ulf Lilleengen2009-10-252-0/+3
* Add DGE-560SX(Yukon XL) to the supported device list. Many thanksPyun YongHyeon2009-09-282-0/+3
* Add workaround for Yukon XL which has hardware bug that can't flushPyun YongHyeon2009-09-281-3/+8
* Add hack to pass controller specific information to phy driver.Pyun YongHyeon2009-09-282-15/+25
* Fix MIB statistics clear routine. This should fix alignment errors on sparc64.Pyun YongHyeon2009-09-281-1/+1
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-081-0/+5
* Add necessary include.Poul-Henning Kamp2009-09-081-5/+0
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Add Yukon Extreme device ids, 88E8071 and 88E8072.Pyun YongHyeon2009-06-022-3/+9
* Add Rx checksum offloading support for Yukon FE+ and Yukon Extreme.Pyun YongHyeon2009-06-022-8/+67
* Add frame parser capability of Yukon FE+ and Yukon Extreme. WithPyun YongHyeon2009-06-022-13/+47
* Add preliminary Yukon Extreme support and register definitions.Pyun YongHyeon2009-06-022-34/+198
* Correct controller description for 88E8035, 88E8036, 88E8038 andPyun YongHyeon2009-05-251-4/+4
* Simplify SIOCSIFFLAGS handler.Pyun YongHyeon2009-05-251-12/+8
* Be consistent with other capability checking.Pyun YongHyeon2009-05-251-7/+8
* Don't reinitialize controller when interface is already running.Pyun YongHyeon2009-05-251-1/+9
* If interface is not UP, don't return media status.Pyun YongHyeon2009-05-251-0/+4
* Add device ids for Yukon FE+(88E8040, 88E8040T, 88E8048 and 88E8070).Pyun YongHyeon2009-05-252-1/+13
* Add workaround for Yukon FE+ A0. This controller is known to havePyun YongHyeon2009-05-252-11/+52
* Add preliminary Yukon FE+ support and register definitions.Pyun YongHyeon2009-05-252-4/+20
* Explicitly reset GMAC Controls and initialize GM_GP_CTRL register.Pyun YongHyeon2009-05-251-10/+8
* Disable HW WOL for Yukon EC Ultra. While I'm here use switchPyun YongHyeon2009-05-251-11/+15
* Explicitly check resolved speed/duplex. Just checking IFM_ACTIVEPyun YongHyeon2009-05-251-8/+24
* Add support for newer descriptor format. This format is used onPyun YongHyeon2009-05-252-12/+29
* Oops, add missing ~ operator.Pyun YongHyeon2009-05-251-1/+1
* Caller already hold a driver lock in mii callback, assert it.Pyun YongHyeon2009-05-251-1/+1
* Rather than checking every chip revision, introduce more flags toPyun YongHyeon2009-05-252-29/+33
* Correctly return the result of mii_mediachg(). Previously it alwaysPyun YongHyeon2009-05-251-2/+3
* Use bit definition to represent MSI and detach state instead ofPyun YongHyeon2009-05-252-6/+6
* Use bit definition to represent link state, device suspend insteadPyun YongHyeon2009-05-252-13/+15
* Remove link handling taskqueue and use mii callback directly. WhilePyun YongHyeon2009-05-252-19/+3
* Fix typo.Pyun YongHyeon2009-03-251-1/+1
* Togging ALLMULTI does not require controller reset so have RxPyun YongHyeon2009-03-231-42/+16
* Add hardware MAC statistics support. Also added some reservedPyun YongHyeon2009-01-162-9/+354
* Remove local jumbo locator and switch to UMA backed page allocatorPyun YongHyeon2009-01-142-302/+159
* Correct frame length argument of in_cksum_skip. While I'm herePyun YongHyeon2009-01-141-5/+2
* Save the value read from TX queue CSR, so we don't test against aPyun YongHyeon2008-11-241-1/+1
* If mbuf is not writable get a writable copy before invokingPyun YongHyeon2008-09-301-1/+10
* Always pullup mbuf prior to accessing TCP header.Pyun YongHyeon2008-09-301-0/+5
* Add another hardware bug workaround for Yukon II controllers thatPyun YongHyeon2008-09-252-7/+62
* Move comments block 1 line up to remark on the settingPyun YongHyeon2008-03-111-2/+2
* To overcome hardware checksum offload bug msk(4) used to computePyun YongHyeon2008-03-071-2/+6
* Workaround GMAC hardware hang of Yukon II on the receipt of pausePyun YongHyeon2008-02-292-2/+6
* Give MEXTADD() another argument to make both void pointers to thePoul-Henning Kamp2008-02-011-2/+2
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andJohn Baldwin2008-01-171-88/+1
* Bring in support for: Marvell Yukon 8039Remko Lodder2007-12-052-0/+3
* Fix function prototype for device_shutdown method.Pyun YongHyeon2007-11-221-2/+3
* Add MSI support for 88E8058(Yukon EC Ultra). Unlike other Yukon IIPyun YongHyeon2007-11-211-8/+27
* Add device id for 88E8058(Yukon EC Ultra) which is found on 3rdPyun YongHyeon2007-11-202-0/+3
* Make phy respond only at address 0. This makes phy driver attachedPyun YongHyeon2007-11-202-22/+16