Date: Thu, 28 Aug 2008 02:13:53 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ipmi ipmi.c ipmivars.h Message-ID: <200808280213.m7S2Dwfa099873@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808280213.m7S2Dwfa099873>