Файловый менеджер - Редактировать - /var/www/xthruster/html/wp-content/uploads/flags/pnp.tar
Назад
isapnp/Kconfig 0000644 00000000507 14722073035 0007346 0 ustar 00 # SPDX-License-Identifier: GPL-2.0-only # # ISA Plug and Play configuration # config ISAPNP bool "ISA Plug and Play support" depends on ISA || COMPILE_TEST help Say Y here if you would like support for ISA Plug and Play devices. Some information is in <file:Documentation/driver-api/isapnp.rst>. If unsure, say Y. isapnp/Makefile 0000644 00000000242 14722073035 0007477 0 ustar 00 # SPDX-License-Identifier: GPL-2.0-only # # Makefile for the kernel ISAPNP driver. # obj-y += pnp.o pnp-y := core.o compat.o pnp-$(CONFIG_PROC_FS) += proc.o Kconfig 0000644 00000002550 14722073035 0006054 0 ustar 00 # SPDX-License-Identifier: GPL-2.0-only # # Plug and Play configuration # menuconfig PNP bool "Plug and Play support" depends on HAS_IOMEM depends on ISA || ACPI ---help--- Plug and Play (PnP) is a standard for peripherals which allows those peripherals to be configured by software, e.g. assign IRQ's or other parameters. No jumpers on the cards are needed, instead the values are provided to the cards from the BIOS, from the operating system, or using a user-space utility. Say Y here if you would like Linux to configure your Plug and Play devices. You should then also say Y to all of the protocols below. Alternatively, you can say N here and configure your PnP devices using user space utilities such as the isapnptools package. If unsure, say Y. config PNP_DEBUG_MESSAGES default y bool "PNP debugging messages" depends on PNP help Say Y here if you want the PNP layer to be able to produce debugging messages if needed. The messages can be enabled at boot-time with the pnp.debug kernel parameter. This option allows you to save a bit of space if you do not want the messages to even be built into the kernel. If you have any doubts about this, say Y here. if PNP comment "Protocols" source "drivers/pnp/isapnp/Kconfig" source "drivers/pnp/pnpbios/Kconfig" source "drivers/pnp/pnpacpi/Kconfig" endif # PNP pnpbios/Kconfig 0000644 00000003301 14722073035 0007521 0 ustar 00 # SPDX-License-Identifier: GPL-2.0-only # # Plug and Play BIOS configuration # config PNPBIOS bool "Plug and Play BIOS support" depends on ISA && X86_32 default n ---help--- Linux uses the PNPBIOS as defined in "Plug and Play BIOS Specification Version 1.0A May 5, 1994" to autodetect built-in mainboard resources (e.g. parallel port resources). Some features (e.g. event notification, docking station information, ISAPNP services) are not currently implemented. If you would like the kernel to detect and allocate resources to your mainboard devices (on some systems they are disabled by the BIOS) say Y here. Also the PNPBIOS can help prevent resource conflicts between mainboard devices and other bus devices. Note: ACPI is expected to supersede PNPBIOS some day, currently it co-exists nicely. If you have a non-ISA system that supports ACPI, you probably don't need PNPBIOS support. config PNPBIOS_PROC_FS bool "Plug and Play BIOS /proc interface" depends on PNPBIOS && PROC_FS ---help--- If you say Y here and to "/proc file system support", you will be able to directly access the PNPBIOS. This includes resource allocation, ESCD, and other PNPBIOS services. Using this interface is potentially dangerous because the PNPBIOS driver will not be notified of any resource changes made by writing directly. Also some buggy systems will fault when accessing certain features in the PNPBIOS /proc interface (e.g. "boot" configs). See the latest pcmcia-cs (stand-alone package) for a nice set of PNPBIOS /proc interface tools (lspnp and setpnp). Unless you are debugging or have other specific reasons, it is recommended that you say N here. pnpbios/Makefile 0000644 00000000266 14722073035 0007665 0 ustar 00 # SPDX-License-Identifier: GPL-2.0-only # # Makefile for the kernel PNPBIOS driver. # obj-y := pnp.o pnp-y := core.o bioscalls.o rsparser.o pnp-$(CONFIG_PNPBIOS_PROC_FS) += proc.o pnpacpi/Kconfig 0000644 00000000173 14722073035 0007505 0 ustar 00 # SPDX-License-Identifier: GPL-2.0-only # # Plug and Play ACPI configuration # config PNPACPI bool default (PNP && ACPI) pnpacpi/Makefile 0000644 00000000201 14722073035 0007632 0 ustar 00 # SPDX-License-Identifier: GPL-2.0-only # # Makefile for the kernel PNPACPI driver. # obj-y += pnp.o pnp-y := core.o rsparser.o Makefile 0000644 00000000556 14722073035 0006215 0 ustar 00 # SPDX-License-Identifier: GPL-2.0 # # Makefile for the Linux Plug-and-Play Support. # obj-y := pnp.o pnp-y := core.o card.o driver.o resource.o manager.o support.o interface.o quirks.o obj-$(CONFIG_PNPACPI) += pnpacpi/ obj-$(CONFIG_PNPBIOS) += pnpbios/ obj-$(CONFIG_ISAPNP) += isapnp/ # pnp_system_init goes after pnpacpi/pnpbios init pnp-y += system.o
| ver. 1.4 |
Github
|
.
| PHP 7.4.3-4ubuntu2.24 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка