From owner-freebsd-stable@FreeBSD.ORG Tue Aug 21 01:46:26 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8892016A419 for ; Tue, 21 Aug 2007 01:46:26 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 228EF13C461 for ; Tue, 21 Aug 2007 01:46:25 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so2411323pyb for ; Mon, 20 Aug 2007 18:46:24 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=raqXCurWYLUnztS5a1yz5bXGAjYRhnqVzOp+eIeLOBm1QjRc+x+jOj9GqR2fckPczvcN0Z92E1MAGcnd7upRh6Q8IHg3huXAcmaXT18fPy5tu3oggSSJSZ7ng8kY8mGFHTUsJJbVwRil3xO0KePZUDobri/wauAKscxI0voxQBk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=Nc71pAgGcdj/FwPmyu3MSwc+ysUjyoJnd6veaDGb3iPj7n7NZ7krLz1I5Cs+CHKfZEziDp9OQuQ4UaNhq5cR0qANKfemnkI1EfN9c1OeIVeG9RhoHFiTCdHQy5vmbP0Wb0TQQJREHvJYr6cUjy8FEEnieOCEWNgpxJ7GYSaCYhQ= Received: by 10.114.199.1 with SMTP id w1mr881320waf.1187660783813; Mon, 20 Aug 2007 18:46:23 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id n37sm8631542wag.2007.08.20.18.46.11 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 20 Aug 2007 18:46:13 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id l7L1k1ZN059014 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Aug 2007 10:46:01 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id l7L1juja059013; Tue, 21 Aug 2007 10:45:56 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Tue, 21 Aug 2007 10:45:56 +0900 From: Pyun YongHyeon To: Robert Slawson Message-ID: <20070821014556.GB58574@cdnetworks.co.kr> References: <2306ABA6-49A6-412E-81CD-CBABAE885EB2@charter.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2306ABA6-49A6-412E-81CD-CBABAE885EB2@charter.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org Subject: Re: Marvel Yukon using the sk driver X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 01:46:26 -0000 On Mon, Aug 20, 2007 at 10:13:42AM -0500, Robert Slawson wrote: > Greetings, > > I have a marvel yukon pci gigabit ethernet card. For some reason, > after a period of time it will not transmit unless I make it transmit > by pinging via the console. It is very annoying as I cannot ssh into > the machine until I "wake up" the card by telling it to ping something. > Did sk(4) spew some messages such as "watchdog timeout"? After the "wake up" sk(4) works without further intervention? > I am using 6.2 stable and just yesterday rebuilt the kernel and world > hoping this would fix the problem. But nothing seems to help. > > I think the card needs to use the msk driver , which is installed, > but the card keeps using the sk driver. Is there a way to have > freebsd re identify the card correctly and use the proper driver? > sk(4) is for SysKonnect SK-984X/SK-982X and Marvell Yukon controllers. msk(4) just supports newer Marvell Yukon II based controllers so your NIC would be old Yukon based one. Would you show me the output of "pciconf -lcv"? > Thanks in advance, > Bob -- Regards, Pyun YongHyeon