summaryrefslogtreecommitdiffstats
path: root/sys/dev/msk
Commit message (Expand)AuthorAgeFilesLines
* 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