summaryrefslogtreecommitdiffstats
path: root/sys/dev/msk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop maintaing hardware feature(bug) lists for Yukon II. We don't haveyongari2007-11-202-88/+8
* Various fixes for EC Ultra.yongari2007-11-202-19/+37
* Add legacy interrupt handler which would be more appropriate foryongari2007-07-201-9/+90
* The maximum size of the sum of all segment lengths in a given DMA mappingyongari2007-06-121-1/+1
* Increase a maximum segment size of DMA to 4096. Previously it usedyongari2007-06-112-2/+4
* Disable automatic IP ID increment. Due to a hardware bug the automaticyongari2007-06-111-15/+0
* Work around GMAC hardware hang bug.yongari2007-04-251-1/+0
* Disable TSO support.yongari2007-04-251-0/+8
* Fix TCP header size calculation logic which is used for settingyongari2007-04-251-1/+1
* Add work around for hardware Tx checksum offload bug in Yukon II.yongari2007-04-111-5/+25
* If we've encountered unrecognized chipset don't access hardwareyongari2007-04-061-2/+2
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.csjp2007-03-041-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-4/+5
* Unbreak non-H/W VLAN extraction case.yongari2007-02-151-2/+4
* Remove duplicated legacy SYS_RES_IRQ resources assignment.yongari2007-01-091-3/+1
* Fix a typo which blindly enabled TSO capability without respect toyongari2007-01-081-1/+1
* Don't rely on GM_GP_CTRL register contents when mii(4) layer reportsyongari2007-01-081-19/+14
* Initialize legacy SYS_RES_IRQ resources before attempting to use MSI.yongari2007-01-081-0/+1
* Piggyback watchdog timer handling with msk_tick which is called everyyongari2006-12-292-13/+9
* Fix interrupt handling on a dual port card. Previously it ignoredyongari2006-12-291-10/+6
* Fix MSI support. Now it correctly allocates SYS_RES_IRQ resourcesyongari2006-12-292-27/+55
* Add msk(4), a driver for Marvell/SysKonnect Yukon II Gigabit Ethernetyongari2006-12-132-0/+6444
OpenPOWER on IntegriCloud