Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 remove lpbb(4) references - it was not ported...
details: https://anonhg.NetBSD.org/src/rev/3fffbc15c2f1
branches: trunk
changeset: 558092:3fffbc15c2f1
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Wed Jan 28 17:26:45 2004 +0000
description:
remove lpbb(4) references - it was not ported yet
diffstat:
share/man/man4/lpbb.4 | 86 --------------------------------------------------
share/man/man4/ppbus.4 | 6 +-
2 files changed, 3 insertions(+), 89 deletions(-)
diffs (117 lines):
diff -r 136b818692b9 -r 3fffbc15c2f1 share/man/man4/lpbb.4
--- a/share/man/man4/lpbb.4 Wed Jan 28 17:25:12 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,86 +0,0 @@
-.\" $NetBSD: lpbb.4,v 1.4 2004/01/23 15:52:28 wiz Exp $
-.\"
-.\" Copyright (c) 1998, Nicolas Souchu
-.\" All rights reserved.
-.\"
-.\" Redistribution and use in source and binary forms, with or without
-.\" modification, are permitted provided that the following conditions
-.\" are met:
-.\" 1. Redistributions of source code must retain the above copyright
-.\" notice, this list of conditions and the following disclaimer.
-.\" 2. Redistributions in binary form must reproduce the above copyright
-.\" notice, this list of conditions and the following disclaimer in the
-.\" documentation and/or other materials provided with the distribution.
-.\"
-.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
-.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
-.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-.\" SUCH DAMAGE.
-.\"
-.\" $FreeBSD: src/share/man/man4/lpbb.4,v 1.8.2.3 2001/08/17 13:08:38 ru Exp $
-.\"
-.Dd December 29, 2003
-.Dt LPBB 4
-.Os
-.Sh NAME
-.Nm lpbb
-.Nd parallel port I2C bit-banging interface
-.Sh SYNOPSIS
-.Cd "iicbus"
-.Cd "iicbb"
-.Cd "iic"
-.Pp
-.Cd "lpbb* at ppbus?"
-.Sh DESCRIPTION
-The
-.Nm
-driver supports the Philips official I2C parallel bit-banging interface.
-.Pp
-.Bd -literal
- LS05 pin 14 (Vcc) o -------
- | | |
- +--+--+---------------------+--+--+------------+------+-o 1 |
- | | | | | | ===.1uF | +5V |
- -------- [R][R][R] 3x10K 3x10K [R][R][R] LS05 | | |
- | | | | | | | | pin 7 o-+------+-o 2 |
- | 12 o-+--+ | | 3|\\ 4 | | | (Gnd) | GND |
- | 17 o-+-----|--|----| \*[Gt]o-------------+--|--|--------------+ | |
- | | | | |/ 8 /|9 | | 10 /|11 +----+-o 3 |
- | 15 o-+-----+--|--------------o\*[Lt] |------+--|------o\*[Lt] |----+ | SCL |
- | | | 1|\\ 2 \\| | \\| | |
- | 9 o-+--------|----| \*[Gt]o-------------------+--------------+----+-o 4 |
- | | | |/ 6 /|5 | | SDA |
- | 11 o-+--------+----------------------------------o\*[Lt] |----+ -------
- | 10 o-+-+ \\| 4-pin
- | 13 o-+-+--oGND Connector
- | 25 o-+-+ ------------------ Part List --------------------------
- -------- | 1 - .1 uF capacitor | 6 - 10K 5% resistors |
- 25-pin male D | 1 - 4-pin connector | 1 - 25-pin male D connector |
- connector to PC | 1 - 74LS05 open collector hex inverter |
- printer port -------------------------------------------------------
-.Ed
-.Sh SEE ALSO
-.Xr iicbb 4 ,
-.Xr iicbus 4 ,
-.Xr ppbus 4
-.Sh HISTORY
-The
-.Nm
-manual page first appeared in
-.Fx 3.0 .
-.Sh AUTHORS
-This
-manual page is based on the
-.Fx
-.Nm lpbb
-manual page and has been updated for the
-.Nx
-port by
-.An Gary Thorpe .
diff -r 136b818692b9 -r 3fffbc15c2f1 share/man/man4/ppbus.4
--- a/share/man/man4/ppbus.4 Wed Jan 28 17:25:12 2004 +0000
+++ b/share/man/man4/ppbus.4 Wed Jan 28 17:26:45 2004 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ppbus.4,v 1.6 2004/01/28 17:21:15 jdolecek Exp $
+.\" $NetBSD: ppbus.4,v 1.7 2004/01/28 17:26:45 jdolecek Exp $
.\"
.\" Copyright (c) 1998, 1999 Nicolas Souchu
.\" All rights reserved.
@@ -42,7 +42,7 @@
.Cd "lp* at ppbus?"
.Cd "ppi* at ppbus?"
.Cd "pps* at ppbus?"
-.Cd "lpbb* at ppbus?"
+.\" Cd "lpbb* at ppbus?"
.\" Cd "vpo* at ppbus?"
.Sh DESCRIPTION
The
@@ -77,7 +77,7 @@
It uses standard and non-standard parallel port accesses.
.It Sy ppi Ta "Parallel port interface for general I/O"
.It Sy pps Ta "Pulse per second Timing Interface"
-.It Sy lpbb Ta "Philips official parallel port I2C bit-banging interface"
+.\" It Sy lpbb Ta "Philips official parallel port I2C bit-banging interface"
.El
.Ss Porting existing drivers
Another approach to the
Home |
Main Index |
Thread Index |
Old Index