[BACK]Return to udf_write.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sbin / newfs_udf

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

Diff for /src/sbin/newfs_udf/Attic/udf_write.c between version 1.7 and 1.8

version 1.7, 2013/08/06 08:18:08 version 1.8, 2013/08/25 14:13:47
Line 473  udf_do_newfs_prefix(void)
Line 473  udf_do_newfs_prefix(void)
         if (blockingnr <= 1) {          if (blockingnr <= 1) {
                 /* paranoia on blockingnr */                  /* paranoia on blockingnr */
                 switch (mmc_discinfo.mmc_profile) {                  switch (mmc_discinfo.mmc_profile) {
                   case 0x08 : /* CDROM */
                 case 0x09 : /* CD-R    */                  case 0x09 : /* CD-R    */
                 case 0x0a : /* CD-RW   */                  case 0x0a : /* CD-RW   */
                         blockingnr = 32;        /* UDF requirement */                          blockingnr = 32;        /* UDF requirement */
                         break;                          break;
                   case 0x10 : /* DVDROM */
                 case 0x11 : /* DVD-R (DL) */                  case 0x11 : /* DVD-R (DL) */
                 case 0x12 : /* DVD-RAM */                  case 0x12 : /* DVD-RAM */
                 case 0x1b : /* DVD+R      */                  case 0x1b : /* DVD+R      */
Line 485  udf_do_newfs_prefix(void)
Line 487  udf_do_newfs_prefix(void)
                 case 0x14 : /* DVD-RW sequential */                  case 0x14 : /* DVD-RW sequential */
                         blockingnr = 16;        /* SCSI definition */                          blockingnr = 16;        /* SCSI definition */
                         break;                          break;
                   case 0x40 : /* BDROM */
                 case 0x41 : /* BD-R Sequential recording (SRM) */                  case 0x41 : /* BD-R Sequential recording (SRM) */
                 case 0x42 : /* BD-R Random recording (RRM) */                  case 0x42 : /* BD-R Random recording (RRM) */
                 case 0x43 : /* BD-RE */                  case 0x43 : /* BD-RE */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>