URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [devs/] [disk/] [ide/] [current/] [ChangeLog] - Rev 817
Go to most recent revision | Compare with Previous | Blame | View Log
2008-08-19 Andrew Lunn <andrew.lunn@ascom.ch>
* cdl/ide_disk.cdl: Rename of the devices to be /dev/idediskX/Y
so that all disk drivers have unique device names.
2008-08-18 Frank Pagliughi <fpagliughi@mindspring.com>
* cdl/ide_disk.cdl:
* src/ide_diskc: Add a configurable startup delay to allow slow
disks to initialize. Add support for 8-bit data path. Remove the
identity check which are retired in the ATA standard. Optimize the
read/write functions.
2006-11-17 Jonathan Larmour <jifl@eCosCentric.com>
* src/ide_disk.c (ide_read_sector, ide_write_sector): Length
is counted in sectors now, not bytes (due to change in io/disk
API).
2006-09-21 Jonathan Larmour <jifl@eCosCentric.com>
* src/ide_disk.h: DISK_FUNS is now implicitly static.
(IDE_DISK_INSTANCE): Reflect updated io/disk API by using
ide_disk_controller.
* src/ide_disk.c: Define ide_disk_controller (even though unused
in practice).
(ide_disk_init): Provide phys_block_size and max_transfer disk ident
members.
2005-02-02 Knud Woehler <knud.woehler@microplex.de>
* src/ide_disk.c: Check the device is not busy before sending a
command to the device.
2004-10-17 Iztok Zupet <iz@elsis.si>
* include/ide_disk.h : moved to ->
* src/ide_disk.h: because this is a private include file
* cdl/ide_disk.cdl: define CYGDAT_DEVS_DISK_IDE_SECTOR_SIZE there.
* src/ide_disk.c: use the CDL defined sector size
2004-10-16 Iztok Zupet <iz@elsis.si>
* cdl/ide_disk.cdl:
* src/ide_disk.c:
* include/ide_disk.h:
A generic IDE disk device driver
//===========================================================================
// ####GPLCOPYRIGHTBEGIN####
// -------------------------------------------
// This file is part of eCos, the Embedded Configurable Operating System.
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 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####
//===========================================================================
Go to most recent revision | Compare with Previous | Blame | View Log