summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf
diff options
context:
space:
mode:
authorJordan Hargrave <jordan@cvs.openbsd.org>2005-11-21 17:24:27 +0000
committerJordan Hargrave <jordan@cvs.openbsd.org>2005-11-21 17:24:27 +0000
commiteb01b2b7fa7f0eff236c6683e0369227aef6c5ae (patch)
tree274dc2ba31a82f043aaffb4f89fbd24e57172043 /sys/arch/i386/conf
parent6716439710b044e2cec4df518884e986deb002e2 (diff)
Add ESM support glue but keep it disabled for now.
ok dlg@ marco@
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r--sys/arch/i386/conf/GENERIC3
-rw-r--r--sys/arch/i386/conf/files.i3866
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index 9c8911745a5..480042c2263 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.439 2005/11/15 01:12:48 brad Exp $
+# $OpenBSD: GENERIC,v 1.440 2005/11/21 17:24:26 jordan Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -49,6 +49,7 @@ bios0 at mainbus0
apm0 at bios0 flags 0x0000 # flags 0x0101 to force protocol version 1.1
pcibios0 at bios0 flags 0x0000 # use 0x30 for a total verbose
ipmi0 at mainbus? # IPMI
+#esm0 at mainbus? # Dell Embedded Server Management
isa0 at mainbus0
isa0 at pcib?
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386
index 4b4164f2374..ab69807f0b5 100644
--- a/sys/arch/i386/conf/files.i386
+++ b/sys/arch/i386/conf/files.i386
@@ -1,4 +1,4 @@
-# $OpenBSD: files.i386,v 1.140 2005/11/04 06:55:35 tedu Exp $
+# $OpenBSD: files.i386,v 1.141 2005/11/21 17:24:26 jordan Exp $
#
# new style config file for i386 architecture
#
@@ -407,3 +407,7 @@ device ipmi
attach ipmi at mainbus
file dev/ipmi.c ipmi needs-flag
+# Dell Embedded Systems Management
+device esm
+attach esm at mainbus
+file arch/i386/i386/esm.c esm needs-flag