Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Add very simplistic dasd(4) manpage. Link ed(...
details: https://anonhg.NetBSD.org/src/rev/3e10e5540cf3
branches: trunk
changeset: 508754:3e10e5540cf3
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Thu Apr 19 08:16:06 2001 +0000
description:
Add very simplistic dasd(4) manpage. Link ed(4) to dasd(4) for i386 (is there
a better way?)
diffstat:
share/man/man4/Makefile | 4 +-
share/man/man4/dasd.4 | 68 +++++++++++++++++++++++++++++++++++++++
share/man/man4/man4.i386/Makefile | 4 +-
share/man/man4/mca.4 | 9 ++++-
4 files changed, 80 insertions(+), 5 deletions(-)
diffs (133 lines):
diff -r befe618d21c0 -r 3e10e5540cf3 share/man/man4/Makefile
--- a/share/man/man4/Makefile Thu Apr 19 08:13:53 2001 +0000
+++ b/share/man/man4/Makefile Thu Apr 19 08:16:06 2001 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.192 2001/04/10 21:11:11 bjh21 Exp $
+# $NetBSD: Makefile,v 1.193 2001/04/19 08:16:06 jdolecek Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= adv.4 adw.4 ahb.4 ahc.4 an.4 aria.4 atalk.4 audio.4 auich.4 auvia.4 \
awi.4 bba.4 bha.4 bktr.4 bpf.4 cac.4 cardbus.4 ccd.4 \
- cd.4 ch.4 clcs.4 clct.4 clnp.4 cltp.4 cmpci.4 cms.4 cnw.4 ddb.4 \
+ cd.4 ch.4 clcs.4 clct.4 clnp.4 cltp.4 cmpci.4 cms.4 cnw.4 dasd.4 ddb.4 \
de.4 dpt.4 drum.4 eap.4 elmc.4 en.4 envsys.4 ep.4 esh.4 \
esis.4 esm.4 eso.4 exphy.4 fd.4 fpa.4 fms.4 fxp.4 gre.4 hme.4 icmp.4 \
icsphy.4 idp.4 ifmedia.4 inet.4 inphy.4 intersil7170.4 ioat.4 \
diff -r befe618d21c0 -r 3e10e5540cf3 share/man/man4/dasd.4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/dasd.4 Thu Apr 19 08:16:06 2001 +0000
@@ -0,0 +1,68 @@
+.\" $NetBSD: dasd.4,v 1.1 2001/04/19 08:16:06 jdolecek Exp $
+.\"
+.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
+.\" 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.
+.\" 3. All advertising materials mentioning features or use of this software
+.\" must display the following acknowledgement:
+.\" This product includes software developed by the NetBSD
+.\" Foundation, Inc. and its contributors.
+.\" 4. Neither the name of The NetBSD Foundation nor the names of its
+.\" contributors may be used to endorse or promote products derived
+.\" from this software without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. 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 FOUNDATION 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.
+.\"
+.Dd April 19, 2001
+.Dt DASD 4
+.Os
+.Sh NAME
+.Nm dasd
+.Nd
+.Tn IBM
+DASD Storage Interface
+ESDI disk driver
+.Sh SYNOPSIS
+.Cd "dasd* at mca? slot ?"
+.Cd "ed* at dasd?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports
+.Tn IBM
+.Tn MCA
+ESDI disk controllers and disks, most commonly
+found in
+.Tn IBM
+.Tn PS/2
+machines.
+Supported boards include:
+.Pp
+.Bl -tag -width xxxx -offset indent
+.It Tn IBM ESDI Fixed Disk Controller
+.It Tn IBM Integrated ESDI Fixed Disk & Controller
+.El
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr mca 4
+.Sh AUTHOR
+The driver was written by
+.An Jaromir Dolecek Aq jdolecek%NetBSD.org@localhost .
diff -r befe618d21c0 -r 3e10e5540cf3 share/man/man4/man4.i386/Makefile
--- a/share/man/man4/man4.i386/Makefile Thu Apr 19 08:13:53 2001 +0000
+++ b/share/man/man4/man4.i386/Makefile Thu Apr 19 08:16:06 2001 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.44 2001/04/05 12:47:27 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2001/04/19 08:16:06 jdolecek Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/5/93
MAN= apm.4 autoconf.4 busmouse.4 com.4 console.4 fdc.4 \
intro.4 joy.4 lms.4 lpt.4 mem.4 mms.4 npx.4 \
opms.4 pcibios.4 pnpbios.4
-MLINKS= mem.4 kmem.4 lms.4 olms.4 mms.4 omms.4
+MLINKS= mem.4 kmem.4 lms.4 olms.4 mms.4 omms.4 ../dasd.4 ed.4
MLINKS+=pcibios.4 PCIBIOS.4
MANSUBDIR=/i386
diff -r befe618d21c0 -r 3e10e5540cf3 share/man/man4/mca.4
--- a/share/man/man4/mca.4 Thu Apr 19 08:13:53 2001 +0000
+++ b/share/man/man4/mca.4 Thu Apr 19 08:16:06 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mca.4,v 1.7 2001/03/31 00:48:03 jdolecek Exp $
+.\" $NetBSD: mca.4,v 1.8 2001/04/19 08:16:06 jdolecek Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -68,6 +68,12 @@
interface.
.El
.\"
+.Ss Disk and tape controllers
+.Bl -tag -width speaker -offset indent
+.It dasd
+IBM ESDI Fixed Disk Controller
+.El
+.\"
.Ss Network interfaces
.Bl -tag -width speaker -offset indent
.It tr
@@ -87,6 +93,7 @@
.Sh SEE ALSO
.Xr aha 4 ,
.Xr ate 4 ,
+.Xr dasd 4 ,
.Xr elmc 4 ,
.Xr ep 4 ,
.Xr tr 4 ,
Home |
Main Index |
Thread Index |
Old Index