Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pnp(4) [linux man page]

PNP(4)							 BSD/i386 Kernel Interfaces Manual						    PNP(4)

NAME
pnp -- support for ``Plug and Play'' (PnP) ISA devices DESCRIPTION
The pnp driver enumerates ISA devices which support ``Plug and Play ISA Specification'' in the system. It assigns ISA bus resources (inter- rupt line, DMA channel, I/O ports, and memory region) to each device and activates it. If it cannot assign necessary resources to a PnP ISA device without causing conflict with other devices in the system, the device will not be activated and will be unavailable to programs. CAVEATS
It is not possible to disable individual PnP ISA devices. The pnp driver will find all devices conforming the PnP ISA specification and try to activate them all. There is no way to explicitly assign particular resource to the PnP ISA device. The resource assignment is fully automatic and there is no provision for manual override. SEE ALSO
pnpbios(4) STANDARDS
Intel and Microsoft, Plug and Play ISA Specification, Version 1.0a, May 5, 1994. Clarifications to the Plug and Play ISA Specification, Version 1.0a, December 10, 1994. HISTORY
The pnp driver first appeared in FreeBSD 2.2.5. It has been substantially updated in subsequent versions. AUTHORS
PnP support was originally written for FreeBSD 2.2.5 by Luigi Rizzo, based on initial work done by Sujal Patel. BSD
September 20, 2001 BSD

Check Out this Related Man Page

PNPBIOS(4)						 BSD/i386 Kernel Interfaces Manual						PNPBIOS(4)

NAME
pnpbios -- support for embedded devices on the motherboard DESCRIPTION
The pnpbios driver enumerates embedded ISA devices on the motherboard whose BIOS supports ``Plug and Play BIOS Specification''. It assigns ISA bus resources (interrupt line, DMA channel, I/O ports, and memory region) to each device and activates it. If it cannot assign necessary resources to a device without causing conflict with other devices in the system, the device will not be acti- vated and will be unavailable to programs. CAVEATS
There is no explicit way to disable individual embedded devices. The pnpbios driver will find all devices reported by the ``Plug and Play (PnP)'' BIOS and try to activate them all. There is no way to explicitly assign particular resource to a device. The resource assignment is fully automatic and there is no provision for manual override. SEE ALSO
pnp(4) STANDARDS
Compaq, Phenix, and Intel, Plug and Play BIOS Specification Version 1.0A, May 5, 1994. Compaq, Phenix, and Intel, Plug and Play BIOS CLARIFICATION Paper for Plug and Play BIOS Specification Version 1.0A, October 6, 1994. HISTORY
The pnpbios driver first appeared in FreeBSD 4.0. AUTHORS
The pnpbios driver was written by Mike Smith. BSD
September 20, 2001 BSD
Man Page

4 More Discussions You Might Find Interesting

1. HP-UX

Help with awk

I have a file which has text startin from ISA and ending as IEA. In the text file I am looking for two key items, ST*850 CELORGS02 I have the following command to extract this /usr/bin/gawk -v RS='ISA' '/ST\*850/ {print RS $0}' Right now It only looks for the first one (ST*850). How... (4 Replies)
Discussion started by: isingh786
4 Replies

2. UNIX for Dummies Questions & Answers

Help with awk

Hi, I have a text file like this: ISA*00*0000000000*00*0000000000*01*098911860 *01*075138321A *061211*095 9*U*00200*000002184*0*P*╜ GS*FA*098911860*075138321*20061211*0959*931*X*004010 ST*997*0001 AK1*IN*1555 AK2*810*0001 AK5*A AK2*810*0002 AK5*A AK9*A*2*2*2 SE*8*0001... (3 Replies)
Discussion started by: isingh786
3 Replies

3. UNIX for Dummies Questions & Answers

Proxy in Solaris 10

Hi Gurus, Is it possible to configure a Solaris Workstation to go out through ISA proxy server with authorization? I want to configure the X uptdate software to be able to make its updates through ISA proxy server but when i try to configure the proxy server and say OK its says that it cant... (0 Replies)
Discussion started by: saveka
0 Replies

4. Shell Programming and Scripting

To find a character immediately following a specified String

Hello, I have a UNIX file in which data is like this -- ISA*00* *00* *01*006415160 *01*137361242 ... (3 Replies)
Discussion started by: The Observer
3 Replies