diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-03-12 06:29:50 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-03-12 06:29:50 +0000 |
commit | 2a8a51b35decdd831badf8535f72bcc5808412d8 (patch) | |
tree | efda46a1adb95e749d70c2bb61a4c2e0803519d0 /share/man/man9 | |
parent | 37c39ff3fce1d0e09c339effd160d67ce9d1279b (diff) |
document new attach args for devices
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/iic.9 | 5 |
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 |