Module Name:    src
Committed By:   msaitoh
Date:           Tue May 10 14:13:09 UTC 2022

Modified Files:
        src/sys/dev: biovar.h

Log Message:
Add comment. bv_stripe_size is used in KB.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/biovar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/biovar.h
diff -u src/sys/dev/biovar.h:1.10 src/sys/dev/biovar.h:1.11
--- src/sys/dev/biovar.h:1.10	Sun Sep  6 06:00:59 2015
+++ src/sys/dev/biovar.h	Tue May 10 14:13:09 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: biovar.h,v 1.10 2015/09/06 06:00:59 dholland Exp $ */
+/*	$NetBSD: biovar.h,v 1.11 2022/05/10 14:13:09 msaitoh Exp $ */
 /*	$OpenBSD: biovar.h,v 1.26 2007/03/19 03:02:08 marco Exp $	*/
 
 /*
@@ -171,7 +171,7 @@ struct bioc_vol {
 	char		bv_dev[16];	/* device */
 	char		bv_vendor[32];	/* scsi string */
 
-	uint16_t	bv_stripe_size;	/* stripe size */
+	uint16_t	bv_stripe_size;	/* stripe size in KB */
 };
 
 /* COMPATIBILITY */

Reply via email to