summaryrefslogtreecommitdiff
path: root/sys/dev/msk
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-212-2/+2
* MFC r199413:Pyun YongHyeon2009-11-291-0/+2
* MFC r198475:Pyun YongHyeon2009-11-292-0/+3
* MFC r199012:Pyun YongHyeon2009-11-292-2/+15
* MFC 198996-198997.Pyun YongHyeon2009-11-291-4/+1
* MFC 197592.Pyun YongHyeon2009-11-292-0/+3
* MFC 197591.Pyun YongHyeon2009-11-291-3/+8
* MFC 197590.Pyun YongHyeon2009-11-292-15/+25
* MFC 197589.Pyun YongHyeon2009-11-291-1/+1
* MFC r193298-193299:Pyun YongHyeon2009-06-182-11/+76
* MFC r193293-193294:Pyun YongHyeon2009-06-182-46/+244
* MFC r192735-192740,192742:Pyun YongHyeon2009-06-182-36/+98
* MFC r192734:Pyun YongHyeon2009-06-182-4/+20
* MFC r192723-192728,192731Pyun YongHyeon2009-06-182-72/+111
* MFC r192716,192718-192720Pyun YongHyeon2009-06-182-40/+27
* MFC r190314:Pyun YongHyeon2009-06-071-42/+16
* MFC r190407:Pyun YongHyeon2009-03-301-1/+1
* MFC r187325:Pyun YongHyeon2009-03-192-9/+354
* MFC r187208:Pyun YongHyeon2009-02-092-302/+159
* MFC r187207:Pyun YongHyeon2009-02-091-5/+2
* MFC r185244Pyun YongHyeon2009-02-091-1/+1
* MFC r183485-183486Pyun YongHyeon2009-02-091-1/+15
* MFC r183346Pyun YongHyeon2009-02-092-7/+62
* 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