diff options
-rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index f4efde31a36..87e3e3efebd 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.49 2004/09/16 09:14:04 mickey Exp $ +# $OpenBSD: files.sparc64,v 1.50 2004/09/22 21:48:18 jason Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -15,6 +15,21 @@ define upa {} device upa attach upa at mainbus +define central {} +device central +attach central at mainbus +file arch/sparc64/dev/central.c central + +define fhc {} +device fhc +file arch/sparc64/dev/fhc.c fhc + +attach fhc at central with fhc_central +file arch/sparc64/dev/fhc_central.c fhc_central + +attach fhc at mainbus with fhc_mainbus +file arch/sparc64/dev/fhc_mainbus.c fhc_mainbus + device pcons attach pcons at mainbus file arch/sparc64/dev/pcons.c pcons needs-flag @@ -94,6 +109,7 @@ file arch/sparc64/dev/uperf_ebus.c uperf_ebus device clock: mk48txx attach clock at mainbus, sbus with clock_sbus attach clock at ebus with clock_ebus +attach clock at fhc with clock_fhc device rtc attach rtc at ebus with rtc_ebus |