aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/msk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.Christian S.J. Peron2007-03-041-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-4/+5
* Unbreak non-H/W VLAN extraction case.Pyun YongHyeon2007-02-151-2/+4
* Remove duplicated legacy SYS_RES_IRQ resources assignment.Pyun YongHyeon2007-01-091-3/+1
* Fix a typo which blindly enabled TSO capability without respect toPyun YongHyeon2007-01-081-1/+1
* Don't rely on GM_GP_CTRL register contents when mii(4) layer reportsPyun YongHyeon2007-01-081-19/+14
* Initialize legacy SYS_RES_IRQ resources before attempting to use MSI.Pyun YongHyeon2007-01-081-0/+1
* Piggyback watchdog timer handling with msk_tick which is called everyPyun YongHyeon2006-12-292-13/+9
* Fix interrupt handling on a dual port card. Previously it ignoredPyun YongHyeon2006-12-291-10/+6
* Fix MSI support. Now it correctly allocates SYS_RES_IRQ resourcesPyun YongHyeon2006-12-292-27/+55
* Add msk(4), a driver for Marvell/SysKonnect Yukon II Gigabit EthernetPyun YongHyeon2006-12-132-0/+6444