From owner-cvs-all Fri Apr 27 12:47:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 210F537B423; Fri, 27 Apr 2001 12:47:35 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3RJlZ466756; Fri, 27 Apr 2001 12:47:35 -0700 (PDT) (envelope-from sos) Message-Id: <200104271947.f3RJlZ466756@freefall.freebsd.org> From: Søren Schmidt Date: Fri, 27 Apr 2001 12:47:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/04/27 12:47:34 PDT Modified files: sys/dev/ata ata-disk.c Log: Move the disklabel construction to the attach function instead of in open. This prevent panics when a the disklabel is accessed on an ATA-RAID subdisk. Revision Changes Path 1.103 +10 -10 src/sys/dev/ata/ata-disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message