From owner-cvs-src-old@FreeBSD.ORG Fri Jun 3 18:58:41 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF6A110657A0 for ; Fri, 3 Jun 2011 18:58:41 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 846FD8FC0C for ; Fri, 3 Jun 2011 18:58:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p53IwfKd075521 for ; Fri, 3 Jun 2011 18:58:41 GMT (envelope-from andreast@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p53Iwf4G075520 for cvs-src-old@freebsd.org; Fri, 3 Jun 2011 18:58:41 GMT (envelope-from andreast@repoman.freebsd.org) Message-Id: <201106031858.p53Iwf4G075520@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to andreast@repoman.freebsd.org using -f From: Andreas Tobler Date: Fri, 3 Jun 2011 18:58:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/iicbus ds1775.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 18:58:41 -0000 andreast 2011-06-03 18:58:32 UTC FreeBSD src repository Modified files: sys/dev/iicbus ds1775.c Log: SVN rev 222658 on 2011-06-03 18:58:32Z by andreast - Improve error handling. - Add a retry loop for the i2c sensor reading. - Update the sensor handling for sensors which do not have a location entry. [1] Submitted by: [1] Justin Hibbits. Approved by: nwhitehorn (mentor) Revision Changes Path 1.5 +33 -11 src/sys/dev/iicbus/ds1775.c