Define option BLINK in option file opt_auxio.h and include it in auxio.c.
approved by martin@
This commit is contained in:
parent
bd370c9c04
commit
d00e9c2510
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.sparc64,v 1.78 2003/05/23 06:57:58 petrov Exp $
|
||||
# $NetBSD: files.sparc64,v 1.79 2003/06/16 19:24:51 heas Exp $
|
||||
|
||||
# @(#)files.sparc64 8.1 (Berkeley) 7/19/93
|
||||
# sparc64-specific configuration info
|
||||
|
@ -90,6 +90,8 @@ attach auxio at ebus with auxio_ebus
|
|||
attach auxio at sbus with auxio_sbus
|
||||
file arch/sparc64/dev/auxio.c auxio
|
||||
|
||||
defflag opt_auxio.h BLINK
|
||||
|
||||
attach lpt at ebus with lpt_ebus
|
||||
file arch/sparc64/dev/lpt_ebus.c lpt_ebus
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: auxio.c,v 1.9 2002/10/02 16:02:17 thorpej Exp $ */
|
||||
/* $NetBSD: auxio.c,v 1.10 2003/06/16 19:24:51 heas Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2000, 2001 Matthew R. Green
|
||||
|
@ -33,6 +33,8 @@
|
|||
* and to control the system LED, for the BLINK option.
|
||||
*/
|
||||
|
||||
#include "opt_auxio.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/kernel.h>
|
||||
|
|
Loading…
Reference in New Issue