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