Mercurial > ecos
view packages/devs/disk/synth/current/ChangeLog @ 2536:8e41333db259
* 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.
| author | asl |
|---|---|
| date | Sun, 24 Aug 2008 12:56:03 +0000 |
| parents | 474e1f0afb12 |
| children | 74dbf4c3f2e1 |
line wrap: on
line source
2008-08-19 Andrew Lunn <andrew.lunn@ascom.ch> * 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 <nickg@ecoscentric.com> * src/synthdisk.c: Updated to match changes in io/disk package. 2004-07-01 Savin Zlobec <savin@elatec.si> * src/synthdisk.c: Updated to work with the new DISK_CHANNEL macro definition. 2004-04-15 Nick Garnett <nickg@ecoscentric.com> * 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 <nickg@ecoscentric.com> * cdl/synthdisk.cdl: Added testing config options, plus define_proc to export CYGDAT_DEVS_DISK_CFG include file name. 2004-01-30 Nick Garnett <nickg@ecoscentric.com> * src/synthdisk.c: Updated to latest disk device specification. 2004-01-15 Nick Garnett <nickg@ecoscentric.com> * 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 <savin@elatec.si> * cdl/synthdisk.cdl: * src/synthdisk.c: Updated to work with the current disk interface. 2003-08-19 Savin Zlobec <savin@elatec.si> * cdl/synthdisk.cdl: * src/synthdisk.c: A synthetic block device driver. //=========================================================================== //####ECOSGPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. // Copyright (C) 2003 Savin Zlobec // Copyright (C) 2004, 2006 eCosCentric Limited // // eCos 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. // // eCos 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 eCos; if not, write to the Free Software Foundation, Inc., // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. // // As a special exception, if other files instantiate templates or use macros // or inline functions from this file, or you compile this file and link it // with other works to produce a work based on this file, this file does not // by itself cause the resulting work to be covered by the GNU General Public // License. However the source code for this file must still be made available // in accordance with section (3) of the GNU General Public License. // // This exception does not invalidate any other reasons why a work based on // this file might be covered by the GNU General Public License. // // ------------------------------------------- //####ECOSGPLCOPYRIGHTEND#### //===========================================================================
