merge in changes from 1.1 release branch
This commit is contained in:
parent
31ed1143ff
commit
5b2064391a
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.19 1995/11/12 20:14:28 pk Exp $
|
||||
# $NetBSD: Makefile,v 1.20 1995/11/28 08:03:22 jtc Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/18/93
|
||||
|
||||
MAN= audio.4 bpf.4 ccd.4 clnp.4 cltp.4 ddb.4 drum.4 esis.4 fd.4 icmp.4 \
|
||||
|
@ -6,7 +6,7 @@ MAN= audio.4 bpf.4 ccd.4 clnp.4 cltp.4 ddb.4 drum.4 esis.4 fd.4 icmp.4 \
|
|||
null.4 pty.4 route.4 spp.4 tb.4 tcp.4 termios.4 tty.4 tp.4 udp.4 unix.4
|
||||
MLINKS+=fd.4 stderr.4 fd.4 stdin.4 fd.4 stdout.4
|
||||
MLINKS+=netintro.4 networking.4
|
||||
SUBDIR= man4.amiga man4.hp300 man4.i386 man4.mac68k man4.pc532 man4.sparc \
|
||||
man4.sun3 man4.tahoe man4.vax
|
||||
SUBDIR= man4.amiga man4.atari man4.hp300 man4.i386 man4.mac68k man4.pc532 \
|
||||
man4.sparc man4.sun3 man4.tahoe man4.vax
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 1995/10/15 13:05:04 leo Exp $
|
||||
# $NetBSD: Makefile,v 1.2 1995/11/28 08:03:26 jtc Exp $
|
||||
# from: @(#)Makefile 8.2 (Berkeley) 2/16/94
|
||||
|
||||
MAN= floppy.4
|
||||
MAN= floppy.4 ms.4
|
||||
MLINKS=
|
||||
MANSUBDIR=/atari
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: floppy.4,v 1.1.1.1 1995/10/15 13:05:05 leo Exp $
|
||||
.\" $NetBSD: floppy.4,v 1.2 1995/11/28 08:03:27 jtc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1995 Leo Weppelman
|
||||
.\" All rights reserved.
|
||||
|
@ -31,7 +31,7 @@
|
|||
.\"
|
||||
.\"
|
||||
.Dd October 15, 1995
|
||||
.Dt FL 4 Atari
|
||||
.Dt FLOPPY 4 Atari
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm floppy
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: lpt.4,v 1.1 1995/06/22 04:45:43 phil Exp $
|
||||
.\" $NetBSD: lpt.4,v 1.2 1995/11/28 08:03:29 jtc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1994 Matthias Pfaller.
|
||||
.\" All rights reserved.
|
||||
|
@ -28,7 +28,7 @@
|
|||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: lpt.4,v 1.1 1995/06/22 04:45:43 phil Exp $
|
||||
.\" $Id: lpt.4,v 1.2 1995/11/28 08:03:29 jtc Exp $
|
||||
.\"
|
||||
.Dd December 1, 1994
|
||||
.Dt LPT 4 pc532
|
||||
|
@ -37,14 +37,13 @@
|
|||
.Nm lpt
|
||||
.Nd Parallel port driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "lpt0 at membus? iomem ? irq ?"
|
||||
.Cd "lpt1 at membus? iomem ? irq ?"
|
||||
.Cd "lpt0 at membus? addr ? irq ?"
|
||||
.Cd "lpt1 at membus? addr ? irq ?"
|
||||
.Sh DESCRIPTION
|
||||
This driver provides access to centronics ports. Bit 6 in the minor number
|
||||
selects wether to omit pulling PRIME low on opens or not. If the minor has
|
||||
selects wether to omit pulling /PRIME low on opens or not. If the minor has
|
||||
bit 5 set, AUTOLINEFEED will be asserted when transfering data to the printer.
|
||||
Iomem defaults to 0xffc80030 for lpt0 and to 0xffc80034 for lpt1.
|
||||
Irq defaults to 7 for lpt0 and to 6 for lpt1.
|
||||
Addr and Irq default to 0xffc80030,7 for lpt0 and to 0xffc80034,6 for lpt1.
|
||||
.Sh FILES
|
||||
.Bl -tag -width Pa -compact
|
||||
.It Pa /dev/lpt0
|
||||
|
@ -66,4 +65,17 @@ signal.
|
|||
The printer asserted the
|
||||
.Em /Error
|
||||
signal.
|
||||
.It "lpt?: NACK low"
|
||||
The printer didn't release the
|
||||
.Em /Ack
|
||||
signal.
|
||||
.It "lpt?: NBUSY low"
|
||||
The printer didn't release the
|
||||
.Em Busy
|
||||
signal.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr plip 4
|
||||
.sp
|
||||
Contact Matthias Pfaller (leo@dachau.marco.de) to get instructions on building
|
||||
a centronics interface for your PC532.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: plip.4,v 1.2 1995/06/27 18:11:07 phil Exp $
|
||||
.\" $NetBSD: plip.4,v 1.3 1995/11/28 08:03:31 jtc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1994 Matthias Pfaller.
|
||||
.\" All rights reserved.
|
||||
|
@ -38,6 +38,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Cd "options PLIP"
|
||||
.Cd "options COMPAT_PLIP10"
|
||||
.Cd "options COMPAT_PLIP11"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
@ -48,6 +49,10 @@ the link0 flag with
|
|||
.Xr ifconfig 8
|
||||
or in your /etc/hostname.plip? file. In order to use the 1.0 protocol
|
||||
the kernel has to be compiled with COMPAT_PLIP10.
|
||||
.br
|
||||
The COMPAT_PLIP11 option selects a default MTU of 1486 bytes. This is
|
||||
necessary to work around a bug that is present in the plip code for
|
||||
Linux 1.1.x and Linux 1.2.x.
|
||||
.Sh NOTES
|
||||
To connect two computers a "Laplink parallel cabel" is used:
|
||||
.sp
|
||||
|
@ -88,5 +93,5 @@ PLIPMXERRS (20) packets caused receive errors in sequence.
|
|||
.It "plip?: checksum error"
|
||||
A packet with a bad checksum was received.
|
||||
.It "plip?: packet > MTU"
|
||||
A bogus packet longer then MTU was received.
|
||||
A bogus packet longer then the MTU was received.
|
||||
.El
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.11 1995/08/08 20:24:08 gwr Exp $
|
||||
# $NetBSD: Makefile,v 1.12 1995/11/28 08:03:34 jtc Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
||||
|
||||
MAN= adduser.8 compat_linux.8 compat_sunos.8 diskless.8 intro.8 rc.8 \
|
||||
sticky.8 yp.8
|
||||
SUBDIR= man8.amiga man8.hp300 man8.i386 man8.mac68k man8.sparc \
|
||||
SUBDIR= man8.amiga man8.atari man8.hp300 man8.i386 man8.mac68k man8.sparc \
|
||||
man8.sun3 man8.tahoe man8.vax
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#! /bin/sh
|
||||
|
||||
: '@(#)yearistype.sh 7.4'
|
||||
|
||||
|
|
Loading…
Reference in New Issue