From owner-freebsd-net@FreeBSD.ORG Mon May 23 22:51:02 2011 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEE7D1065673; Mon, 23 May 2011 22:51:02 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A08A58FC0C; Mon, 23 May 2011 22:51:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4NMp209003407; Mon, 23 May 2011 22:51:02 GMT (envelope-from yongari@freefall.freebsd.org) Received: (from yongari@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4NMp2V8003393; Mon, 23 May 2011 22:51:02 GMT (envelope-from yongari) Date: Mon, 23 May 2011 22:51:02 GMT Message-Id: <201105232251.p4NMp2V8003393@freefall.freebsd.org> To: cy6erGn0m@gmail.com, yongari@FreeBSD.org, freebsd-net@FreeBSD.org, yongari@FreeBSD.org From: yongari@FreeBSD.org Cc: Subject: Re: kern/156493: [msk] Marvell Yukon 2 device works only few seconds X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2011 22:51:02 -0000 Synopsis: [msk] Marvell Yukon 2 device works only few seconds State-Changed-From-To: open->feedback State-Changed-By: yongari State-Changed-When: Mon May 23 22:49:55 UTC 2011 State-Changed-Why: Could you try latest msk(4) on your box? Recently I fixed a couple stability issues of msk(4). I think you can install 8.2-RELEASE and use msk(4) in HEAD. - Download if_msk.c/if_mskreg.h from HEAD. - Manually change all instances of pci_find_cap to pci_find_extcap() in if_msk.c would make it build on 8.2-RELEASE. - Install new kernel and shutdown the box - Make sure to cold-start(i.e. unplug your system's power cord and replug it after waiting 30 seconds) before rebooting Let me know whether that makes any difference. Responsible-Changed-From-To: freebsd-net->yongari Responsible-Changed-By: yongari Responsible-Changed-When: Mon May 23 22:49:55 UTC 2011 Responsible-Changed-Why: Grab. http://www.freebsd.org/cgi/query-pr.cgi?pr=156493