[BACK]Return to udf_subr.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / fs / udf

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/fs/udf/udf_subr.c between version 1.3 and 1.4

version 1.3, 2006/02/04 21:29:11 version 1.4, 2006/02/04 23:21:43
Line 484  udf_update_discinfo(struct udf_mount *um
Line 484  udf_update_discinfo(struct udf_mount *um
         di->link_block_penalty  = 0;          di->link_block_penalty  = 0;
   
         di->mmc_cur     = MMC_CAP_RECORDABLE | MMC_CAP_REWRITABLE |          di->mmc_cur     = MMC_CAP_RECORDABLE | MMC_CAP_REWRITABLE |
                 MMC_CAP_ZEROLINKBLK;                  MMC_CAP_ZEROLINKBLK | MMC_CAP_HW_DEFECTFREE;
         di->mmc_cap    = di->mmc_cur;          di->mmc_cap    = di->mmc_cur;
         di->disc_flags = MMC_DFLAGS_UNRESTRICTED;          di->disc_flags = MMC_DFLAGS_UNRESTRICTED;
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>