Source-Changes-HG archive

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

[src/trunk]: src Document added timecounter support to the CSI Hurdler Centro...



details:   https://anonhg.NetBSD.org/src/rev/3fd8560437bc
branches:  trunk
changeset: 773392:3fd8560437bc
user:      hauke <hauke%NetBSD.org@localhost>
date:      Wed Feb 01 08:45:03 2012 +0000

description:
Document added timecounter support to the CSI Hurdler Centronics
Parallel Interface cpi(4) driver.

diffstat:

 doc/CHANGES                      |   4 +++-
 share/man/man4/man4.mac68k/cpi.4 |  23 +++++++++++++++++++----
 2 files changed, 22 insertions(+), 5 deletions(-)

diffs (63 lines):

diff -r 36629ac4be85 -r 3fd8560437bc doc/CHANGES
--- a/doc/CHANGES       Wed Feb 01 08:15:21 2012 +0000
+++ b/doc/CHANGES       Wed Feb 01 08:45:03 2012 +0000
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.1663 $>
+# LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.1664 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1231,3 +1231,5 @@
        kernel: Add a new library, libquota, for control of and access to
                disk quotas, extending the file-system-independent interface
                added with the bouyer-quota2 branch. [dholland 20120201]
+       mac68k: Add timecounter support to the CSI Hurdler Centronics
+               Parallel Interface cpi(4) driver. [hauke 20120201]
diff -r 36629ac4be85 -r 3fd8560437bc share/man/man4/man4.mac68k/cpi.4
--- a/share/man/man4/man4.mac68k/cpi.4  Wed Feb 01 08:15:21 2012 +0000
+++ b/share/man/man4/man4.mac68k/cpi.4  Wed Feb 01 08:45:03 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: cpi.4,v 1.4 2009/03/23 16:14:01 joerg Exp $
+.\"    $NetBSD: cpi.4,v 1.5 2012/02/01 08:45:03 hauke Exp $
 .\"
 .\" Copyright (c) 2008 Hauke Fath.  All rights reserved.
 .\"
@@ -30,12 +30,26 @@
 .Nd parallel printer driver for Creative Systems Inc. Hurdler CPI Nubus card
 .\"
 .Sh SYNOPSIS
-.Cd "cpi* at nubus?"
+.Cd "cpi* at nubus? flags 0x1"
 .\"
 .Sh DESCRIPTION
+.Nm
+interface provides access to parallel printer ports.
+.\"
+.Sh CONFIGURATION
 The
 .Nm
-interface provides access to parallel printer ports.
+driver supports the following
+.Sy flags
+for use in
+.Xr config 1
+files:
+.Pp
+.Bl -tag -compact -width "bits 16-23:"
+.It bit 0 :
+use the CIO counters 1 and 2 as a 32 bit 
+.Xr timecounter 9 .
+.El
 .\"
 .Sh HARDWARE
 The
@@ -72,7 +86,8 @@
 .Xr autoconf 4 ,
 .Xr lpt 4 ,
 .Xr nubus 4 ,
-.Xr printcap 5
+.Xr printcap 5 ,
+.Xr timecounter 9
 .Pp
 .Tn IEEE Standard 1284-1994
 .\" .Sh STANDARDS



Home | Main Index | Thread Index | Old Index