# HG changeset patch # User asl # Date 1088686928 0 # Node ID 3cd6f4cd3db2b266f4ece8db9e65b7dc5f0157ac # Parent b4a8ef3180762b6cd46e20ad75dc4cab8dff4c37 * src/synthdisk.c: Updated to work with the new DISK_CHANNEL macro definition. diff --git a/packages/devs/disk/synth/current/ChangeLog b/packages/devs/disk/synth/current/ChangeLog --- a/packages/devs/disk/synth/current/ChangeLog +++ b/packages/devs/disk/synth/current/ChangeLog @@ -1,3 +1,8 @@ +2004-07-01 Savin Zlobec + + * src/synthdisk.c: + Updated to work with the new DISK_CHANNEL macro definition. + 2004-01-15 Nick Garnett * cdl/synthdisk.cdl: diff --git a/packages/devs/disk/synth/current/src/synthdisk.c b/packages/devs/disk/synth/current/src/synthdisk.c --- a/packages/devs/disk/synth/current/src/synthdisk.c +++ b/packages/devs/disk/synth/current/src/synthdisk.c @@ -123,10 +123,11 @@ static synth_disk_info_t synth_disk_info filefd: -1, \ filename: CYGDAT_IO_DISK_ECOSYNTH_DISK##_number_##_FILENAME \ }; \ -static DISK_CHANNEL(synth_disk_channel##_number_, \ - synth_disk_funs, \ - synth_disk_info##_number_, \ - _mbr_supp_ \ +DISK_CHANNEL(synth_disk_channel##_number_, \ + synth_disk_funs, \ + synth_disk_info##_number_, \ + _mbr_supp_, \ + 4 \ ); \ BLOCK_DEVTAB_ENTRY(synth_disk_io##_number_, \ CYGDAT_IO_DISK_ECOSYNTH_DISK##_number_##_NAME, \