summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-10-08 12:56:38 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-10-08 12:56:38 +0000
commit4c51507af2b7b4d398e2182b36d78a367be1adae (patch)
tree883684574c7b2c9311ebff3cf6d87d31bb8ddef9 /sys
parent8e0d8542671f21b588c209746c1c2d0fe1b405eb (diff)
enable spdmem where it matters
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/alpha/conf/GENERIC3
-rw-r--r--sys/arch/amd64/conf/GENERIC3
-rw-r--r--sys/arch/armish/conf/GENERIC3
-rw-r--r--sys/arch/i386/conf/GENERIC3
-rw-r--r--sys/arch/macppc/conf/GENERIC3
-rw-r--r--sys/arch/sparc64/conf/GENERIC3
6 files changed, 12 insertions, 6 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?
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
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
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
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC
index a8085829a5c..7b01daab23d 100644
--- a/sys/arch/macppc/conf/GENERIC
+++ b/sys/arch/macppc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.173 2007/09/30 10:16:56 jsg Exp $g
+# $OpenBSD: GENERIC,v 1.174 2007/10/08 12:56:37 deraadt Exp $g
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -310,6 +310,7 @@ maxds* at iic?
fcu* at iic?
adt* at iic?
asms* at iic?
+spdmem* at iic?
# CardBus bus support
cardbus* at cardslot?
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC
index b524c6dfd18..2844a82fa9e 100644
--- a/sys/arch/sparc64/conf/GENERIC
+++ b/sys/arch/sparc64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.185 2007/09/09 01:37:28 jsg Exp $
+# $OpenBSD: GENERIC,v 1.186 2007/10/08 12:56:37 deraadt Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -384,6 +384,7 @@ lmtemp* at iic? # NS LM75/LM77 temperature sensor
maxds* at iic? # Maxim DS1631
maxtmp* at iic? # Maxim MAX6642/MAX6690
pcfadc* at iic? # Philips PCF8591
+spdmem* at iic? # SPD memory eeproms
# Framebuffers
agten* at sbus? # Fujitsu AG-10e framebuffer