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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to