summaryrefslogtreecommitdiffstats
path: root/sys/dev/msk
Commit message (Expand)AuthorAgeFilesLines
* Add DGE-560SX(Yukon XL) to the supported device list. Many thanksyongari2009-09-282-0/+3
* Add workaround for Yukon XL which has hardware bug that can't flushyongari2009-09-281-3/+8
* Add hack to pass controller specific information to phy driver.yongari2009-09-282-15/+25
* Fix MIB statistics clear routine. This should fix alignment errors on sparc64.yongari2009-09-281-1/+1
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-0/+5
* Add necessary include.phk2009-09-081-5/+0
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Add Yukon Extreme device ids, 88E8071 and 88E8072.yongari2009-06-022-3/+9
* Add Rx checksum offloading support for Yukon FE+ and Yukon Extreme.yongari2009-06-022-8/+67
* Add frame parser capability of Yukon FE+ and Yukon Extreme. Withyongari2009-06-022-13/+47
* Add preliminary Yukon Extreme support and register definitions.yongari2009-06-022-34/+198
* Correct controller description for 88E8035, 88E8036, 88E8038 andyongari2009-05-251-4/+4
* Simplify SIOCSIFFLAGS handler.yongari2009-05-251-12/+8
* Be consistent with other capability checking.yongari2009-05-251-7/+8
* Don't reinitialize controller when interface is already running.yongari2009-05-251-1/+9
* If interface is not UP, don't return media status.yongari2009-05-251-0/+4
* Add device ids for Yukon FE+(88E8040, 88E8040T, 88E8048 and 88E8070).yongari2009-05-252-1/+13
* Add workaround for Yukon FE+ A0. This controller is known to haveyongari2009-05-252-11/+52
* Add preliminary Yukon FE+ support and register definitions.yongari2009-05-252-4/+20
* Explicitly reset GMAC Controls and initialize GM_GP_CTRL register.yongari2009-05-251-10/+8
* Disable HW WOL for Yukon EC Ultra. While I'm here use switchyongari2009-05-251-11/+15
* Explicitly check resolved speed/duplex. Just checking IFM_ACTIVEyongari2009-05-251-8/+24
* Add support for newer descriptor format. This format is used onyongari2009-05-252-12/+29
* Oops, add missing ~ operator.yongari2009-05-251-1/+1
* Caller already hold a driver lock in mii callback, assert it.yongari2009-05-251-1/+1
* Rather than checking every chip revision, introduce more flags toyongari2009-05-252-29/+33
* Correctly return the result of mii_mediachg(). Previously it alwaysyongari2009-05-251-2/+3
* Use bit definition to represent MSI and detach state instead ofyongari2009-05-252-6/+6
* Use bit definition to represent link state, device suspend insteadyongari2009-05-252-13/+15
* Remove link handling taskqueue and use mii callback directly. Whileyongari2009-05-252-19/+3
* Fix typo.yongari2009-03-251-1/+1
* Togging ALLMULTI does not require controller reset so have Rxyongari2009-03-231-42/+16
* Add hardware MAC statistics support. Also added some reservedyongari2009-01-162-9/+354
* Remove local jumbo locator and switch to UMA backed page allocatoryongari2009-01-142-302/+159
* Correct frame length argument of in_cksum_skip. While I'm hereyongari2009-01-141-5/+2
* Save the value read from TX queue CSR, so we don't test against ayongari2008-11-241-1/+1
* If mbuf is not writable get a writable copy before invokingyongari2008-09-301-1/+10
* Always pullup mbuf prior to accessing TCP header.yongari2008-09-301-0/+5
* Add another hardware bug workaround for Yukon II controllers thatyongari2008-09-252-7/+62
* Move comments block 1 line up to remark on the settingyongari2008-03-111-2/+2
* To overcome hardware checksum offload bug msk(4) used to computeyongari2008-03-071-2/+6
* Workaround GMAC hardware hang of Yukon II on the receipt of pauseyongari2008-02-292-2/+6
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-011-2/+2
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andjhb2008-01-171-88/+1
* Bring in support for: Marvell Yukon 8039remko2007-12-052-0/+3
* Fix function prototype for device_shutdown method.yongari2007-11-221-2/+3
* Add MSI support for 88E8058(Yukon EC Ultra). Unlike other Yukon IIyongari2007-11-211-8/+27
* Add device id for 88E8058(Yukon EC Ultra) which is found on 3rdyongari2007-11-202-0/+3
* Make phy respond only at address 0. This makes phy driver attachedyongari2007-11-202-22/+16
* o Don't hardcode that Yukon FE has 16KB SRAM. In fact, Yukon FE hasyongari2007-11-201-38/+12
OpenPOWER on IntegriCloud