2008-08-19 Andrew Lunn * cdl/synthdisk.cdl: Renamed the disk device to /dev/synthdiskX to be unique with respect to other disk drivers. Remove the test configury which is not used anywhere. 2006-02-03 Nick Garnett * src/synthdisk.c: Updated to match changes in io/disk package. 2004-07-01 Savin Zlobec * src/synthdisk.c: Updated to work with the new DISK_CHANNEL macro definition. 2004-04-15 Nick Garnett * src/synthdisk.c: Mildly reorganized to support changeable media. Added synth_disk_change() function to allow us to fake a disk change for testing purposes. 2004-02-05 Nick Garnett * cdl/synthdisk.cdl: Added testing config options, plus define_proc to export CYGDAT_DEVS_DISK_CFG include file name. 2004-01-30 Nick Garnett * src/synthdisk.c: Updated to latest disk device specification. 2004-01-15 Nick Garnett * cdl/synthdisk.cdl: * src/synthdisk.c: Added _FILENAME option for disk instances to map device to an arbitrary configured file. * src/synthdisk.c: Removed block_pos arguments from read and write calls: it is not necessary. 2003-09-01 Savin Zlobec * cdl/synthdisk.cdl: * src/synthdisk.c: Updated to work with the current disk interface. 2003-08-19 Savin Zlobec * cdl/synthdisk.cdl: * src/synthdisk.c: A synthetic block device driver. //=========================================================================== // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. // Copyright (C) 2003, 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#### //===========================================================================