summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/DEFAULTS
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2007-10-29 22:19:08 +0000
committerpeter <peter@FreeBSD.org>2007-10-29 22:19:08 +0000
commite93fa6ca815f93c8749ef9edf5a974a4ec9563c0 (patch)
treeaa8b766651f616871f438dd347d1316c32b4a61b /sys/i386/conf/DEFAULTS
parentda852afdbd7b15bb6bd7271b9693309e888550e9 (diff)
downloadFreeBSD-src-e93fa6ca815f93c8749ef9edf5a974a4ec9563c0.zip
FreeBSD-src-e93fa6ca815f93c8749ef9edf5a974a4ec9563c0.tar.gz
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.
Diffstat (limited to 'sys/i386/conf/DEFAULTS')
-rw-r--r--sys/i386/conf/DEFAULTS1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/conf/DEFAULTS b/sys/i386/conf/DEFAULTS
index 2e459f0..a5f69a1 100644
--- a/sys/i386/conf/DEFAULTS
+++ b/sys/i386/conf/DEFAULTS
@@ -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
OpenPOWER on IntegriCloud