summaryrefslogtreecommitdiffstats
path: root/sys/dev/msk
Commit message (Expand)AuthorAgeFilesLines
* It seems PCI_OUR_REG_[1-5] registers are not mapped on PCIyongari2010-03-141-10/+10
* Implement Rx checksum offloading for Yukon EC, Yukon Ultra,yongari2010-03-122-47/+204
* Remove taskqueue based interrupt handling. After r204541 msk(4)yongari2010-03-022-155/+26
* Implement rudimentary interrupt moderation with programmableyongari2010-03-012-20/+23
* Make sure to enable flow-control only if established link isyongari2010-03-011-14/+11
* Properly sync status LEs after processing.yongari2010-03-011-9/+2
* Remove trailing white spaces.yongari2010-02-261-4/+4
* Allocate single MSI message. msk(4) used to allocate 2 MSI messagesyongari2010-02-262-46/+15
* Don't hardcod register offset to set PCIe max read request size.yongari2010-02-262-29/+20
* Optimize inserting LE for TX checksum computation. Controller doesyongari2010-02-262-10/+17
* Add TSO support on VLANs. Controller requires VLAN hardware taggingyongari2010-02-261-6/+11
* Reuse the configured LE for VLAN if new LE was created for TSO.yongari2010-02-261-1/+1
* Correct inversed programming of ethernet hardware address onyongari2010-02-201-10/+16
* Yukon Ultra2 has 126MHz clock.yongari2010-01-221-1/+1
* s/Mhz/MHz/gyongari2010-01-221-8/+8
* It seems generation of link state change of e1000phy(4) is notyongari2009-11-171-0/+2
* Add preliminary Yukon Ultra 2 support(88E8057). The controlleryongari2009-11-072-2/+15
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-061-2/+0
* It's normal to see Rx FIFO overruns under high network load andyongari2009-11-061-3/+1
* Remove unnecessary header file.yongari2009-11-061-1/+0
* - Add support for Marvell Yukon 88E8042 device.lulf2009-10-252-0/+3
* 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
OpenPOWER on IntegriCloud