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