Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 SCR_NCR_MAX_WIDE is not size in bytes, but 8...
details: https://anonhg.NetBSD.org/src/rev/ff08337e6169
branches: trunk
changeset: 474714:ff08337e6169
user: hwr <hwr%NetBSD.org@localhost>
date: Fri Jul 16 20:26:57 1999 +0000
description:
SCR_NCR_MAX_WIDE is not size in bytes, but 8*(n+1) bits.
Fixes kern/7913 by Dave Huang.
diffstat:
share/man/man4/ncr.4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5c6101cf71b5 -r ff08337e6169 share/man/man4/ncr.4
--- a/share/man/man4/ncr.4 Fri Jul 16 16:02:48 1999 +0000
+++ b/share/man/man4/ncr.4 Fri Jul 16 20:26:57 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ncr.4,v 1.7 1999/03/16 01:19:17 garbled Exp $
+.\" $NetBSD: ncr.4,v 1.8 1999/07/16 20:26:57 hwr Exp $
.\"
.\" Copyright (c) 1994 James A. Jegers
.\" All rights reserved.
@@ -88,7 +88,7 @@
.It Cd options SCSI_NCR_MAX_WIDE=integer
Specifies the maximum
.Tn SCSI
-bus width, in bytes.
+bus width, with 0 meaning 8 bits and 1 meaning 16 bits.
Defaults to 1 on chips that support wide
.Tn SCSI ,
0 otherwise.
Home |
Main Index |
Thread Index |
Old Index