Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Aug 2012 19:44:13 +0000 (UTC)
From:      Andreas Tobler <andreast@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r239402 - head/sys/powerpc/conf
Message-ID:  <201208191944.q7JJiDCl027512@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andreast
Date: Sun Aug 19 19:44:13 2012
New Revision: 239402
URL: http://svn.freebsd.org/changeset/base/239402

Log:
  Add the ds1631 temperature driver.

Modified:
  head/sys/powerpc/conf/GENERIC
  head/sys/powerpc/conf/GENERIC64
  head/sys/powerpc/conf/NOTES

Modified: head/sys/powerpc/conf/GENERIC
==============================================================================
--- head/sys/powerpc/conf/GENERIC	Sun Aug 19 19:40:33 2012	(r239401)
+++ head/sys/powerpc/conf/GENERIC	Sun Aug 19 19:44:13 2012	(r239402)
@@ -190,6 +190,7 @@ device		fwe		# Ethernet over FireWire (n
 device		iicbus		# I2C bus code
 device		kiic		# Keywest I2C
 device		ad7417		# PowerMac7,2 temperature sensor
+device		ds1631		# PowerMac11,2 temperature sensor
 device		ds1775		# PowerMac7,2 temperature sensor
 device		fcu		# Apple Fan Control Unit
 device		max6690		# PowerMac7,2 temperature sensor

Modified: head/sys/powerpc/conf/GENERIC64
==============================================================================
--- head/sys/powerpc/conf/GENERIC64	Sun Aug 19 19:40:33 2012	(r239401)
+++ head/sys/powerpc/conf/GENERIC64	Sun Aug 19 19:44:13 2012	(r239402)
@@ -188,6 +188,7 @@ device		fwe		# Ethernet over FireWire (n
 device		iicbus		# I2C bus code
 device		kiic		# Keywest I2C
 device		ad7417		# PowerMac7,2 temperature sensor
+device		ds1631		# PowerMac11,2 temperature sensor
 device		ds1775		# PowerMac7,2 temperature sensor
 device		fcu		# Apple Fan Control Unit
 device		max6690		# PowerMac7,2 temperature sensor

Modified: head/sys/powerpc/conf/NOTES
==============================================================================
--- head/sys/powerpc/conf/NOTES	Sun Aug 19 19:40:33 2012	(r239401)
+++ head/sys/powerpc/conf/NOTES	Sun Aug 19 19:44:13 2012	(r239402)
@@ -41,6 +41,7 @@ device		ofwd		# Open Firmware disks
 device		adb		# Apple Desktop Bus
 device		cuda		# VIA-CUDA ADB interface
 device          ad7417          # PowerMac7,2 temperature sensor
+device		ds1631		# PowerMac11,2 temperature sensor
 device		ds1775		# PowerMac7,2 temperature sensor
 device		fcu		# Apple Fan Control Unit
 device		max6690		# PowerMac7,2 temperature sensor



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208191944.q7JJiDCl027512>