From owner-cvs-src@FreeBSD.ORG Fri Jun 6 18:41:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A2FC106568D; Fri, 6 Jun 2008 18:41:07 +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 0F12E8FC16; Fri, 6 Jun 2008 18:41:07 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m56If6Lw074935; Fri, 6 Jun 2008 18:41:06 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m56If6Y7074934; Fri, 6 Jun 2008 18:41:06 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200806061841.m56If6Y7074934@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 6 Jun 2008 18:40:38 +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/bktr bktr_i2c.c src/sys/dev/iicbus iicsmb.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: Fri, 06 Jun 2008 18:41:07 -0000 jhb 2008-06-06 18:40:38 UTC FreeBSD src repository Modified files: sys/dev/bktr bktr_i2c.c sys/dev/iicbus iicsmb.c Log: SVN rev 179624 on 2008-06-06 18:40:38Z by jhb Explicitly lock Giant in smbus_if methods in the bktr_i2c and iicsmb drivers for now. This can be replaced with driver locks when these drivers are locked. Revision Changes Path 1.30 +26 -1 src/sys/dev/bktr/bktr_i2c.c 1.15 +41 -8 src/sys/dev/iicbus/iicsmb.c