diff options
author | marius <marius@FreeBSD.org> | 2004-11-17 16:41:42 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2004-11-17 16:41:42 +0000 |
commit | dccaff7976e363a1c7e57ebe11f7f360ba90a81b (patch) | |
tree | afb6aa076fd3ed9a8c04c5b664357fa657ba22b9 /sys/conf | |
parent | 3cd1a80422813332032b3fd0739f30388a9cc367 (diff) | |
download | FreeBSD-src-dccaff7976e363a1c7e57ebe11f7f360ba90a81b.zip FreeBSD-src-dccaff7976e363a1c7e57ebe11f7f360ba90a81b.tar.gz |
Add a front-end for the `rtc' device which is a MC146818 compatible
clock found on the ISA bus (some USIIe, USIIi and USIIIi models) and
EBus (USIII models) instead of a MK48Txx clock.
Testet by: Matthew T. Lager" <freebsd@trinetworks.com> on Sun Fire V100,
Xavier Beaudouin <kiwi@oav.net> on Netra X1 (initial version)
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files.sparc64 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64 index dd2430a..0518690 100644 --- a/sys/conf/files.sparc64 +++ b/sys/conf/files.sparc64 @@ -103,6 +103,8 @@ sparc64/sparc64/ofw_bus.c standard sparc64/sparc64/ofw_machdep.c standard sparc64/sparc64/pmap.c standard sparc64/sparc64/prof_machdep.c optional profiling-routine +sparc64/sparc64/rtc.c optional rtc ebus +sparc64/sparc64/rtc.c optional rtc isa sparc64/sparc64/rwindow.c standard sparc64/sparc64/sc_machdep.c optional sc sparc64/sparc64/spitfire.c standard |