diff options
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 |