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

# amdpm.4

`amdpm` — AMD 756/766/768/8111 电源管理控制器驱动

## 名称

`amdpm`

## 概要

`device smbus device smb device amdpm`

## 描述

此驱动提供对 AMD 756/766/768/8111 电源管理控制器的访问。目前仅实现了 SMBus 1.0 控制器功能。AMD 8111 控制器的 SMBus 2.0 功能由 [amdsmb(4)](/man/man4/amdsmb.4.md) 驱动支持。

AMD 756 芯片组的嵌入式 SMBus 控制器可让你访问主板的监控功能。参见 [smb(4)](/man/man4/smb.4.md) 以编写用户代码从主板的监控芯片获取电压、温度等信息。

## 参见

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

## 历史

`amdpm` 驱动首次出现于 FreeBSD 4.5。

## 作者

此驱动由 Matthew C. Forman 编写。大量基于 Nicolas Souchu 编写的 `alpm` 驱动。本手册页由 Murray Stokely <murray@FreeBSD.org> 编写。

## 缺陷

仅支持轮询模式。


---

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