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/amd64/conf/DEFAULTS | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/amd64/conf/DEFAULTS') 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 -- cgit v1.1