]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/io/disk/v2_0/ChangeLog
229808e365f844c5809d5e411c509d1f65366a3f
[karo-tx-redboot.git] / packages / io / disk / v2_0 / ChangeLog
1 2004-07-01  Savin Zlobec  <savin@elatec.si> 
2
3         * src/disk.c:
4         * include/disk.h:
5         * include/diskio.h:
6         Use predefined arrays for partition devices and info 
7         radher than malloc. Extended DISK_CHANNEL macro to
8         support defining maximum number of partitions.
9
10 2004-01-15  Nick Garnett  <nickg@calivar.com>
11
12         * src/disk.c:
13         * include/disk.h: Removed block_pos arguments from
14         hardware driver read and write calls: it is not necessary.
15
16         * src/disk.c (read_mbr): Modified to read a complete sector from
17         the disk rather than pieces. Drivers should only ever see
18         reads/writes in multiples of 512 bytes.
19
20 2003-10-16 Savin Zlobec <savin@elatec.si>
21
22         * src/disk.c:
23         Check return code from MBR scan and set
24         connected flag only if there was no error.
25
26 2003-09-01 Savin Zlobec <savin@elatec.si>
27
28         * cdl/io_disk.cdl:
29         * inc/disk.h:
30         * inc/diskio.h:
31         * src/disk.c:
32         A block device IO implementation
33
34
35
36 //===========================================================================
37 //####ECOSGPLCOPYRIGHTBEGIN####
38 // -------------------------------------------
39 // This file is part of eCos, the Embedded Configurable Operating System.
40 // Copyright (C) 2003 Savin Zlobec 
41 //
42 // eCos is free software; you can redistribute it and/or modify it under
43 // the terms of the GNU General Public License as published by the Free
44 // Software Foundation; either version 2 or (at your option) any later version.
45 //
46 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
47 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
48 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
49 // for more details.
50 //
51 // You should have received a copy of the GNU General Public License along
52 // with eCos; if not, write to the Free Software Foundation, Inc.,
53 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
54 //
55 // As a special exception, if other files instantiate templates or use macros
56 // or inline functions from this file, or you compile this file and link it
57 // with other works to produce a work based on this file, this file does not
58 // by itself cause the resulting work to be covered by the GNU General Public
59 // License. However the source code for this file must still be made available
60 // in accordance with section (3) of the GNU General Public License.
61 //
62 // This exception does not invalidate any other reasons why a work based on
63 // this file might be covered by the GNU General Public License.
64 //
65 // -------------------------------------------
66 //####ECOSGPLCOPYRIGHTEND####
67 //===========================================================================