summaryrefslogtreecommitdiff
path: root/sys/dev/msk
Commit message (Expand)AuthorAgeFilesLines
* MFC: if_msk.c 1.30, if_msk.c 1.31 to RELENG_7Pyun YongHyeon2008-03-181-4/+8
* MFC: if_msk.c 1.29, if_mskreg.h 1.12 to RELENG_7Pyun YongHyeon2008-03-182-2/+6
* MFC: if_npe.c 1.8, if_gem.c 1.47, if_msk.c 1.27, if_nfe.c 1.25, if_wpi.c 1.6Pyun YongHyeon2008-03-181-88/+1
* MFC: Fix function prototype for device_shutdown method.Pyun YongHyeon2008-03-131-2/+3
* MFC if_msk.c rev 1.24 to RELENG_7.Pyun YongHyeon2008-02-031-8/+27
* MFC if_msk.c rev 1.23, if_mskreg.h 1.10 to RELENG_7.Pyun YongHyeon2008-02-032-0/+3
* MFC if_msk.c rev 1.22, if_mskreg.h 1.9 to RELENG_7.Pyun YongHyeon2008-02-032-22/+16
* MFC if_msk.c rev 1.21 to RELENG_7.Pyun YongHyeon2008-02-031-38/+12
* MFC if_msk.c rev 1.20, if_mskreg.h rev. 1.8 to RELENG_7Pyun YongHyeon2008-02-032-88/+8
* MFC if_msk.c rev 1.19, if_mskreg.h rev. 1.7 to RELENG_7Pyun YongHyeon2008-02-032-19/+37
* MFC rev 1.6 msk.4Remko Lodder2007-12-082-0/+3
* 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