From owner-cvs-src@FreeBSD.ORG Thu Oct 5 15:33:44 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 0A64316A519; Thu, 5 Oct 2006 15:33:44 +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 B93E043D55; Thu, 5 Oct 2006 15:33:43 +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 k95FXhMc007687; Thu, 5 Oct 2006 15:33:43 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k95FXhpZ007686; Thu, 5 Oct 2006 15:33:43 GMT (envelope-from jhb) Message-Id: <200610051533.k95FXhpZ007686@repoman.freebsd.org> From: John Baldwin Date: Thu, 5 Oct 2006 15:33:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ipmi 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, 05 Oct 2006 15:33:44 -0000 jhb 2006-10-05 15:33:43 UTC FreeBSD src repository Modified files: sys/dev/ipmi ipmi_smic.c Log: Oops, don't toss the last character read during an SMIC transaction with at least 1 data byte beyond the completion code. Tested by: Terry Kennedy Revision Changes Path 1.2 +0 -2 src/sys/dev/ipmi/ipmi_smic.c