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/i386/conf | |
parent | 8e0d8542671f21b588c209746c1c2d0fe1b405eb (diff) |
enable spdmem where it matters
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 75d84f496ee..fc8e64132f8 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.580 2007/10/07 18:41:07 mbalmer Exp $ +# $OpenBSD: GENERIC,v 1.581 2007/10/08 12:56:37 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -150,6 +150,7 @@ asbtm* at iic? # Asus ASB100 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 #isagpio0 at isa? port 0x78 # ISA I/O mapped as GPIO #isagpio1 at isa? port 0x80 |