From owner-cvs-src@FreeBSD.ORG Wed Mar 19 16:22:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 936E0106567A; Wed, 19 Mar 2008 16:22:06 +0000 (UTC) (envelope-from sameh@anthologeek.net) Received: from acov.anthologeek.net (acov.anthologeek.net [91.121.77.132]) by mx1.freebsd.org (Postfix) with ESMTP id 5B2E08FC12; Wed, 19 Mar 2008 16:22:06 +0000 (UTC) (envelope-from sameh@anthologeek.net) Received: from acov.anthologeek.net (localhost [127.0.0.1]) by acov.anthologeek.net (Postfix) with ESMTP id 39B1B791C18; Wed, 19 Mar 2008 17:05:34 +0100 (CET) Received: by acov.anthologeek.net (Postfix, from userid 1000) id 315D9791C12; Wed, 19 Mar 2008 17:05:34 +0100 (CET) Date: Wed, 19 Mar 2008 17:05:34 +0100 From: Sameh Ghane To: Pyun YongHyeon Message-ID: <20080319160534.GD2267@anthologeek.net> References: <200803110451.m2B4pMLB095467@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200803110451.m2B4pMLB095467@repoman.freebsd.org> X-PGP-Keys: 0x1289F00D: User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: ClamAV using ClamSMTP Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/vr if_vr.c if_vrreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2008 16:22:06 -0000 Le (On) Tue, Mar 11, 2008 at 04:51:22AM +0000, Pyun YongHyeon ecrivit (wrote): > yongari 2008-03-11 04:51:22 UTC > > FreeBSD src repository > > Modified files: > sys/dev/vr if_vr.c if_vrreg.h > Log: A LOT. Hi, Is this a candidate for MFC ? I get a lot of errors on a 7-stable kernel, but not sure if they're really hardware or kernel related: kernel: vr0: rx packet lost kernel: vr0: rx packet lost kernel: vr0: rx packet lost kernel: vr0: rx packet lost kernel: vr0: rx packet lost kernel: vr0: watchdog timeout kernel: vr0: Using force reset command. kernel: vr0: rx packet lost kernel: vr0: rx packet lost I still hope this commit might help, though I don't have this problem on a different server, using an 8-current kernel from before your commit. And both cards really look the same :) vr0: port 0xd800-0xd8ff mem 0xfaefbc00-0xfaefbcff irq 23 at device 18.0 on pci0 vr0: port 0xe000-0xe0ff mem 0xfbfff800-0xfbfff8ff irq 23 at device 18.0 on pci0 The good thing is that I might be losing packets, but it still works ! Cheers, -- Sameh Ghane