From owner-cvs-all@FreeBSD.ORG Fri Sep 12 21:44:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B78BE10656C9; Fri, 12 Sep 2008 21:44:48 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8C8228FC0A; Fri, 12 Sep 2008 21:44:48 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8CLim2C098949; Fri, 12 Sep 2008 21:44:48 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8CLimhx098946; Fri, 12 Sep 2008 21:44:48 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809122144.m8CLimhx098946@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 12 Sep 2008 21:44:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/ipmi ipmi.c ipmivars.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2008 21:44:48 -0000 jhb 2008-09-12 21:44:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/ipmi ipmi.c ipmivars.h Log: SVN rev 182985 on 2008-09-12 21:44:31Z by jhb MFC: Remove the never-enabled attempt at using device cloning to provide per-file descriptor storage and replace it with cdevpriv (and enable it) instead. Approved by: re (kib) Revision Changes Path 1.10.2.1 +34 -121 src/sys/dev/ipmi/ipmi.c 1.2.2.1 +3 -13 src/sys/dev/ipmi/ipmivars.h