diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2007-10-29 22:19:08 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2007-10-29 22:19:08 +0000 |
| commit | c8b14fa8f03de924366021b375f2b8e6c9ff41a8 (patch) | |
| tree | aa8b766651f616871f438dd347d1316c32b4a61b /sys/amd64 | |
| parent | 2a6a6e5ca78771f6243bf03bf735a4ec24148bbd (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/conf/DEFAULTS | 1 | ||||
| -rw-r--r-- | sys/amd64/conf/NOTES | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sys/amd64/conf/DEFAULTS b/sys/amd64/conf/DEFAULTS index 519198c5171a..e98b16998b62 100644 --- a/sys/amd64/conf/DEFAULTS +++ b/sys/amd64/conf/DEFAULTS @@ -11,7 +11,6 @@ device isa # Pseudo devices. device mem # Memory and kernel memory devices device io # I/O device -device nvram # Access to rtc cmos via /dev/nvram # UART chips on this platform device uart_ns8250 diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index f0208d933d43..207fa07e037e 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -97,6 +97,9 @@ options CLK_CALIBRATION_LOOP # clock to actually be used. options CLK_USE_I8254_CALIBRATION +# Provide read/write access to the memory in the clock chip. +device nvram # Access to rtc cmos via /dev/nvram + ##################################################################### # MISCELLANEOUS DEVICES AND OPTIONS |
