From: Stefan E. <se...@us...> - 2002-05-02 15:27:53
|
Update of /cvsroot/blob/blob/src/lib In directory usw-pr-cvs1:/tmp/cvs-serv18745 Modified Files: generic_io.c Log Message: - damned logs, kill them Index: generic_io.c =================================================================== RCS file: /cvsroot/blob/blob/src/lib/generic_io.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- generic_io.c 2 May 2002 15:22:07 -0000 1.1 +++ generic_io.c 2 May 2002 15:27:50 -0000 1.2 @@ -21,35 +21,6 @@ * * $Id$ * - * $Log$ - * Revision 1.1 2002/05/02 15:22:07 seletz - * - generic io framework - * - this tries to add a generic io framework. io "drivers" for - * a memory pool included. - * Why do i need this? Well, i want to have CF, Flash, Memory, filesystem - * and tar file access separated from each other. Please have a look at - * generic_io.h, - * system3.c::iotest(), - * and tar.c (now also using the generic io framework) - * - * Revision 1.4 2002/04/27 04:59:59 timriker - * turn on ide and pcmcia again, fix pcmcia compiles (but not features) for non sa1111 systems - * - * Revision 1.3 2002/04/26 09:22:05 seletz - * - added original copyright from Brad Parker - * - corrected EMAIL addr - * - * Revision 1.2 2002/04/24 14:27:08 seletz - * - first round of bugfixing. Now at last one can read 512 byte sectors - * of a CF in true-ide mode. See system3.c::pcmciatest(). - * - * Still WIP. YMMV, and so on.... - * - * Revision 1.1 2002/04/18 19:52:49 seletz - * - Added PCMCIA and IDE framework. Based on Brad Parker's code. - * NOTE NOTE NOTE: - * This is all Work-In-Progress (you have been warned) - * */ /********************************************************************** |