setpnp - modify Plug and Play BIOS device resources
There are four types of resources: ``io'', ``mem'', ``irq'', and ``dma''. A resource list consists of one or more space-separated pairs of a resource type with one or more values. Multiple values for one resource type can be separated by commas. Values can also either be unitary or dash-separated ranges. For example:
setpnp 0d io 0x2f8-0x2ff irq 3 setpnp 12 io 0x350-0x35f,0x2f8-0x2ff irq 3 irq 10
The order of items of different types is not important, but if more than one item of the same type is present, their relative order is significant. The Plug and Play BIOS will reject invalid configuration attempts; however, setpnp will not attempt to determine why a configuration was rejected.
By default, current (dynamic) device configuration information is modified. With the -b option, a device's boot (static) configuration can be updated. Some devices may only be reconfigured for the following boot. Be especially careful when modifying your system's boot configuration. Improper use of this command may disable vital system devices and render your system unbootable.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |