From owner-cvs-src-old@FreeBSD.ORG Fri Dec 10 20:28:05 2010 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 2BB3A1065698 for ; Fri, 10 Dec 2010 20:28:05 +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 1A0738FC15 for ; Fri, 10 Dec 2010 20:28:05 +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 oBAKS4Mc036915 for ; Fri, 10 Dec 2010 20:28:04 GMT (envelope-from andreast@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBAKS4oq036914 for cvs-src-old@freebsd.org; Fri, 10 Dec 2010 20:28:04 GMT (envelope-from andreast@repoman.freebsd.org) Message-Id: <201012102028.oBAKS4oq036914@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to andreast@repoman.freebsd.org using -f From: Andreas Tobler Date: Fri, 10 Dec 2010 20:27:50 +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, 10 Dec 2010 20:28:05 -0000 andreast 2010-12-10 20:27:50 UTC FreeBSD src repository Modified files: sys/dev/iicbus ds1775.c Log: SVN rev 216360 on 2010-12-10 20:27:50Z by andreast On the Xserve G5 we find the LM75 instead of the DS1775. The core functionality is the same, a difference is that the DS1775 has a better precision than the LM75. But we do not use it in our setup. Make the LM75 work the same as the DS1775. Fix a typo in device_set_desc. Tested by: Paul Mather Approved by: nwhitehorn (mentor) Revision Changes Path 1.2 +3 -2 src/sys/dev/iicbus/ds1775.c