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

# smbus.4

`smbus` — 系统管理总线

## 名称

`smbus`

## 概要

`device smbus`

`device iicsmb`

## 描述

*smbus* 系统提供了一个统一、模块化且与架构无关的系统，用于实现控制各种 SMB 设备和利用不同 SMB 控制器（I2C、PIIX4、vm86 等）的驱动。

## 系统管理总线

*System Management Bus* 是一种双线接口，简单的电源相关芯片可通过它与系统其余部分通信。它使用 I2C 作为骨干（参见 [iicbus(4)](/man/man4/iicbus.4.md)）。

使用 SMB 的系统通过向设备传递消息来代替触发单独的控制线。

借助 SMBus，设备可以提供制造商信息、告知系统其型号/部件号、为挂起事件保存其状态、报告不同类型的错误、接受控制参数并返回其状态。

只要在内部 SMB 设备和外部 ACCESS 总线设备之间提供适当的电气桥接，SMBus 可与 ACCESS 总线组件共享同一主机设备和物理总线。

## 参见

[iicbus(4)](/man/man4/iicbus.4.md), [iicsmb(4)](/man/man4/iicsmb.4.md), [smb(4)](/man/man4/smb.4.md), smbmsg(8)

> "The SMBus specification".

## 历史

`smbus` 手册页最早出现于 FreeBSD 3.0。

## 作者

本手册页由 Nicolas Souchu 编写。


---

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