Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/dev/ipmi/ipmivars.h 162562 2006-09-22 22:11:29Z jhb $
---
> * $FreeBSD: head/sys/dev/ipmi/ipmivars.h 182322 2008-08-28 02:13:53Z jhb $
66c66
< /* Per struct cdev data. */
---
> /* Per file descriptor data. */
72,73d71
< struct cdev *ipmi_cdev;
< int ipmi_open;
106,112c104,105
< #ifdef CLONING
< int ipmi_cloning;
< u_int ipmi_cdev_mask;
< TAILQ_HEAD(,ipmi_device) ipmi_cdevs;
< #else
< struct ipmi_device ipmi_idev;
< #endif
---
> int ipmi_opened;
> struct cdev *ipmi_cdev;
114,116d106
< #ifdef CLONING
< eventhandler_tag ipmi_clone_tag;
< #endif