diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-08-25 08:38:49 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-08-25 08:38:49 +0000 |
commit | e7bdaf7b9085ddf893c42d722c9392bac9ed6456 (patch) | |
tree | 6d65ca8171f53d0985116560812c71640a34433d /sys/arch/sparc/conf | |
parent | 1819af27a48172c6658bdb220a4920839ae7c19d (diff) |
Implement LED blinking as a run-time configurable option via the sysctl
machdep.led_blink.
Rename auxreg.h because we need config to generate one now.
Diffstat (limited to 'sys/arch/sparc/conf')
-rw-r--r-- | sys/arch/sparc/conf/files.sparc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/files.sparc b/sys/arch/sparc/conf/files.sparc index 2615ba65760..a2a926edeeb 100644 --- a/sys/arch/sparc/conf/files.sparc +++ b/sys/arch/sparc/conf/files.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc,v 1.12 1997/08/08 08:24:35 downsj Exp $ +# $OpenBSD: files.sparc,v 1.13 1997/08/25 08:38:43 downsj Exp $ # $NetBSD: files.sparc,v 1.40 1997/07/07 21:53:43 pk Exp $ # @(#)files.sparc 8.1 (Berkeley) 7/19/93 @@ -30,7 +30,7 @@ file arch/sparc/dev/obio.c obio | vmel | vmes | vme device auxreg attach auxreg at mainbus, obio -file arch/sparc/sparc/auxreg.c +file arch/sparc/sparc/auxreg.c auxreg needs-count device clock attach clock at mainbus, obio |