Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Oct 2010 08:20:03 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-scsi@FreeBSD.org
Subject:   Re: kern/150936: commit references a PR
Message-ID:  <201010020820.o928K3Ir020003@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/150936; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/150936: commit references a PR
Date: Sat,  2 Oct 2010 08:18:25 +0000 (UTC)

 Author: kib
 Date: Sat Oct  2 08:18:19 2010
 New Revision: 213354
 URL: http://svn.freebsd.org/changeset/base/213354
 
 Log:
   Cosmetic: make it less confusing when displaying RAID 1 level, that might
   be 1+0 as well.
   
   PR:	kern/150936
   MFC after:	2 weeks
 
 Modified:
   head/sys/dev/ciss/ciss.c
 
 Modified: head/sys/dev/ciss/ciss.c
 ==============================================================================
 --- head/sys/dev/ciss/ciss.c	Sat Oct  2 08:11:38 2010	(r213353)
 +++ head/sys/dev/ciss/ciss.c	Sat Oct  2 08:18:19 2010	(r213354)
 @@ -4394,7 +4394,7 @@ ciss_name_ldrive_org(int org)
      case CISS_LDRIVE_RAID0:
  	return("RAID 0");
      case CISS_LDRIVE_RAID1:
 -	return("RAID 1");
 +	return("RAID 1(1+0)");
      case CISS_LDRIVE_RAID4:
  	return("RAID 4");
      case CISS_LDRIVE_RAID5:
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



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