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/i386/conf | |
parent | fb2f09f6426324796da789f8941ca944ceb865d2 (diff) |
sdtemp* devices could occur on these machines
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
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 |