From owner-cvs-all@FreeBSD.ORG Fri Aug 25 09:33:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 8F52A16A4DD; Fri, 25 Aug 2006 09:33:57 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37AFC43D62; Fri, 25 Aug 2006 09:33:57 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7P9XvvA037998; Fri, 25 Aug 2006 09:33:57 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7P9XvTr037997; Fri, 25 Aug 2006 09:33:57 GMT (envelope-from sos) Message-Id: <200608250933.k7P9XvTr037997@repoman.freebsd.org> From: Søren Schmidt Date: Fri, 25 Aug 2006 09:33:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-raid.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 09:33:57 -0000 sos 2006-08-25 09:33:56 UTC FreeBSD src repository Modified files: sys/dev/ata ata-raid.c Log: Properly initialize and destroy the RAID lock. Also dont mess with RAID's thats not attached yet and avoid panic. Revision Changes Path 1.121 +4 -1 src/sys/dev/ata/ata-raid.c