diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-10-08 12:56:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-10-08 12:56:38 +0000 |
commit | 4c51507af2b7b4d398e2182b36d78a367be1adae (patch) | |
tree | 883684574c7b2c9311ebff3cf6d87d31bb8ddef9 /sys/arch/amd64/conf/GENERIC | |
parent | 8e0d8542671f21b588c209746c1c2d0fe1b405eb (diff) |
enable spdmem where it matters
Diffstat (limited to 'sys/arch/amd64/conf/GENERIC')
-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 20d7007b35a..deccaf823b8 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.199 2007/10/07 18:41:07 mbalmer Exp $ +# $OpenBSD: GENERIC,v 1.200 2007/10/08 12:56:37 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -107,6 +107,7 @@ lmtemp* at iic? # National Semiconductor LM75/LM77 lmn* at iic? # National Semiconductor LM93 maxds* at iic? # Maxim DS1631 maxtmp* at iic? # Maxim MAX6642/MAX6690 +spdmem* at iic? # SPD memory eeproms #option PCMCIAVERBOSE |