> For the complete documentation index, see [llms.txt](https://book.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.bsdcn.org/man/man4/pnpbios.4.md).

# pnpbios.4

`pnpbios` — 对主板上嵌入式设备的支持

## 名称

`pnpbios`

## 描述

`pnpbios` 驱动枚举主板上其 BIOS 支持“Plug and Play BIOS Specification”的嵌入式 ISA 设备。它为每个设备分配 ISA 总线资源（中断线、DMA 通道、I/O 端口和内存区域）并激活它。

如果不能在不与系统中其他设备冲突的情况下为设备分配所需资源，该设备将不会被激活，并且对程序不可用。

## 参见

[pnp(4)](https://github.com/FreeBSD-Ask/freebsd-man-sc/tree/main/man4/pnp.4.i386.md)

## 标准

> Compaq, Phenix, Intel, "Plug and Play BIOS Specification Version 1.0A", May 5, 1994.

> Compaq, Phenix, Intel, "Plug and Play BIOS CLARIFICATION Paper for Plug and Play BIOS Specification Version 1.0A", October 6, 1994.

## 历史

`pnpbios` 驱动首次出现于 FreeBSD 4.0。

## 作者

`pnpbios` 驱动由 Mike Smith 编写。

## 注意事项

没有显式的方法来禁用单个嵌入式设备。`pnpbios` 驱动会找到“即插即用（PnP）”BIOS 报告的所有设备并尝试全部激活它们。

无法显式地为设备分配特定资源。资源分配是完全自动的，没有手动覆盖的规定。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://book.bsdcn.org/man/man4/pnpbios.4.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
