aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/msk
Commit message (Expand)AuthorAgeFilesLines
* When msk_detach() is called from msk_attach(), ifp may beGleb Smirnoff2011-04-251-1/+2
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-2/+2
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingMatthew D Fleming2011-01-191-3/+3
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.Matthew D Fleming2011-01-191-1/+1
* Fix endianness bug introduced in r205091.Pyun YongHyeon2010-12-311-1/+1
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlMarius Strobl2010-11-141-5/+7
* Fix typos.Rebecca Cran2010-11-091-9/+9
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-11/+10
* Catch up to rename of the constant for the Master Data Parity Error bit inJohn Baldwin2010-09-091-2/+2
* When VLAN hardware tagging is disabled, make sure to disable VLANPyun YongHyeon2010-05-041-1/+2
* Make sure to check whether driver is running before processingPyun YongHyeon2010-05-041-9/+6
* Drop driver lock before exiting from interrupt handler.Pyun YongHyeon2010-05-041-0/+1
* Add basic support for Marvell 88E8059 Yukon Optima.Pyun YongHyeon2010-04-302-3/+23
* Disable non-ASF packet flushing on Yukon Extreme as vendor's driverPyun YongHyeon2010-04-302-0/+7
* Both RX_GMF_LP_THR and RX_GMF_UP_THR must be 16 bits register. IfPyun YongHyeon2010-04-302-4/+4
* With r206844, CSUM_TCP is also set for CSUM_TSO case. ModifyPyun YongHyeon2010-04-191-24/+24
* Partial revert r204545.Pyun YongHyeon2010-04-071-1/+4
* It seems PCI_OUR_REG_[1-5] registers are not mapped on PCIPyun YongHyeon2010-03-141-10/+10
* Implement Rx checksum offloading for Yukon EC, Yukon Ultra,Pyun YongHyeon2010-03-122-47/+204
* Remove taskqueue based interrupt handling. After r204541 msk(4)Pyun YongHyeon2010-03-022-155/+26
* Implement rudimentary interrupt moderation with programmablePyun YongHyeon2010-03-012-20/+23
* Make sure to enable flow-control only if established link isPyun YongHyeon2010-03-011-14/+11
* Properly sync status LEs after processing.Pyun YongHyeon2010-03-011-9/+2
* Remove trailing white spaces.Pyun YongHyeon2010-02-261-4/+4
* Allocate single MSI message. msk(4) used to allocate 2 MSI messagesPyun YongHyeon2010-02-262-46/+15
* Don't hardcod register offset to set PCIe max read request size.Pyun YongHyeon2010-02-262-29/+20
* Optimize inserting LE for TX checksum computation. Controller doesPyun YongHyeon2010-02-262-10/+17
* Add TSO support on VLANs. Controller requires VLAN hardware taggingPyun YongHyeon2010-02-261-6/+11
* Reuse the configured LE for VLAN if new LE was created for TSO.Pyun YongHyeon2010-02-261-1/+1
* Correct inversed programming of ethernet hardware address onPyun YongHyeon2010-02-201-10/+16
* Yukon Ultra2 has 126MHz clock.Pyun YongHyeon2010-01-221-1/+1
* s/Mhz/MHz/gPyun YongHyeon2010-01-221-8/+8
* It seems generation of link state change of e1000phy(4) is notPyun YongHyeon2009-11-171-0/+2
* Add preliminary Yukon Ultra 2 support(88E8057). The controllerPyun YongHyeon2009-11-072-2/+15
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setJohn Baldwin2009-11-061-2/+0
* It's normal to see Rx FIFO overruns under high network load andPyun YongHyeon2009-11-061-3/+1
* Remove unnecessary header file.Pyun YongHyeon2009-11-061-1/+0
* - 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