diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1998-07-12 08:53:09 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1998-07-12 08:53:09 +0000 |
commit | 7007acba7a7c58630ea4db946b40632ca0b73390 (patch) | |
tree | 464637fe21471b70e041d95d54471da247f64c5f /share | |
parent | 8cba053ad0f7d9e43e359879a2fcf9f228c6b272 (diff) |
Kill pnp.4, need to write/get an isapnp.4.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/pnp.4 | 75 |
2 files changed, 2 insertions, 77 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index db933e67784..6f6c5b4339d 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.34 1998/07/03 06:58:21 deraadt Exp $ +# $OpenBSD: Makefile,v 1.35 1998/07/12 08:53:08 downsj Exp $ # $NetBSD: Makefile,v 1.22.4.2 1996/07/18 00:51:10 jtc Exp $ MAN= atalk.4 audio.4 acd.4 ahc.4 bpf.4 ccd.4 cd.4 ch.4 clnp.4 cltp.4 ddb.4 \ de.4 drum.4 eap.4 esis.4 fd.4 ffs_softupdates.4 fpa.4 fxp.4 icmp.4 \ idp.4 imp.4 inet.4 ip.4 ipl.4 ipsec.4 iso.4 lkm.4 lo.4 mtio.4 ncr.4 \ netintro.4 ns.4 \ - nsip.4 null.4 options.4 pnp.4 pty.4 random.4 route.4 scsi.4 sd.4 sl.4 \ + nsip.4 null.4 options.4 pty.4 random.4 route.4 scsi.4 sd.4 sl.4 \ spp.4 st.4 \ tb.4 tcp.4 termios.4 tty.4 tp.4 tun.4 udp.4 uk.4 unix.4 vnd.4 MLINKS+=fd.4 stderr.4 fd.4 stdin.4 fd.4 stdout.4 diff --git a/share/man/man4/pnp.4 b/share/man/man4/pnp.4 deleted file mode 100644 index 395b727d9de..00000000000 --- a/share/man/man4/pnp.4 +++ /dev/null @@ -1,75 +0,0 @@ -.\" $OpenBSD: pnp.4,v 1.2 1998/03/09 02:45:52 millert Exp $ -.\" -.\" Copyright (c) 1996, Shawn Hsiao <shawn@alpha.secc.fju.edu.tw> -.\" All rights reserved. -.\" -.\" Sujal M. Patel wrote initial codes for FreeBSD, and was ported to -.\" OpenBSD and extended by Shawn Hsiao. -.\" -.\" 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. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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 August 11, 1996 -.Dt pnp 4 -.Os -.Sh NAME -.Nm pnp -.Nd -Plug-and-Play devices probing and attaching -.Sh SYNOPSIS -.Cd "pnp0 at isa?" -.Sh DESCRIPTION -The -.Nm pnp -driver provides probing and attaching support for those cards compliant -with Plug and Play Specification V1.0a, published by Intel Corporation -and Microsoft Corporation. -.Pp -To make a plug-and-play device probed and attached, the -.Cm pnpid -of the device needs to be known in advance, and described in the -configuration file, e.g. -.Pp -.Cm "sb0 at isa? pnpid 0x31008c0e" -.Pp -or -.Pp -.Cm "ed0 at isa? pnpid 0x01228b11" -.Pp -The -.Cm pnpid -can be obtained by using -.Xr pnpinfo 8 -utility. -.Sh BUGS -Many -.Pp -Memory descriptors are not yet supported, soon though. -.Pp -.Sh SEE ALSO -.Xr pnpinfo 8 , -.Xr sb 4 , -.Xr ed 4 -.Sh HISTORY -The -.Nm pnp -device driver appeared in -.Ox 1.2 . |