Subject: CVS commit: [netbsd-4] src
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/04/2007 14:17:10
Module Name:	src
Committed By:	bouyer
Date:		Sun Mar  4 14:17:10 UTC 2007

Modified Files:
	src/distrib/sets/lists/base [netbsd-4]: md.prep
	src/distrib/sets/lists/comp [netbsd-4]: md.prep
	src/distrib/sets/lists/man [netbsd-4]: mi
	src/etc/etc.prep [netbsd-4]: MAKEDEV.conf
	src/etc/mtree [netbsd-4]: NetBSD.dist
	src/share/man/man4 [netbsd-4]: Makefile
	src/sys/arch/prep/conf [netbsd-4]: majors.prep
	src/sys/arch/prep/include [netbsd-4]: Makefile nvram.h
	src/sys/arch/prep/pnpbus [netbsd-4]: nvram_pnpbus.c
	src/usr.sbin/eeprom [netbsd-4]: Makefile defs.h eeprom.8 main.c
	    pathnames.h
Added Files:
	src/share/man/man4/man4.prep [netbsd-4]: Makefile intro.4 nvram.4
	src/usr.sbin/eeprom [netbsd-4]: prephandlers.c

Log Message:
Pull up following revision(s) (requested by garbled in ticket #482):
	share/man/man4/man4.prep/intro.4: revision 1.1
	usr.sbin/eeprom/eeprom.8: revision 1.12
	usr.sbin/eeprom/prephandlers.c: revision 1.1
	distrib/sets/lists/base/md.prep: revision 1.13
	distrib/sets/lists/comp/md.prep: revision 1.22
	sys/arch/prep/conf/majors.prep: revision 1.19
	share/man/man4/man4.prep/Makefile: revision 1.1
	share/man/man4/Makefile: revision 1.421
	usr.sbin/eeprom/defs.h: revision 1.10
	share/man/man4/man4.prep/nvram.4: revision 1.1
	sys/arch/prep/pnpbus/nvram_pnpbus.c: revision 1.6
	usr.sbin/eeprom/Makefile: revision 1.14
	etc/mtree/NetBSD.dist: revision 1.333
	usr.sbin/eeprom/main.c: revision 1.17
	etc/etc.prep/MAKEDEV.conf: revision 1.5
	distrib/sets/lists/man/mi: revision 1.978
	usr.sbin/eeprom/pathnames.h: revision 1.3
	sys/arch/prep/include/Makefile: revision 1.19
	sys/arch/prep/include/nvram.h: revision 1.3
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.12 -r1.12.4.1 src/distrib/sets/lists/base/md.prep
cvs rdiff -r1.20 -r1.20.12.1 src/distrib/sets/lists/comp/md.prep
cvs rdiff -r1.955.2.4 -r1.955.2.5 src/distrib/sets/lists/man/mi
cvs rdiff -r1.3.16.1 -r1.3.16.2 src/etc/etc.prep/MAKEDEV.conf
cvs rdiff -r1.330 -r1.330.2.1 src/etc/mtree/NetBSD.dist
cvs rdiff -r1.415.2.3 -r1.415.2.4 src/share/man/man4/Makefile
cvs rdiff -r0 -r1.1.2.1 src/share/man/man4/man4.prep/Makefile
cvs rdiff -r0 -r1.2.2.1 src/share/man/man4/man4.prep/intro.4 \
    src/share/man/man4/man4.prep/nvram.4
cvs rdiff -r1.17 -r1.17.2.1 src/sys/arch/prep/conf/majors.prep
cvs rdiff -r1.18 -r1.18.24.1 src/sys/arch/prep/include/Makefile
cvs rdiff -r1.2 -r1.2.12.1 src/sys/arch/prep/include/nvram.h
cvs rdiff -r1.5 -r1.5.2.1 src/sys/arch/prep/pnpbus/nvram_pnpbus.c
cvs rdiff -r1.13 -r1.13.2.1 src/usr.sbin/eeprom/Makefile
cvs rdiff -r1.9 -r1.9.2.1 src/usr.sbin/eeprom/defs.h
cvs rdiff -r1.11 -r1.11.16.1 src/usr.sbin/eeprom/eeprom.8
cvs rdiff -r1.16 -r1.16.2.1 src/usr.sbin/eeprom/main.c
cvs rdiff -r1.2 -r1.2.2.1 src/usr.sbin/eeprom/pathnames.h
cvs rdiff -r0 -r1.1.2.1 src/usr.sbin/eeprom/prephandlers.c

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