summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2006-03-12 06:29:50 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2006-03-12 06:29:50 +0000
commit2a8a51b35decdd831badf8535f72bcc5808412d8 (patch)
treeefda46a1adb95e749d70c2bb61a4c2e0803519d0 /share/man/man9
parent37c39ff3fce1d0e09c339effd160d67ce9d1279b (diff)
document new attach args for devices
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/iic.95
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man9/iic.9 b/share/man/man9/iic.9
index 59f91ff1448..2e6d3ecfa97 100644
--- a/share/man/man9/iic.9
+++ b/share/man/man9/iic.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: iic.9,v 1.3 2004/08/24 05:48:22 david Exp $
+.\" $OpenBSD: iic.9,v 1.4 2006/03/12 06:29:49 dlg Exp $
.\"
.\" Copyright (c) 2003 Wasabi Systems, Inc.
.\" All rights reserved.
@@ -136,6 +136,9 @@ struct i2c_attach_args {
i2c_tag_t ia_tag; /* controller */
i2c_addr_t ia_addr; /* address of device */
int ia_size; /* size (for EEPROMs) */
+ char *ia_name; /* chip name */
+ void *ia_cookie; /* pass extra info from
+ bus to dev */
};
.Ed
.El