logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pnp — support for “Plug and Play” (PnP) ISA devices

Authors

       PnP  support was originally written for FreeBSD 2.2.5 by Luigi Rizzo, based on initial work done by Sujal
       Patel.

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.

Debian                                         September 20, 2001                                         PNP(4)

Description

       The  pnp driver enumerates ISA devices which support “Plug and Play ISA Specification” in the system.  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 PnP ISA device without causing conflict with other devices
       in the system, the device will not be activated and will be unavailable to programs.

History

       The pnp driver first appeared in  FreeBSD  2.2.5.   It  has  been  substantially  updated  in  subsequent
       versions.

Name

       pnp — support for “Plug and Play” (PnP) ISA devices

See Also

pnpbios(4)

Standards

       Intel and Microsoft, PlugandPlayISASpecification,Version1.0a, May 5, 1994.

       ClarificationstothePlugandPlayISASpecification,Version1.0a, December 10, 1994.

See Also