Update man pages to reflect the new things that can be attached to pnpbios.
This commit is contained in:
parent
e9cea5fba8
commit
fb5d1ab7ad
|
@ -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 @@ and then call
|
|||
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
|
||||
|
|
|
@ -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 @@ Numeric Processing Extension coprocessor and emulator
|
|||
.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 @@ if consistent system operation is desired.
|
|||
.Pp
|
||||
Emulation of the transcendental functions instructions is incorrect.
|
||||
Emulation of other instructions is suspect.
|
||||
.Sh SEE ALSO
|
||||
.Xr isa 4 ,
|
||||
.Xr pnpbios 4 .
|
||||
|
|
|
@ -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 @@ drivers, sorted by driver name:
|
|||
.Bl -tag -width speaker -offset indent -compact
|
||||
.It com
|
||||
serial communications interface
|
||||
.It lpt
|
||||
parallel port driver
|
||||
.It pciide
|
||||
PCI IDE controllers driver
|
||||
.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 pckbc
|
||||
PC keyboard/mouse controller
|
||||
.It sb
|
||||
SoundBlaster family audio device driver
|
||||
.It wss
|
||||
|
@ -91,14 +97,17 @@ and some newer ones do not follow the standards.
|
|||
.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
|
||||
|
|
|
@ -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 @@ useful in normal operation.
|
|||
.Xr pckbd 4 ,
|
||||
.Xr pms 4 ,
|
||||
.Xr pmsi 4 ,
|
||||
.Xr pnpbios 4 ,
|
||||
.Xr opms 4 .
|
||||
|
|
Loading…
Reference in New Issue