From: Rolf K. <lab...@us...> - 2007-11-15 09:36:15
|
Update of /cvsroot/opengtoolkit/portIO In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13430 Modified Files: change-log.txt portio.spec Log Message: Added support for physical memory access unter NT based OSes Index: portio.spec =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/portio.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** portio.spec 16 Dec 2005 13:55:59 -0000 1.5 --- portio.spec 15 Nov 2007 09:36:16 -0000 1.6 *************** *** 3,7 **** Name=oglib_portio ! Version=1.0 Release=1 --- 3,7 ---- Name=oglib_portio ! Version=1.2 Release=1 *************** *** 10,14 **** [Description] ! Description="The OpenG Port IO library supports direct access to hardware IO.\0D\0AIt comes with its own kernel device driver for Windows NT (NT4, W2K, WXP, W2003) systems, which will be installed automatically if not found to be present on the system already." Summary="OpenG Port IO Library" --- 10,14 ---- [Description] ! Description="The OpenG Port IO library supports direct access to hardware IO and physical memory.\0D\0AIt comes with its own kernel device driver for Windows NT (NT4, W2K, WXP, W2003) systems, which will be installed automatically if not found to be present on the system already." Summary="OpenG Port IO Library" *************** *** 16,20 **** License=LGPL ! Copyright="2003-2005 Rolf Kalbermatter" Distribution="OpenG Toolkit" --- 16,20 ---- License=LGPL ! Copyright="2003-2007 Rolf Kalbermatter" Distribution="OpenG Toolkit" Index: change-log.txt =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/change-log.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** change-log.txt 5 Apr 2005 20:41:46 -0000 1.1 --- change-log.txt 15 Nov 2007 09:36:16 -0000 1.2 *************** *** 1,2 **** --- 1,13 ---- + -= oglib_portio-1.2-1.ogp =- + + * Added physical memory access functions. + + + -= oglib_portio-1.1-1.ogp =- + + * Not really sure + + -= oglib_portio-1.0-1.ogp =- + * Initiali Build \ No newline at end of file |