Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Feb 2011 09:27:24 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r218161 - projects/graid/head/sys/geom/raid
Message-ID:  <201102010927.p119ROkW065537@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Tue Feb  1 09:27:24 2011
New Revision: 218161
URL: http://svn.freebsd.org/changeset/base/218161

Log:
  Map status 1 is UNINITIALIZED.

Modified:
  projects/graid/head/sys/geom/raid/md_intel.c

Modified: projects/graid/head/sys/geom/raid/md_intel.c
==============================================================================
--- projects/graid/head/sys/geom/raid/md_intel.c	Tue Feb  1 08:10:18 2011	(r218160)
+++ projects/graid/head/sys/geom/raid/md_intel.c	Tue Feb  1 09:27:24 2011	(r218161)
@@ -51,7 +51,7 @@ struct intel_raid_map {
 	uint16_t	strip_sectors;
 	uint8_t		status;
 #define INTEL_S_READY           0x00
-#define INTEL_S_DISABLED        0x01
+#define INTEL_S_UNINITIALIZED   0x01
 #define INTEL_S_DEGRADED        0x02
 #define INTEL_S_FAILURE         0x03
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102010927.p119ROkW065537>