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