diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2004-10-01 18:18:50 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2004-10-01 18:18:50 +0000 |
commit | 07f253751fdc947b9c4695a8e03c54642df44fea (patch) | |
tree | cb49a0bcf38166dd0f1313d3aa51d7a7ce6a97e4 /sys/arch/sparc64/conf | |
parent | 9a47a1174cb544bd7c4ab22a11f4144ef6340ab6 (diff) |
add a blink_led API (shaves ~1k from GENERIC) rather than have the same
logic in 3 files. Devices register a function to be called to turn the
led on and off based on load average. (Note: rerun config and make depend)
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index 796a91b3045..8d1567bd262 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.53 2004/09/28 02:06:36 jason Exp $ +# $OpenBSD: files.sparc64,v 1.54 2004/10/01 18:18:48 jason Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -22,7 +22,7 @@ file arch/sparc64/dev/central.c central define fhc {} device fhc -file arch/sparc64/dev/fhc.c fhc needs-flag +file arch/sparc64/dev/fhc.c fhc attach fhc at central with fhc_central file arch/sparc64/dev/fhc_central.c fhc_central @@ -32,7 +32,7 @@ file arch/sparc64/dev/fhc_mainbus.c fhc_mainbus device clkbrd attach clkbrd at fhc -file arch/sparc64/dev/clkbrd.c clkbrd needs-flag +file arch/sparc64/dev/clkbrd.c clkbrd device pcons attach pcons at mainbus @@ -133,7 +133,7 @@ file arch/sparc64/sparc64/cpu.c device auxio attach auxio at ebus with auxio_ebus attach auxio at sbus with auxio_sbus -file arch/sparc64/dev/auxio.c auxio needs-flag +file arch/sparc64/dev/auxio.c auxio device beeper attach beeper at ebus |