diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-04-07 01:35:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-04-07 01:35:21 +0000 |
commit | 9dee41980f35525292d4e72d56f6e185d99951d2 (patch) | |
tree | b3351e79e8d5a71f51cb0bf1c44ecba6f9ecf085 /sys/arch/armish/conf/GENERIC | |
parent | fb2f09f6426324796da789f8941ca944ceb865d2 (diff) |
sdtemp* devices could occur on these machines
Diffstat (limited to 'sys/arch/armish/conf/GENERIC')
-rw-r--r-- | sys/arch/armish/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC index 15ad8bb48bc..321c97be70d 100644 --- a/sys/arch/armish/conf/GENERIC +++ b/sys/arch/armish/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.20 2008/02/24 21:49:37 uwe Exp $ +# $OpenBSD: GENERIC,v 1.21 2008/04/07 01:35:20 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -54,6 +54,7 @@ pcaled0 at iic? addr 0x60 # led controller gpio* at pcaled0 fintek0 at iic? flags 0x0001 # temp/fan controller spdmem* at iic? # SPD memory eeproms +sdtemp* at iic? # SO-DIMM (JC-42.4) temperature #iopwdog* at iopxs? # Watchdog timer pci0 at iopxs? bus ? # PCI/PCI-X support |