Fri Mar 12 10:48:29 2021 UTC ()
Use inline cross-references.


(nia)
diff -r1.15 -r1.16 src/share/man/man4/man4.i386/pnpbios.4

cvs diff -r1.15 -r1.16 src/share/man/man4/man4.i386/pnpbios.4 (expand / switch to unified diff)

--- src/share/man/man4/man4.i386/pnpbios.4 2017/02/17 22:24:46 1.15
+++ src/share/man/man4/man4.i386/pnpbios.4 2021/03/12 10:48:29 1.16
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: pnpbios.4,v 1.15 2017/02/17 22:24:46 christos Exp $ 1.\" $NetBSD: pnpbios.4,v 1.16 2021/03/12 10:48:29 nia Exp $
2.\" 2.\"
3.\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc. 3.\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Lennart Augustsson. 7.\" by Lennart Augustsson.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -39,62 +39,52 @@ @@ -39,62 +39,52 @@
39.Pp 39.Pp
40.Cd options PNPBIOSVERBOSE 40.Cd options PNPBIOSVERBOSE
41.Cd options PNPBIOSDEBUG 41.Cd options PNPBIOSDEBUG
42.Sh INTRODUCTION 42.Sh INTRODUCTION
43.Nm 43.Nm
44provides support for finding and attaching devices by 44provides support for finding and attaching devices by
45extracting information from the PnP BIOS of a machine. 45extracting information from the PnP BIOS of a machine.
46.Sh SUPPORTED DEVICES 46.Sh SUPPORTED DEVICES
47.Nx 47.Nx
48includes the following 48includes the following
49.Nm 49.Nm
50drivers, sorted by driver name: 50drivers, sorted by driver name:
51.Pp 51.Pp
52.Bl -tag -width speaker -offset indent -compact 52.Bl -tag -width x86/fdc(4) -offset indent -compact
53.It com 53.It Xr com 4
54serial communications interface 54serial communications interface
55.It ess 55.It Xr ess 4
56ESS Technology AudioDrive family audio device driver 56ESS Technology AudioDrive family audio device driver
57.It fdc 57.It Xr x86/fdc 4
58floppy controller 58floppy controller
59.It joy 59.It Xr joy 4
60game controller 60game controller
61.It lpt 61.It Xr x86/lpt 4
62parallel port driver 62parallel port driver
63.It pciide 63.It Xr pciide 4
64PCI IDE controllers driver 64PCI IDE controllers driver
65.It pckbc 65.It Xr pckbc 4
66PC keyboard/mouse controller 66PC keyboard/mouse controller
67.It sb 67.It Xr sb 4
68SoundBlaster family audio device driver 68SoundBlaster family audio device driver
69.It wss 69.It Xr wss 4
70Windows Sound System hardware driver 70Windows Sound System hardware driver
71.It ym 71.It Xr ym 4
72Yamaha OPL3-SA3 sound driver 72Yamaha OPL3-SA3 sound driver
73.El 73.El
74.Sh SEE ALSO 74.Sh SEE ALSO
75.Xr com 4 , 
76.Xr ess 4 , 
77.Xr fdc 4 , 
78.Xr i386/intro 4 , 75.Xr i386/intro 4 ,
79.Xr isa 4 , 76.Xr isa 4 ,
80.Xr joy 4 , 77.Xr pci 4
81.Xr lpt 4 , 
82.Xr pci 4 , 
83.Xr pciide 4 , 
84.Xr pckbc 4 , 
85.Xr sb 4 , 
86.Xr wss 4 , 
87.Xr ym 4 
88.Sh HISTORY 78.Sh HISTORY
89The 79The
90.Nm 80.Nm
91driver 81driver
92appeared in 82appeared in
93.Nx 1.5 . 83.Nx 1.5 .
94.Sh BUGS 84.Sh BUGS
95The 85The
96.Nm 86.Nm
97bus provides a different way to attach devices than the real buses 87bus provides a different way to attach devices than the real buses
98(e.g., 88(e.g.,
99.Xr isa 4 ) . 89.Xr isa 4 ) .
100The reason to use 90The reason to use