diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-02-01 21:48:24 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-02-01 21:48:24 +0000 |
commit | 3e1b9f4bfaf7e368b07e31c7ea2af2d663fa6c83 (patch) | |
tree | afeb8523620c6fa2455f0901bf6d2507e5c639c6 /sys/arch/sparc64/conf/files.sparc64 | |
parent | c6e798b53d04b34233a34e564b5dba6a0d500e0d (diff) |
Clean up auxio a bit and add machdep.led_blink sysctl (like sparc),
portions from NetBSD.
Diffstat (limited to 'sys/arch/sparc64/conf/files.sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index 0740fe73d3d..1b69fbf204e 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.28 2002/01/30 23:58:02 jason Exp $ +# $OpenBSD: files.sparc64,v 1.29 2002/02/01 21:48:23 jason Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -82,7 +82,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 +file arch/sparc64/dev/auxio.c auxio needs-flag device beeper attach beeper at ebus |