Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pnp(4) [debian 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

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
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How Can I Play A Cd On Unix

HI I AM A FRESH NEW USER ...I MEAN I JUST GOT A COMPUTER ALMOST FOR FREE AND IT RUNS UNIX WHICH I DIDN'T EXPECT AND DONT KNOW HOW TO WORK ON IT I THOUGHT IT'LL BE WITH WINDOWS ..YOU KNOW SO HOW DO I PLAY A CD IN IT. REMEMBER I KNOW NOTHING ABOUT UNIX , BUT I THINK I'LL GET OVER IT... (1 Reply)
Discussion started by: IMOTEB
1 Replies

2. 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

3. 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

4. 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

5. 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