Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Update man pages to reflect the new things th...
details: https://anonhg.NetBSD.org/src/rev/fa2a0e19bcb3
branches: trunk
changeset: 487990:fa2a0e19bcb3
user: augustss <augustss%NetBSD.org@localhost>
date: Fri Jun 16 06:42:31 2000 +0000
description:
Update man pages to reflect the new things that can be attached to pnpbios.
diffstat:
share/man/man4/man4.i386/fdc.4 | 9 ++++++---
share/man/man4/man4.i386/npx.4 | 6 +++++-
share/man/man4/man4.i386/pnpbios.4 | 19 ++++++++++++++-----
share/man/man4/pckbc.4 | 14 ++++++++------
4 files changed, 33 insertions(+), 15 deletions(-)
diffs (137 lines):
diff -r 830526b079bc -r fa2a0e19bcb3 share/man/man4/man4.i386/fdc.4
--- a/share/man/man4/man4.i386/fdc.4 Fri Jun 16 06:37:17 2000 +0000
+++ b/share/man/man4/man4.i386/fdc.4 Fri Jun 16 06:42:31 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: fdc.4,v 1.4 1999/03/16 01:19:21 garbled Exp $
+.\" $NetBSD: fdc.4,v 1.5 2000/06/16 06:42:32 augustss Exp $
.\"
.\" Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -42,7 +42,8 @@
.Nd NEC 765 floppy disk controller driver
.Sh SYNOPSIS
.Cd "fdc0 at isa? port 0x3f0 irq 6 drq 2"
-.Cd "fd* at fdc? drive ?"
+.Cd "fdc* at pnpbios? index ?"
+.Cd "fd* at fdc? drive ?"
.Sh DESCRIPTION
The
.Nm
@@ -105,7 +106,9 @@
followed by a series of calls to
.Dv FDIOCFORMAT_TRACK .
.Sh SEE ALSO
-.Xr fdformat 1 .
+.Xr fdformat 1 ,
+.Xr isa 4 ,
+.Xr pnpbios 4 .
.Sh HISTORY
The
.Nm
diff -r 830526b079bc -r fa2a0e19bcb3 share/man/man4/man4.i386/npx.4
--- a/share/man/man4/man4.i386/npx.4 Fri Jun 16 06:37:17 2000 +0000
+++ b/share/man/man4/man4.i386/npx.4 Fri Jun 16 06:42:31 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: npx.4,v 1.9 2000/06/14 17:25:41 cgd Exp $
+.\" $NetBSD: npx.4,v 1.10 2000/06/16 06:42:32 augustss Exp $
.\"
.\" Copyright (c) 1993 Christopher G. Demetriou
.\" All rights reserved.
@@ -43,6 +43,7 @@
.Cd "options MATH_EMULATE"
.\" XXX this is awful hackery to get it to work right... -- cgd
.Cd "npx0 at isa? port" \&"IO_NPX0\&" irq 13
+.Cd "npx* at pnpbios? index ?"
.Sh DESCRIPTION
The
.Nm npx
@@ -77,3 +78,6 @@
.Pp
Emulation of the transcendental functions instructions is incorrect.
Emulation of other instructions is suspect.
+.Sh SEE ALSO
+.Xr isa 4 ,
+.Xr pnpbios 4 .
diff -r 830526b079bc -r fa2a0e19bcb3 share/man/man4/man4.i386/pnpbios.4
--- a/share/man/man4/man4.i386/pnpbios.4 Fri Jun 16 06:37:17 2000 +0000
+++ b/share/man/man4/man4.i386/pnpbios.4 Fri Jun 16 06:42:31 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pnpbios.4,v 1.3 2000/02/15 17:23:17 nathanw Exp $
+.\" $NetBSD: pnpbios.4,v 1.4 2000/06/16 06:42:33 augustss Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -57,12 +57,18 @@
.Bl -tag -width speaker -offset indent -compact
.It com
serial communications interface
+.It ess
+ESS Technology AudioDrive family audio device driver
+.It fdc
+floppy controller
.It lpt
parallel port driver
+.It npx
+math coprocessor
.It pciide
PCI IDE controllers driver
-.It ess
-ESS Technology AudioDrive family audio device driver
+.It pckbc
+PC keyboard/mouse controller
.It sb
SoundBlaster family audio device driver
.It wss
@@ -91,14 +97,17 @@
.Sh SEE ALSO
.Xr intro 4 ,
.Xr com 4 ,
+.Xr ess 4 ,
+.Xr fdc 4 ,
.Xr isa 4 ,
.Xr lpt 4 ,
+.Xr npx 4 ,
.Xr pci 4 ,
.Xr pciide 4 ,
-.Xr ess 4 ,
+.Xr pckbc 4 ,
.Xr sb 4 ,
.Xr wss 4 ,
-.Xr ym 4
+.Xr ym 4 .
.Sh HISTORY
The
.Nm
diff -r 830526b079bc -r fa2a0e19bcb3 share/man/man4/pckbc.4
--- a/share/man/man4/pckbc.4 Fri Jun 16 06:37:17 2000 +0000
+++ b/share/man/man4/pckbc.4 Fri Jun 16 06:42:31 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pckbc.4,v 1.1 1999/04/21 18:42:03 drochner Exp $
+.\" $NetBSD: pckbc.4,v 1.2 2000/06/16 06:42:31 augustss Exp $
.Dd April 21, 1999
.Os
.Dt PCKBC 4
@@ -6,11 +6,12 @@
.Nm pckbc
.Nd PC (ISA) keyboard controller driver
.Sh SYNOPSIS
-.Cd pckbc* at isa?
-.Cd pckbd* at pckbc? slot ?
-.Cd pms* at pckbc? slot ?
-.Cd pmsi* at pckbc? slot ?
-.Cd opms* at pckbc? slot ?
+.Cd "pckbc* at isa?"
+.Cd "pckbc* at pnpbios? index ?"
+.Cd "pckbd* at pckbc? slot ?"
+.Cd "pms* at pckbc? slot ?"
+.Cd "pmsi* at pckbc? slot ?"
+.Cd "opms* at pckbc? slot ?"
.Sh DESCRIPTION
The
.Nm
@@ -32,4 +33,5 @@
.Xr pckbd 4 ,
.Xr pms 4 ,
.Xr pmsi 4 ,
+.Xr pnpbios 4 ,
.Xr opms 4 .
Home |
Main Index |
Thread Index |
Old Index