diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index fcecfe21b7b6..ba04ab25c1c8 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -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 diff --git a/sys/arch/sparc64/dev/auxio.c b/sys/arch/sparc64/dev/auxio.c index f133dc16b1c9..24befbfc5d1c 100644 --- a/sys/arch/sparc64/dev/auxio.c +++ b/sys/arch/sparc64/dev/auxio.c @@ -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 #include #include