summaryrefslogtreecommitdiff
path: root/sys/dev/msk
Commit message (Expand)AuthorAgeFilesLines
* MFC r207622-207623,207638Pyun YongHyeon2010-05-101-10/+9
* MFC r207445:Pyun YongHyeon2010-05-062-3/+23
* MFC r207409,207442:Pyun YongHyeon2010-05-062-4/+11
* MFC r206876:Pyun YongHyeon2010-04-261-24/+24
* MFC r206364:Pyun YongHyeon2010-04-141-1/+4
* MFC r205161:Pyun YongHyeon2010-03-241-10/+10
* MFC r204545:Pyun YongHyeon2010-03-242-155/+26
* MFC r204541:Pyun YongHyeon2010-03-242-20/+23
* MFC r204363,204365-204367,204539-204540:Pyun YongHyeon2010-03-232-112/+69
* MFC r204361-204362:Pyun YongHyeon2010-03-231-7/+12
* MFC r202826-202827,204146Pyun YongHyeon2010-03-181-18/+24
* MFC r199413:Pyun YongHyeon2009-11-291-0/+2
* MFC r199012:Pyun YongHyeon2009-11-292-2/+15
* MFC 198996-198997.Pyun YongHyeon2009-11-291-4/+1
* MFC 197592.Pyun YongHyeon2009-11-292-0/+3
* MFC 197591.Pyun YongHyeon2009-11-291-3/+8
* MFC 197590.Pyun YongHyeon2009-11-292-15/+25
* MFC 197589.Pyun YongHyeon2009-11-291-1/+1
* MFC r198475:Ulf Lilleengen2009-11-082-0/+3
* 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