kern/150936: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Sat Oct 2 08:20:04 UTC 2010
The following reply was made to PR kern/150936; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
More information about the freebsd-scsi
mailing list