URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [devs/] [disk/] [v85x/] [edb_v850/] [current/] [ChangeLog] - Rev 786
Compare with Previous | Blame | View Log
2008-08-19 Andrew Lunn <andrew.lunn@ascom.ch>
* cdl/v85x_edb_v850_disk.cdl: Rename the disk device to
/dev/v85xdiskX to be unique with respect to other disk drivers.
2006-09-21 Jonathan Larmour <jifl@eCosCentric.com>
* src/v85x_edb_v850_disk.c (cf_disk_init): Provide phys_block_size
and max_transfer disk ident members.
2006-09-20 Jonathan Larmour <jifl@eCosCentric.com>
* src/v85x_edb_v850_disk.c:
DISK_CHANNEL and DISK_FUNS are now implicitly static.
Update DISK_CHANNEL for new io/disk macro.
2004-07-02 Savin Zlobec <savin@elatec.si>
* src/v85x_edb_v850_disk.c:
Updated to work with the new DISK_CHANNEL macro definition
and fixed read and write calls to honor the len parameter.
2004-01-15 Nick Garnett <nickg@calivar.com>
* src/v85x_edb_v850_disk.c: Removed block_pos arguments from read
and write calls: it is not necessary.
2003-09-01 Savin Zlobec <savin@elatec.si>
* cdl/v85x_edb_v850_disk.cdl:
* src/v85x_edb_v850_disk.c:
* src/cf_ata.h:
A Elatec development board CF disk device driver
//===========================================================================
// ####GPLCOPYRIGHTBEGIN####
// -------------------------------------------
// This file is part of eCos, the Embedded Configurable Operating System.
// Copyright (C) 2003, 2006 Free Software Foundation, Inc.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 or (at your option) any
// later version.
//
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the
// Free Software Foundation, Inc., 51 Franklin Street,
// Fifth Floor, Boston, MA 02110-1301, USA.
// -------------------------------------------
// ####GPLCOPYRIGHTEND####
//===========================================================================