diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-15 20:50:45 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-15 20:50:45 +0000 |
commit | 8c422a3a21211234426d7f3534d065af9665dbcc (patch) | |
tree | e5f5df73984845079bccd30d99a27a451fb3bb16 /sys/arch | |
parent | 2c15ca427f1b8c2586afd23dffb731d6822e24ba (diff) |
Fan controller for Thecus N2100, still needs more work, currently sets the
fan so it is running. The nice auto fan speed isn't working currently.
Also gives temperature sensors.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/armish/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/armish/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC index e04a382e849..5aa8104ab38 100644 --- a/sys/arch/armish/conf/GENERIC +++ b/sys/arch/armish/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.5 2006/06/15 20:42:53 drahn Exp $ +# $OpenBSD: GENERIC,v 1.6 2006/06/15 20:50:44 drahn Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -46,6 +46,7 @@ iopiic* at iopxs? # I2C Controller Unit(s) iic0 at iopiic? iic1 at iopiic? ricohrtc0 at iic? addr 0x32 # Ricoh RTC +fintek0 at iic? # temp/fan controller #iopwdog* at iopxs? # Watchdog timer pci0 at iopxs? bus ? # PCI/PCI-X support diff --git a/sys/arch/armish/conf/RAMDISK b/sys/arch/armish/conf/RAMDISK index f600b9562cd..596d99f19c3 100644 --- a/sys/arch/armish/conf/RAMDISK +++ b/sys/arch/armish/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.5 2006/06/15 20:42:53 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.6 2006/06/15 20:50:44 drahn Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -57,6 +57,7 @@ iopiic* at iopxs? # I2C Controller Unit(s) iic0 at iopiic? iic1 at iopiic? ricohrtc0 at iic? addr 0x32 # Ricoh RTC +fintek0 at iic? # temp/fan controller #iopwdog* at iopxs? # Watchdog timer pci0 at iopxs? bus ? # PCI/PCI-X support |