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/armish | |
parent | 8e0d8542671f21b588c209746c1c2d0fe1b405eb (diff) |
enable spdmem where it matters
Diffstat (limited to 'sys/arch/armish')
-rw-r--r-- | sys/arch/armish/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC index 4c8c3f9c21c..9973324f130 100644 --- a/sys/arch/armish/conf/GENERIC +++ b/sys/arch/armish/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.17 2007/09/09 01:37:28 jsg Exp $ +# $OpenBSD: GENERIC,v 1.18 2007/10/08 12:56:37 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -49,6 +49,7 @@ ricohrtc0 at iic? addr 0x32 # Ricoh RTC pcaled0 at iic? addr 0x60 # led controller gpio* at pcaled0 fintek0 at iic? flags 0x0001 # temp/fan controller +spdmem* at iic? # SPD memory eeproms #iopwdog* at iopxs? # Watchdog timer pci0 at iopxs? bus ? # PCI/PCI-X support |