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/fd.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/fd.c')
-rw-r--r-- | sys/arch/sparc/dev/fd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/fd.c b/sys/arch/sparc/dev/fd.c index 1643db5b031..9597bb47ebc 100644 --- a/sys/arch/sparc/dev/fd.c +++ b/sys/arch/sparc/dev/fd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fd.c,v 1.20 1997/08/08 08:25:06 downsj Exp $ */ +/* $OpenBSD: fd.c,v 1.21 1997/08/25 08:38:44 downsj Exp $ */ /* $NetBSD: fd.c,v 1.51 1997/05/24 20:16:19 pk Exp $ */ /*- @@ -73,7 +73,7 @@ #include <machine/conf.h> #include <machine/ioctl_fd.h> -#include <sparc/sparc/auxreg.h> +#include <sparc/sparc/auxioreg.h> #include <sparc/dev/fdreg.h> #include <sparc/dev/fdvar.h> |