Subject: CVS commit: src/sys/arch/prep
To: None <source-changes@NetBSD.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 03/21/2007 04:13:53
Module Name:	src
Committed By:	garbled
Date:		Wed Mar 21 04:13:53 UTC 2007

Modified Files:
	src/sys/arch/prep/include: nvram.h
	src/sys/arch/prep/pnpbus: nvram_pnpbus.c

Log Message:
Add a read entry point to this driver.  There are two minor devices
associated with this, 0, the nvram device, and now 1, the residual
device.  The devices allow the user to directly read the contents of the
kernel copy of the nvram, and the residual data respectively.  There is
no provision for write.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/prep/include/nvram.h
cvs rdiff -r1.7 -r1.8 src/sys/arch/prep/pnpbus/nvram_pnpbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.