]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC: split nvram out of isa/clock.c into its own device (default to off).
authorpeter <peter@FreeBSD.org>
Mon, 29 Oct 2007 22:26:36 +0000 (22:26 +0000)
committerpeter <peter@FreeBSD.org>
Mon, 29 Oct 2007 22:26:36 +0000 (22:26 +0000)
commit8275737894f658a8e39fc00f93dc772241dbb7eb
tree4de0a54901f3ff358401e07156b1712471d83f81
parent205598e55db79cee0606acbec72cd191cdcc28c0
MFC: split nvram out of isa/clock.c into its own device (default to off).
This matches the 6.x and earlier behavior where there is no (marginally
useful) /dev/nvram.  When it was in isa/clock.c, it was mandatory.

Approved by:  re (kensmith)
sys/amd64/conf/NOTES
sys/amd64/include/clock.h
sys/amd64/isa/clock.c
sys/conf/files.amd64
sys/conf/files.i386
sys/i386/conf/NOTES
sys/i386/include/clock.h
sys/i386/isa/clock.c
sys/modules/Makefile