summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2006-03-12 06:29:49 +0000
committerdlg <dlg@openbsd.org>2006-03-12 06:29:49 +0000
commit26b88e6e1a805fcc6159eaa074613b65ef9a109a (patch)
tree0b72f372e661931d325720019e0b160e4ac9b5f7
parentknf nit (diff)
downloadwireguard-openbsd-26b88e6e1a805fcc6159eaa074613b65ef9a109a.tar.xz
wireguard-openbsd-26b88e6e1a805fcc6159eaa074613b65ef9a109a.zip
document new attach args for devices
-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