diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-04-10 19:05:53 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-04-10 19:05:53 +0000 |
commit | c2171ef6f6c19883077836a4a5d910426629847e (patch) | |
tree | 8e6749e9ae628f654638d87ab11a9662cf1826ad /sys/arch/sparc64/conf | |
parent | f4acffbf2a90ec6788ef41962385411247cb4dcc (diff) |
Driver for the BootBus Controller; sets some magic bits that makes pmc(4)
actually work.
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index 8effce86cac..6f39ece508e 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.81 2007/04/10 19:03:10 kettenis Exp $ +# $OpenBSD: files.sparc64,v 1.82 2007/04/10 19:05:52 kettenis Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -134,6 +134,10 @@ attach auxio at ebus with auxio_ebus attach auxio at sbus with auxio_sbus file arch/sparc64/dev/auxio.c auxio +device bbc +attach bbc at ebus +file arch/sparc64/dev/bbc.c bbc + device beeper attach beeper at ebus file arch/sparc64/dev/beeper.c beeper |