summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.i386
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/conf/files.i386
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/conf/files.i386')
-rw-r--r--sys/conf/files.i3861
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 87c4a23..15d2150 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -211,6 +211,7 @@ dev/mse/mse.c optional mse
dev/mse/mse_isa.c optional mse isa
dev/nfe/if_nfe.c optional nfe pci
dev/nve/if_nve.c optional nve pci
+dev/nvram/nvram.c optional nvram isa
dev/pcf/pcf_isa.c optional pcf
dev/random/nehemiah.c optional random
dev/rr232x/os_bsd.c optional rr232x
OpenPOWER on IntegriCloud