> 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/intpm.4.md).

# intpm.4

`intpm` — Intel PIIX4 电源管理控制器驱动

## 名称

`intpm`

## 概要

`device pci device smbus device smb device intpm`

## 描述

`intpm` 驱动提供对 Intel PIIX4 兼容电源管理控制器的访问。目前仅实现了 [smbus(4)](/man/man4/smbus.4.md) 控制器功能。

## 硬件

`intpm` 驱动支持以下芯片组：

* Intel 82371AB/82443MX
* ATI IXP400
* AMD SB600/7x0/8x0/9x0 南桥
* AMD Axx/Hudson/Bolton FCH
* 集成于 Family 15h Models 60h-6Fh、70h-7Fh 处理器中的 AMD FCH
* 集成于 Family 16h Models 00h-0Fh、30h-3Fh 处理器中的 AMD FCH

## 参见

[amdpm(4)](/man/man4/amdpm.4.md), [amdsmb(4)](/man/man4/amdsmb.4.md), [ichsmb(4)](/man/man4/ichsmb.4.md), [smb(4)](/man/man4/smb.4.md), [smbus(4)](/man/man4/smbus.4.md)

## 历史

`intpm` 驱动首次出现于 FreeBSD 3.4。

## 作者

本手册页由 Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp> 编写。

## 缺陷

此设备独占使用 IRQ 9。要使用此设备，应在 BIOS 配置中启用 ACPI 功能，否则 PnP 机制可能为 PnP ISA 卡分配冲突的 IRQ。此外，不要将 IRQ 9 用于非 PnP ISA 卡。


---

# 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/intpm.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.
