Move nvram out of DEFAULTS. There really isn't a lot of justification

for consuming the memory.  The module works just fine in the unlikely
case that this is needed.  It can still be compiled into a custom kernel.
This commit is contained in:
Peter Wemm 2007-10-29 22:19:08 +00:00
parent 2a6a6e5ca7
commit c8b14fa8f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173160
4 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -15,7 +15,6 @@ device npx
# 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

View file

@ -268,6 +268,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