Subject: CVS commit: src/sys/arch/prep
To: None <source-changes@NetBSD.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 02/26/2007 23:53:13
Module Name:	src
Committed By:	garbled
Date:		Mon Feb 26 23:53:13 UTC 2007

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

Log Message:
Finish the code in the prep nvram driver that makes it an actual device
(/dev/nvram) and implement all the associated ioctls fully.  Tested with
a hacked up copy of eeprom(8).  Right now it can only be used to see the
nvram GEV contents, not actually edit them.  Will do that later some day.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/arch/prep/conf/majors.prep
cvs rdiff -r1.18 -r1.19 src/sys/arch/prep/include/Makefile
cvs rdiff -r1.2 -r1.3 src/sys/arch/prep/include/nvram.h
cvs rdiff -r1.5 -r1.6 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.