]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/disk/synth/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / disk / synth / v2_0 / ChangeLog
1 2004-07-01  Savin Zlobec  <savin@elatec.si> 
2
3         * src/synthdisk.c:
4         Updated to work with the new DISK_CHANNEL macro definition.
5
6 2004-01-15  Nick Garnett  <nickg@calivar.com>
7
8         * cdl/synthdisk.cdl:
9         * src/synthdisk.c:      
10         Added _FILENAME option for disk instances to map device to an
11         arbitrary cinfigured file.
12         
13         * src/synthdisk.c: Removed block_pos arguments from read
14         and write calls: it is not necessary.
15
16 2003-09-01 Savin Zlobec <savin@elatec.si>
17
18         * cdl/synthdisk.cdl: 
19         * src/synthdisk.c: 
20         Updated to work with the current disk interface.
21
22 2003-08-19 Savin Zlobec <savin@elatec.si>
23
24         * cdl/synthdisk.cdl:
25         * src/synthdisk.c:
26         A synthetic block device driver.
27
28
29
30 //===========================================================================
31 //####ECOSGPLCOPYRIGHTBEGIN####
32 // -------------------------------------------
33 // This file is part of eCos, the Embedded Configurable Operating System.
34 // Copyright (C) 2003 Savin Zlobec 
35 //
36 // eCos is free software; you can redistribute it and/or modify it under
37 // the terms of the GNU General Public License as published by the Free
38 // Software Foundation; either version 2 or (at your option) any later version.
39 //
40 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
41 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
42 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
43 // for more details.
44 //
45 // You should have received a copy of the GNU General Public License along
46 // with eCos; if not, write to the Free Software Foundation, Inc.,
47 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
48 //
49 // As a special exception, if other files instantiate templates or use macros
50 // or inline functions from this file, or you compile this file and link it
51 // with other works to produce a work based on this file, this file does not
52 // by itself cause the resulting work to be covered by the GNU General Public
53 // License. However the source code for this file must still be made available
54 // in accordance with section (3) of the GNU General Public License.
55 //
56 // This exception does not invalidate any other reasons why a work based on
57 // this file might be covered by the GNU General Public License.
58 //
59 // -------------------------------------------
60 //####ECOSGPLCOPYRIGHTEND####
61 //===========================================================================