Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev Add comment. bv_stripe_size is used in KB.



details:   https://anonhg.NetBSD.org/src/rev/b3885ac12bf9
branches:  trunk
changeset: 366029:b3885ac12bf9
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue May 10 14:13:09 2022 +0000

description:
Add comment. bv_stripe_size is used in KB.

diffstat:

 sys/dev/biovar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b11d9d3d029f -r b3885ac12bf9 sys/dev/biovar.h
--- a/sys/dev/biovar.h  Tue May 10 09:07:57 2022 +0000
+++ b/sys/dev/biovar.h  Tue May 10 14:13:09 2022 +0000
@@ -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 @@
        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 */



Home | Main Index | Thread Index | Old Index