summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf
diff options
context:
space:
mode:
authorandreast <andreast@FreeBSD.org>2012-08-19 19:44:13 +0000
committerandreast <andreast@FreeBSD.org>2012-08-19 19:44:13 +0000
commit6278c060ec3c9d44f6a2cfd3a59b9998e05e43f6 (patch)
treea32efa723b8ad55d5f5d65c242fd4ac435cb01e4 /sys/powerpc/conf
parentb868e7030cfb045a290fc5c5a85e5a76a30c02c8 (diff)
downloadFreeBSD-src-6278c060ec3c9d44f6a2cfd3a59b9998e05e43f6.zip
FreeBSD-src-6278c060ec3c9d44f6a2cfd3a59b9998e05e43f6.tar.gz
Add the ds1631 temperature driver.
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r--sys/powerpc/conf/GENERIC1
-rw-r--r--sys/powerpc/conf/GENERIC641
-rw-r--r--sys/powerpc/conf/NOTES1
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 75314d9..91a49bb 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -190,6 +190,7 @@ device fwe # Ethernet over FireWire (non-standard!)
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
diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64
index 088f5ae..0e1555d 100644
--- a/sys/powerpc/conf/GENERIC64
+++ b/sys/powerpc/conf/GENERIC64
@@ -188,6 +188,7 @@ device fwe # Ethernet over FireWire (non-standard!)
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
diff --git a/sys/powerpc/conf/NOTES b/sys/powerpc/conf/NOTES
index 33a0448..44cf837 100644
--- a/sys/powerpc/conf/NOTES
+++ b/sys/powerpc/conf/NOTES
@@ -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
OpenPOWER on IntegriCloud