summaryrefslogtreecommitdiff
path: root/sys/arch/vax/conf
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-07-20 19:15:36 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-07-20 19:15:36 +0000
commit35bce366d067f8f84d3c285916f738301870c524 (patch)
tree6116e7dd8aa0ce67af57ccb109f93389ab5711f8 /sys/arch/vax/conf
parent2b3c1d70a2889fa5083418e85d93e2f80d783d02 (diff)
Here cometh the blinkenlichten on VAXens.
Register information from NetBSD (except for KA53), logic from OpenBSD/sparc.
Diffstat (limited to 'sys/arch/vax/conf')
-rw-r--r--sys/arch/vax/conf/GENERIC5
-rw-r--r--sys/arch/vax/conf/files.vax7
2 files changed, 10 insertions, 2 deletions
diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC
index 49464e6d1cd..0d4c9c45f9e 100644
--- a/sys/arch/vax/conf/GENERIC
+++ b/sys/arch/vax/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.40 2005/08/03 02:10:44 dlg Exp $
+# $OpenBSD: GENERIC,v 1.41 2006/07/20 19:15:34 miod Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -152,3 +152,6 @@ lkkbd0 at dz0 line 0
wskbd* at lkkbd?
lkms0 at dz0 line 1
wsmouse* at lkms?
+
+# Machine leds
+led0 at mainbus0
diff --git a/sys/arch/vax/conf/files.vax b/sys/arch/vax/conf/files.vax
index c576ee925a3..b1f8018807f 100644
--- a/sys/arch/vax/conf/files.vax
+++ b/sys/arch/vax/conf/files.vax
@@ -1,4 +1,4 @@
-# $OpenBSD: files.vax,v 1.34 2006/06/19 15:13:35 deraadt Exp $
+# $OpenBSD: files.vax,v 1.35 2006/07/20 19:15:34 miod Exp $
# $NetBSD: files.vax,v 1.60 1999/08/27 20:04:32 ragge Exp $
#
# new style config file for vax architecture
@@ -307,6 +307,11 @@ device dh # XXX?
attach dh at uba
file arch/vax/uba/dh.c dh needs-flag
+# Blinkenlichten
+device led
+attach led at mainbus
+file arch/vax/vax/led.c led needs-flag
+
# These are general files needed for compilation.
file dev/cninit.c
file arch/vax/vax/locore.c