diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-12-07 23:11:54 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-12-07 23:11:54 +0000 |
commit | 40e773c858f7cb99a21b181d5d505d4e529ef059 (patch) | |
tree | 7b10ad1ff5b6f79c3aa4cb02521c02144f6c99cb /sys | |
parent | 9e16ae435f0804ec4c2fb1c25a1abb6ab3fab142 (diff) |
Oops, need rtc in here, too
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index ad8c83cbdf4..1787e43a0fb 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.11 2001/12/06 22:28:32 jason Exp $ +# $OpenBSD: RAMDISK,v 1.12 2001/12/07 23:11:53 jason Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -48,6 +48,7 @@ auxio* at ebus? #com* at ebus? clock* at sbus? slot ? offset ? # Mostek clock clock* at ebus? +rtc* at ebus? # DS1287/M5819 clock timer* at mainbus0 # Timer chip ## PROM console driver -- if all else fails |