From owner-cvs-all Sun Nov 24 21:18:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 523A537B401; Sun, 24 Nov 2002 21:18:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 015FA43E4A; Sun, 24 Nov 2002 21:18:55 -0800 (PST) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAP5FSmV041227; Sun, 24 Nov 2002 21:15:28 -0800 (PST) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAP5FSTH041226; Sun, 24 Nov 2002 21:15:28 -0800 (PST) Message-Id: <200211250515.gAP5FSTH041226@repoman.freebsd.org> From: Mike Silbersack Date: Sun, 24 Nov 2002 21:15:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_vr.c if_vrreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG silby 2002/11/24 21:15:28 PST Modified files: sys/pci if_vr.c if_vrreg.h Log: Import some relevant changes from Via's if_fet driver: 1. Detect the revision of the Rhine chip we're using. 2. Use the force reset command on revisions which support it whenever the normal reset command fails. This should solve a wide range of "my vr0 locks up with reset failed messages" problems. (Although the root causes should be eventually tracked down.) Tested by: grenville armitage Obtained from: Via's if_fet driver MFC after: 3 days Approved by: re Revision Changes Path 1.56 +10 -2 src/sys/pci/if_vr.c 1.14 +19 -0 src/sys/pci/if_vrreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message