summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/DEFAULTS
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2007-10-26 03:23:54 +0000
committerpeter <peter@FreeBSD.org>2007-10-26 03:23:54 +0000
commit9c4d4d9a16e6f080b2248887812143e7cc0abf3f (patch)
treef39a0a61a976bda4b6ff5fcbced8330ff0a6dc72 /sys/i386/conf/DEFAULTS
parent6349ab663a1b206161fc89983f0be884809286f7 (diff)
downloadFreeBSD-src-9c4d4d9a16e6f080b2248887812143e7cc0abf3f.zip
FreeBSD-src-9c4d4d9a16e6f080b2248887812143e7cc0abf3f.tar.gz
Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have not
refactored it to be a generic device. Instead of being part of the standard kernel, there is now a 'nvram' device for i386/amd64. It is in DEFAULTS like io and mem, and can be turned off with 'nodevice nvram'. This matches the previous behavior when it was first committed.
Diffstat (limited to 'sys/i386/conf/DEFAULTS')
-rw-r--r--sys/i386/conf/DEFAULTS1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/conf/DEFAULTS b/sys/i386/conf/DEFAULTS
index a5f69a1..2e459f0 100644
--- a/sys/i386/conf/DEFAULTS
+++ b/sys/i386/conf/DEFAULTS
@@ -15,6 +15,7 @@ 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