cvs commit: src/sys/dev/ipmi ipmi.c ipmivars.h
John Baldwin
jhb at FreeBSD.org
Thu Aug 28 02:13:58 UTC 2008
jhb 2008-08-28 02:13:53 UTC
FreeBSD src repository
Modified files:
sys/dev/ipmi ipmi.c ipmivars.h
Log:
SVN rev 182322 on 2008-08-28 02:13:53Z by jhb
Remove hack attempt at using devfs cloning for per-file descriptor storage.
Use the much simpler cdevpriv for per-fd state and enable it. This allows
multiple opens of /dev/ipmi0 (e.g. using ipmitool while ipmievd is running
in the background).
MFC after: 1 week
Revision Changes Path
1.11 +34 -121 src/sys/dev/ipmi/ipmi.c
1.3 +3 -13 src/sys/dev/ipmi/ipmivars.h
More information about the cvs-src
mailing list