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

# pcf.4

`pcf` — Philips I2C 总线控制器

## 名称

`pcf`

## 概要

`device pcf`

`在 /boot/device.hints 中：hint.pcf.0.at="isa" hint.pcf.0.port="0x320" hint.pcf.0.irq="5"`

`对于一个或多个 iicbus 总线：device iicbus`

## 描述

*pcf* 驱动为 [iicbus(4)](/man/man4/iicbus.4.md) 系统提供对 Philips PCF8584 I2C 控制器的支持。

PCF8584 是一种采用 CMOS 技术设计的集成电路，用作大多数标准并行总线微控制器/微处理器与串行 I2C 总线之间的接口。PCF8584 同时提供主控和从控功能。与 I2C 总线的通信以字节为单位，使用中断或轮询握手方式进行。它控制所有 I2C 总线特定的序列、协议、仲裁和时序。PCF8584 允许并行总线系统与 I2C 总线进行双向通信。

## 参见

[iicbus(4)](/man/man4/iicbus.4.md)

## 历史

`pcf` 手册页最早出现于 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/pcf.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.
