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 | |
parent | fb2f09f6426324796da789f8941ca944ceb865d2 (diff) |
sdtemp* devices could occur on these machines
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/armish/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index a70cabd4341..7997e948278 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.199 2008/03/21 18:44:13 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.200 2008/04/07 01:35:20 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -315,6 +315,7 @@ lmtemp* at iic? # NS LM75/LM77 temperature sensor maxds* at iic? # Maxim DS1631 maxtmp* at iic? # Maxim MAX6642/MAX6690 spdmem* at iic? # SPD memory eeproms +sdtemp* at iic? # SO-DIMM (JC-42.4) temperature # ISA/EISA bus support isa* at pceb? diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 7535a1ce948..24226e274aa 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.223 2008/04/03 20:28:05 form Exp $ +# $OpenBSD: GENERIC,v 1.224 2008/04/07 01:35:20 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -116,6 +116,7 @@ lmn* at iic? # National Semiconductor LM93 maxds* at iic? # Maxim DS1631 maxtmp* at iic? # Maxim MAX6642/MAX6690 spdmem* at iic? # SPD memory eeproms +sdtemp* at iic? # SO-DIMM (JC-42.4) temperature wbng* at iic? # Winbond W83793G #option PCMCIAVERBOSE 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 diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index a1d59ef392b..5ae5560dba2 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.610 2008/04/03 20:28:05 form Exp $ +# $OpenBSD: GENERIC,v 1.611 2008/04/07 01:35:20 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -155,6 +155,7 @@ wbenv* at iic? # Winbond W83L784R/W83L785R/W83L785TS-L glenv* at iic? # Genesys Logic GL518SM thmc* at iic? # TI TMHC50 / Analog ADM1022 spdmem* at iic? # SPD memory eeproms +sdtemp* at iic? # SO-DIMM (JC-42.4) temperature wbng* at iic? # Winbond W83793G #isagpio0 at isa? port 0x78 # ISA I/O mapped as GPIO |