summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2004-11-17 16:41:42 +0000
committermarius <marius@FreeBSD.org>2004-11-17 16:41:42 +0000
commitdccaff7976e363a1c7e57ebe11f7f360ba90a81b (patch)
treeafb6aa076fd3ed9a8c04c5b664357fa657ba22b9 /sys/sparc64/conf
parent3cd1a80422813332032b3fd0739f30388a9cc367 (diff)
downloadFreeBSD-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/sparc64/conf')
-rw-r--r--sys/sparc64/conf/GENERIC2
-rw-r--r--sys/sparc64/conf/NOTES2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 6a6a168..4ae6ca3 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -128,6 +128,8 @@ device auxio # auxiliary I/O device
device genclock # Generic clock interface
device eeprom # eeprom (really a front-end for the MK48Txx)
device mk48txx # Mostek MK48Txx clocks
+device rtc # rtc (really a front-end for the MC146818)
+device mc146818 # Motorola MC146818 and compatible clocks
# Serial (COM) ports
device sab # Siemens SAB82532 based serial ports
diff --git a/sys/sparc64/conf/NOTES b/sys/sparc64/conf/NOTES
index bf7ef7f..440ead0 100644
--- a/sys/sparc64/conf/NOTES
+++ b/sys/sparc64/conf/NOTES
@@ -42,6 +42,8 @@ device fhc
device genclock # Generic clock interface
device eeprom # eeprom (really a front-end for the MK48Txx)
device mk48txx # Mostek MK48Txx clocks
+device rtc # rtc (really a front-end for the MC146818)
+device mc146818 # Motorola MC146818 and compatible clocks
#
# Optional devices:
OpenPOWER on IntegriCloud