Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Oct 2010 08:40:10 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-scsi@FreeBSD.org
Subject:   Re: kern/150936: commit references a PR
Message-ID:  <201010160840.o9G8eAgM008381@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, 16 Oct 2010 08:38:21 +0000 (UTC)

 Author: kib
 Date: Sat Oct 16 08:38:12 2010
 New Revision: 213914
 URL: http://svn.freebsd.org/changeset/base/213914
 
 Log:
   MFC r213354:
   Cosmetic: make it less confusing when displaying RAID 1 level, that might
   be 1+0 as well.
   
   PR:	kern/150936
 
 Modified:
   stable/8/sys/dev/ciss/ciss.c
 Directory Properties:
   stable/8/sys/   (props changed)
   stable/8/sys/amd64/include/xen/   (props changed)
   stable/8/sys/cddl/contrib/opensolaris/   (props changed)
   stable/8/sys/contrib/dev/acpica/   (props changed)
   stable/8/sys/contrib/pf/   (props changed)
   stable/8/sys/dev/xen/xenpci/   (props changed)
 
 Modified: stable/8/sys/dev/ciss/ciss.c
 ==============================================================================
 --- stable/8/sys/dev/ciss/ciss.c	Sat Oct 16 07:12:39 2010	(r213913)
 +++ stable/8/sys/dev/ciss/ciss.c	Sat Oct 16 08:38:12 2010	(r213914)
 @@ -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?201010160840.o9G8eAgM008381>