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/alpha | |
parent | 8e0d8542671f21b588c209746c1c2d0fe1b405eb (diff) |
enable spdmem where it matters
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index aa6551d32fd..d058dfe9a3e 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.195 2007/09/09 01:37:28 jsg Exp $ +# $OpenBSD: GENERIC,v 1.196 2007/10/08 12:56:37 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -306,6 +306,7 @@ lmenv* at iic? # National Semiconductor LM87 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 # ISA/EISA bus support isa* at pceb? |