summaryrefslogtreecommitdiffstats
path: root/sys/ia64/conf/DEFAULTS
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-04-15 17:02:23 +0000
committermarcel <marcel@FreeBSD.org>2008-04-15 17:02:23 +0000
commite920d11c2c3dcf18a24213ffd10a3d466f6af47c (patch)
tree47adf688d91ca07ff4b7da82e3a3782ea0760ced /sys/ia64/conf/DEFAULTS
parent0a1ecdd2e84b6fef841d34c4bf72c2db962b0c24 (diff)
downloadFreeBSD-src-e920d11c2c3dcf18a24213ffd10a3d466f6af47c.zip
FreeBSD-src-e920d11c2c3dcf18a24213ffd10a3d466f6af47c.tar.gz
Use genclock for RTC handling. This eliminates the MD versions for
inittodr() and resettodr(). Have nexus double as the clock device, because it's the firmware that provides RTC services. We could create a special (pseudo-) device for it, but that wasn't superior enough to actually do it. Maybe later... Requested by: phk
Diffstat (limited to 'sys/ia64/conf/DEFAULTS')
-rw-r--r--sys/ia64/conf/DEFAULTS1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ia64/conf/DEFAULTS b/sys/ia64/conf/DEFAULTS
index 1a96cd6..9717728 100644
--- a/sys/ia64/conf/DEFAULTS
+++ b/sys/ia64/conf/DEFAULTS
@@ -9,6 +9,7 @@ machine ia64
device acpi # ACPI support
# Pseudo devices.
+device genclock # Real-time clock
device mem # Memory and kernel memory devices
# UART chips on this platform
OpenPOWER on IntegriCloud