diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-20 19:15:36 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-20 19:15:36 +0000 |
commit | 35bce366d067f8f84d3c285916f738301870c524 (patch) | |
tree | 6116e7dd8aa0ce67af57ccb109f93389ab5711f8 /sys/arch/vax/conf/files.vax | |
parent | 2b3c1d70a2889fa5083418e85d93e2f80d783d02 (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/files.vax')
-rw-r--r-- | sys/arch/vax/conf/files.vax | 7 |
1 files changed, 6 insertions, 1 deletions
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 |