summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
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/amd64/conf
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/amd64/conf')
-rw-r--r--sys/amd64/conf/DEFAULTS1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/conf/DEFAULTS b/sys/amd64/conf/DEFAULTS
index e98b169..519198c 100644
--- a/sys/amd64/conf/DEFAULTS
+++ b/sys/amd64/conf/DEFAULTS
@@ -11,6 +11,7 @@ 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
OpenPOWER on IntegriCloud