diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-04-09 19:59:07 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-04-09 19:59:07 +0000 |
commit | 8c8f5bd419d108f0f3ecbab1329a68f355f29b8a (patch) | |
tree | d98403246bea6121d7a9f399afbb94056605eec5 /sys/arch/sparc64/conf/files.sparc64 | |
parent | 21b68edc7afad6c54cd759b8827a39e0bd34c33e (diff) |
Seperate rtc(4) code out into its own file. Add support for catching the
power button interrupts on ds1287 models. The hardware will stil power off
automatically about 20 seconds after the power button is pressed, but we get
a decent chance at doing a clean shutdown before that.
"a good start" deraadt@
Diffstat (limited to 'sys/arch/sparc64/conf/files.sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index ad9919a5ade..1a0a1cd545a 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.79 2007/04/04 18:48:25 kettenis Exp $ +# $OpenBSD: files.sparc64,v 1.80 2007/04/09 19:59:06 kettenis Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -118,9 +118,6 @@ 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 - device timer attach timer at mainbus, sbus @@ -153,6 +150,10 @@ device power attach power at ebus file arch/sparc64/dev/power.c power +device rtc +attach rtc at ebus +file arch/sparc64/dev/rtc.c rtc + device sab {} attach sab at ebus device sabtty |