From owner-cvs-src@FreeBSD.ORG Tue May 3 05:42:03 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E08C16A4CE; Tue, 3 May 2005 05:42:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 432EC43D69; Tue, 3 May 2005 05:42:03 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j435g3nv012623; Tue, 3 May 2005 05:42:03 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j435g3sD012622; Tue, 3 May 2005 05:42:03 GMT (envelope-from scottl) Message-Id: <200505030542.j435g3sD012622@repoman.freebsd.org> From: Scott Long Date: Tue, 3 May 2005 05:42:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/arcmsr arcmsr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 03 May 2005 05:42:03 -0000 scottl 2005-05-03 05:42:03 UTC FreeBSD src repository Modified files: sys/dev/arcmsr arcmsr.c Log: The kthread is disabled at this time, so don't try to wake it up on shutdown. This fixes a panic on reboot. MFC After: 3 days Revision Changes Path 1.4 +2 -0 src/sys/dev/arcmsr/arcmsr.c