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/dev/zs.c | |
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/dev/zs.c')
-rw-r--r-- | sys/arch/sparc/dev/zs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/zs.c b/sys/arch/sparc/dev/zs.c index b9cb8b8eb56..2361c3ea61e 100644 --- a/sys/arch/sparc/dev/zs.c +++ b/sys/arch/sparc/dev/zs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zs.c,v 1.15 1997/08/08 08:25:43 downsj Exp $ */ +/* $OpenBSD: zs.c,v 1.16 1997/08/25 08:38:45 downsj Exp $ */ /* $NetBSD: zs.c,v 1.48 1997/07/29 09:58:18 fair Exp $ */ /* @@ -75,7 +75,7 @@ #include <machine/kbd.h> #include <sparc/sparc/vaddrs.h> -#include <sparc/sparc/auxreg.h> +#include <sparc/sparc/auxioreg.h> #include <dev/ic/z8530reg.h> #include <sparc/dev/zsvar.h> |