diff options
Diffstat (limited to 'sys/arch/sparc64/conf/files.sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index 8ba127a896d..77b47fa6fbc 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.9 2001/08/22 12:24:48 art Exp $ +# $OpenBSD: files.sparc64,v 1.10 2001/08/22 13:54:56 art Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -41,12 +41,13 @@ file arch/sparc64/dev/ebus.c ebus device clock: mk48txx attach clock at mainbus, sbus with clock_sbus +attach clock at ebus with clock_ebus device timer attach timer at mainbus, sbus device eeprom -attach eeprom at sbus +attach eeprom at sbus, ebus file arch/sparc64/sparc64/clock.c file dev/clock_subr.c @@ -54,6 +55,11 @@ device cpu attach cpu at mainbus 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 + # # Console related stuff # @@ -66,7 +72,7 @@ file arch/sparc64/dev/z8530sc.c zs define zstty {} device zstty: tty attach zstty at zs -file arch/sparc64/dev/z8530tty.c zstty needs-flag +file arch/sparc64/dev/z8530tty.c zstty needs-flag device kbd attach kbd at zs with kbd_zs |