Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Note PERIPH_CAP_DT for DT clocking capability...
details: https://anonhg.NetBSD.org/src/rev/f9b241c788d0
branches: trunk
changeset: 526985:f9b241c788d0
user: bouyer <bouyer%NetBSD.org@localhost>
date: Wed May 15 11:17:32 2002 +0000
description:
Note PERIPH_CAP_DT for DT clocking capability, and that CAP_SYNC/CAP_WIDE*
is for ST clocking only.
diffstat:
share/man/man9/scsipi.9 | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r df233c8843a4 -r f9b241c788d0 share/man/man9/scsipi.9
--- a/share/man/man9/scsipi.9 Wed May 15 10:11:15 2002 +0000
+++ b/share/man/man9/scsipi.9 Wed May 15 11:17:32 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: scsipi.9,v 1.9 2002/02/13 08:18:51 ross Exp $
+.\" $NetBSD: scsipi.9,v 1.10 2002/05/15 11:17:32 bouyer Exp $
.\"
.\"
.\" Copyright (c) 2001 Manuel Bouyer.
@@ -362,11 +362,13 @@
holds the following bits:
.Bl -tag -width xxxxxxxx -compact
.It Dv PERIPH_CAP_SYNC
-synchronous transfers
+ST synchronous transfers
.It Dv PERIPH_CAP_WIDE16
-16 bit wide transfers
+ST 16 bit wide transfers
.It Dv PERIPH_CAP_WIDE32
-32 bit wide transfers
+ST 32 bit wide transfers
+.It Dv PERIPH_CAP_DT
+DT transfers
.It Dv PERIPH_CAP_TQING
tagged queueing
.El
Home |
Main Index |
Thread Index |
Old Index