aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/msk
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Don't hardcode that Yukon FE has 16KB SRAM. In fact, Yukon FE hasPyun YongHyeon2007-11-201-38/+12
* Drop maintaing hardware feature(bug) lists for Yukon II. We don't havePyun YongHyeon2007-11-202-88/+8
* Various fixes for EC Ultra.Pyun YongHyeon2007-11-202-19/+37
* Add legacy interrupt handler which would be more appropriate forPyun YongHyeon2007-07-201-9/+90
* 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-112-2/+4
* Disable automatic IP ID increment. Due to a hardware bug the automaticPyun YongHyeon2007-06-111-15/+0
* Work around GMAC hardware hang bug.Pyun YongHyeon2007-04-251-1/+0
* Disable TSO support.Pyun YongHyeon2007-04-251-0/+8
* Fix TCP header size calculation logic which is used for settingPyun YongHyeon2007-04-251-1/+1
* Add work around for hardware Tx checksum offload bug in Yukon II.Pyun YongHyeon2007-04-111-5/+25
* If we've encountered unrecognized chipset don't access hardwarePyun YongHyeon2007-04-061-2/+2