aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/man/man4/man4.i386/pcf.4
diff options
context:
space:
mode:
authorKazuo Horikawa <horikawa@FreeBSD.org>2000-09-04 01:23:49 +0000
committerKazuo Horikawa <horikawa@FreeBSD.org>2000-09-04 01:23:49 +0000
commit21e2510ac84028b65cdb517722b6fad1b2c9c153 (patch)
tree7fca5fdf8f0c344806b9e009cb5368f03c41bcda /ja_JP.eucJP/man/man4/man4.i386/pcf.4
parent19a3703e5cab4a2a5b7ec60262ae6777bb9d25a6 (diff)
downloaddoc-21e2510ac84028b65cdb517722b6fad1b2c9c153.tar.gz
doc-21e2510ac84028b65cdb517722b6fad1b2c9c153.zip
3.1-RELEASE based man4s.
(Currently, update to RELENG_4 is not scheduled) Obtained from: jpman Project <manjp@jp.FreeBSD.org>
Notes
Notes: svn path=/head/; revision=7932
Diffstat (limited to 'ja_JP.eucJP/man/man4/man4.i386/pcf.4')
-rw-r--r--ja_JP.eucJP/man/man4/man4.i386/pcf.465
1 files changed, 65 insertions, 0 deletions
diff --git a/ja_JP.eucJP/man/man4/man4.i386/pcf.4 b/ja_JP.eucJP/man/man4/man4.i386/pcf.4
new file mode 100644
index 0000000000..93481c0775
--- /dev/null
+++ b/ja_JP.eucJP/man/man4/man4.i386/pcf.4
@@ -0,0 +1,65 @@
+.\" Copyright (c) 1998, Nicolas Souchu
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.\"
+.\" jpman %Id: pcf.4,v 1.3 1999/09/11 08:14:22 horikawa Stab %
+.Dd August 6, 1998
+.Dt PCF 4
+.Os FreeBSD
+.Sh 名称
+.Nm pcf
+.Nd
+Philips I2C バスコントローラ
+.Sh 書式
+.Cd "controller pcf0 at isa? port? irq 5"
+.Pp
+1 つ以上の iicbus バスに対し
+.Cd "controller iicbus0"
+.Sh 解説
+.Em pcf
+ドライバは
+.Xr iicbus 4
+システム用の Philips PCF8584 I2C コントローラのサポートを提供します。
+.Pp
+PCF8584 は CMOS テクノロジで設計された集積回路であり、
+ほとんどの標準的なパラレルバスマイクロコントローラ/マイクロプロセッサと
+シリアル I2C バスとの間のインタフェースを提供します。
+PCF8584 はマスタとスレーブの両方の機能を提供します。
+I2C バスとの通信は割り込みかポーリングハンドシェークを使い、
+バイトを基本として実行されます。
+また、I2C バス特有のシーケンス、プロトコル、調停、タイミングの全てを
+制御します。
+PCF8584 はパラレルバスシステムの I2C バスとの双方向通信を可能にしています。
+.Pp
+.Sh 関連項目
+.Xr iicbus 4
+.Sh 歴史
+.Nm
+マニュアルページは
+.Fx 3.0
+で登場しました。
+.Sh 作者
+このマニュアルページは
+.An Nicolas Souchu
+が書きました。