From owner-cvs-src@FreeBSD.ORG Thu Oct 19 14:50:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1B4216A407; Thu, 19 Oct 2006 14:50:49 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 075FA43D64; Thu, 19 Oct 2006 14:50:49 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9JEomF4039274; Thu, 19 Oct 2006 14:50:48 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9JEomp1039271; Thu, 19 Oct 2006 14:50:48 GMT (envelope-from jhb) Message-Id: <200610191450.k9JEomp1039271@repoman.freebsd.org> From: John Baldwin Date: Thu, 19 Oct 2006 14:50:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ipmi ipmi.c ipmi_smic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2006 14:50:50 -0000 jhb 2006-10-19 14:50:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ipmi ipmi.c ipmi_smic.c Log: MFC: Sync with HEAD - Fix recursed locking in ipmi_polled_enqueue_request(). - Don't toss the last byte during an SMIC read and add SMIC_DEBUG. Approved by: re (hrs) Revision Changes Path 1.3.2.3 +2 -2 src/sys/dev/ipmi/ipmi.c 1.1.2.2 +54 -8 src/sys/dev/ipmi/ipmi_smic.c