svn commit: r239402 - head/sys/powerpc/conf

Andreas Tobler andreast at FreeBSD.org
Sun Aug 19 19:44:14 UTC 2012


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


More information about the svn-src-all mailing list