# HG changeset patch # User jlarmour # Date 1158856504 0 # Node ID fa76da61c46035efc544d36c0a2745d2786d6da3 # Parent 528f10185fd5d3f646bc13a719cc95331bfb9f59 * src/v85x_edb_v850_disk.c (cf_disk_init): Provide phys_block_size and max_transfer disk ident members. * src/v85x_edb_v850_disk.c: DISK_CHANNEL and DISK_FUNS are now implicitly static. Update DISK_CHANNEL for new io/disk macro. diff --git a/packages/devs/disk/v85x/edb_v850/current/ChangeLog b/packages/devs/disk/v85x/edb_v850/current/ChangeLog --- a/packages/devs/disk/v85x/edb_v850/current/ChangeLog +++ b/packages/devs/disk/v85x/edb_v850/current/ChangeLog @@ -1,3 +1,14 @@ +2006-09-21 Jonathan Larmour + + * src/v85x_edb_v850_disk.c (cf_disk_init): Provide phys_block_size + and max_transfer disk ident members. + +2006-09-20 Jonathan Larmour + + * src/v85x_edb_v850_disk.c: + DISK_CHANNEL and DISK_FUNS are now implicitly static. + Update DISK_CHANNEL for new io/disk macro. + 2004-07-02 Savin Zlobec * src/v85x_edb_v850_disk.c: @@ -22,6 +33,7 @@ 2003-09-01 Savin Zlobec num_sectors; ident.lba_sectors_num = ata_id->lba_total_sectors[1] << 16 | ata_id->lba_total_sectors[0]; - + ident.phys_block_size = 1; + ident.max_transfer = 512; if (!(chan->callbacks->disk_init)(tab)) return false;