From 9c4d4d9a16e6f080b2248887812143e7cc0abf3f Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 26 Oct 2007 03:23:54 +0000 Subject: 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. --- sys/modules/nvram/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sys/modules/nvram/Makefile (limited to 'sys/modules/nvram') diff --git a/sys/modules/nvram/Makefile b/sys/modules/nvram/Makefile new file mode 100644 index 0000000..7af468d --- /dev/null +++ b/sys/modules/nvram/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../dev/nvram + +KMOD= nvram +SRCS= nvram.c + +.include -- cgit v1.1