Mercurial > ecos
view packages/devs/disk/synth/current/ChangeLog @ 3249:6e9f1cd4ed38
Fix compiler warning about variable set but not used. [ Bugzilla 1001865 ]
| author | vae |
|---|---|
| date | Sat, 15 Jun 2013 20:22:36 +0000 |
| parents | 74dbf4c3f2e1 |
| children |
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. //=========================================================================== // ####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#### //===========================================================================
