1.\" $OpenBSD: pcfiic.4,v 1.3 2007/05/31 19:19:51 jmc Exp $ 2.\" 3.\" Copyright (c) 2006 David Gwynne <dlg@openbsd.org> 4.\" 5.\" Permission to use, copy, modify, and distribute this software for any 6.\" purpose with or without fee is hereby granted, provided that the above 7.\" copyright notice and this permission notice appear in all copies. 8.\" 9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16.\" 17.Dd $Mdocdate: May 31 2007 $ 18.Dt PCFIIC 4 19.Os 20.Sh NAME 21.Nm pcfiic 22.Nd Phillips PCF8584 I2C controller 23.Sh SYNOPSIS 24.Cd "# sparc64" 25.Cd "pcfiic* at ebus?" 26.Cd "iic* at pcfiic?" 27.Sh DESCRIPTION 28The 29.Nm 30driver provides support for the Phillips PCF8584 I2C controller to be 31used with the 32.Xr iic 4 33framework. 34.Sh SEE ALSO 35.Xr ebus 4 , 36.Xr iic 4 , 37.Xr intro 4 38.Sh HISTORY 39The 40.Nm 41driver first appeared in 42.Ox 3.9 . 43.Sh AUTHORS 44.An -nosplit 45The 46.Nm 47driver was written by 48.An David Gwynne Aq dlg@openbsd.org . 49