2006-08-15 20:37:04 +00:00
|
|
|
/* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */
|
|
|
|
|
2010-02-14 08:45:14 +00:00
|
|
|
/* Copyright (c) 2004 - 2006 Derek Foreman, Ben Jansens
|
|
|
|
Copyright (c) 2006 - 2010 Thomas Schmitt <scdbackup@gmx.net>
|
|
|
|
Provided under GPL version 2 or later.
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
2006-10-09 12:49:08 +00:00
|
|
|
/* ts A61009 */
|
|
|
|
/* #include <a ssert.h> */
|
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
#include <stdio.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <unistd.h>
|
|
|
|
#include <stdlib.h>
|
2007-07-12 16:29:29 +00:00
|
|
|
#include <sys/time.h>
|
2006-08-15 20:37:04 +00:00
|
|
|
#include <pthread.h>
|
2009-09-04 20:21:55 +00:00
|
|
|
#include <ctype.h>
|
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
#include "error.h"
|
|
|
|
#include "sector.h"
|
|
|
|
#include "libburn.h"
|
|
|
|
#include "transport.h"
|
|
|
|
#include "mmc.h"
|
|
|
|
#include "spc.h"
|
|
|
|
#include "drive.h"
|
|
|
|
#include "debug.h"
|
|
|
|
#include "toc.h"
|
|
|
|
#include "structure.h"
|
|
|
|
#include "options.h"
|
2009-09-05 11:29:44 +00:00
|
|
|
#include "util.h"
|
2006-08-15 20:37:04 +00:00
|
|
|
|
2006-10-31 11:55:51 +00:00
|
|
|
|
2007-02-23 19:08:58 +00:00
|
|
|
/* ts A70223 : in init.c */
|
|
|
|
extern int burn_support_untested_profiles;
|
|
|
|
|
2009-11-10 20:32:59 +00:00
|
|
|
static int mmc_get_configuration_al(struct burn_drive *d, int *alloc_len);
|
|
|
|
|
2007-02-23 19:08:58 +00:00
|
|
|
|
2006-10-31 11:55:51 +00:00
|
|
|
#ifdef Libburn_log_in_and_out_streaM
|
|
|
|
/* <<< ts A61031 */
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <sys/stat.h>
|
|
|
|
#include <fcntl.h>
|
|
|
|
#endif /* Libburn_log_in_and_out_streaM */
|
|
|
|
|
|
|
|
|
2006-10-09 12:49:08 +00:00
|
|
|
/* ts A61005 */
|
|
|
|
#include "libdax_msgs.h"
|
|
|
|
extern struct libdax_msgs *libdax_messenger;
|
|
|
|
|
|
|
|
|
2006-12-21 20:06:04 +00:00
|
|
|
/* ts A61219 : Based on knowlege from dvd+rw-tools-7.0 and mmc5r03c.pdf */
|
2006-12-20 11:20:08 +00:00
|
|
|
#define Libburn_support_dvd_plus_rW 1
|
2006-12-21 20:06:04 +00:00
|
|
|
|
2006-12-30 00:15:07 +00:00
|
|
|
/* ts A61229 */
|
|
|
|
#define Libburn_support_dvd_minusrw_overW 1
|
|
|
|
|
2007-01-12 16:26:31 +00:00
|
|
|
/* ts A70112 */
|
2008-05-09 14:51:48 +00:00
|
|
|
/* ts A80410 : applies to BD-RE too */
|
2007-01-12 16:26:31 +00:00
|
|
|
#define Libburn_support_dvd_raM 1
|
|
|
|
|
2007-03-06 19:50:32 +00:00
|
|
|
/* ts A70129 */
|
2007-01-30 19:16:35 +00:00
|
|
|
#define Libburn_support_dvd_r_seQ 1
|
2007-01-29 17:57:31 +00:00
|
|
|
|
2007-04-18 10:36:35 +00:00
|
|
|
/* ts A70306 */
|
2007-03-06 19:50:32 +00:00
|
|
|
#define Libburn_support_dvd_plus_R 1
|
2007-01-29 17:57:31 +00:00
|
|
|
|
2009-02-27 14:30:57 +00:00
|
|
|
/* ts A70509 : handling 0x41 as read-only type */
|
2008-05-09 14:51:48 +00:00
|
|
|
#define Libburn_support_bd_r_readonlY 1
|
|
|
|
|
2009-02-27 14:30:57 +00:00
|
|
|
/* ts A81208 */
|
2008-12-09 12:35:13 +00:00
|
|
|
#define Libburn_support_bd_plus_r_srM 1
|
|
|
|
|
2008-05-09 14:51:48 +00:00
|
|
|
|
2008-04-10 21:16:07 +00:00
|
|
|
/* ts A80410 : <<< Dangerous experiment: Pretend that DVD-RAM is BD-RE
|
2008-04-25 13:16:23 +00:00
|
|
|
# define Libburn_dvd_ram_as_bd_rE yes
|
|
|
|
*/
|
2008-08-09 07:18:53 +00:00
|
|
|
/* ts A80509 : <<< Experiment: pretend that DVD-ROM and CD-ROM are other media
|
2008-05-09 14:51:48 +00:00
|
|
|
like BD-ROM (0x40), BD-R seq (0x41), BD-R random (0x42)
|
|
|
|
# define Libburn_rom_as_profilE 0x40
|
|
|
|
*/
|
|
|
|
|
2008-04-26 15:07:39 +00:00
|
|
|
|
2008-04-25 13:16:23 +00:00
|
|
|
/* ts A80425 : Prevents command FORMAT UNIT for DVD-RAM or BD-RE.
|
|
|
|
Useful only to test the selection of format descriptors without
|
|
|
|
actually formatting the media.
|
|
|
|
# define Libburn_do_not_format_dvd_ram_or_bd_rE 1
|
2008-04-10 21:16:07 +00:00
|
|
|
*/
|
|
|
|
|
2009-06-03 18:53:57 +00:00
|
|
|
|
|
|
|
/* ts A90603 : Simulate the command restrictions of an old MMC-1 drive
|
|
|
|
# define Libisofs_simulate_old_mmc1_drivE 1
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
2008-04-25 13:16:23 +00:00
|
|
|
/* DVD/BD progress report:
|
2006-12-20 11:20:08 +00:00
|
|
|
ts A61219 : It seems to work with a used (i.e. thoroughly formatted) DVD+RW.
|
|
|
|
Error messages of class DEBUG appear because of inability to
|
|
|
|
read TOC or track info. Nevertheless, the written images verify.
|
|
|
|
ts A61220 : Burned to a virgin DVD+RW by help of new mmc_format_unit()
|
|
|
|
(did not test wether it would work without). Burned to a
|
|
|
|
not completely formatted DVD+RW. (Had worked before without
|
2006-12-21 20:06:04 +00:00
|
|
|
mmc_format_unit() but i did not exceed the formatted range
|
|
|
|
as reported by dvd+rw-mediainfo.)
|
|
|
|
ts A61221 : Speed setting now works for both of my drives. The according
|
|
|
|
functions in dvd+rw-tools are a bit intimidating to the reader.
|
|
|
|
I hope it is possible to leave much of this to the drive.
|
|
|
|
And if it fails ... well, it's only speed setting. :))
|
2007-01-01 17:10:54 +00:00
|
|
|
ts A61229 : Burned to several DVD-RW formatted to mode Restricted Overwrite
|
|
|
|
by dvd+rw-format. Needs Libburn_support_dvd_minusrw_overW.
|
|
|
|
ts A61230 : Other than growisofs, libburn does not send a mode page 5 for
|
|
|
|
such DVD-RW (which the MMC-5 standard does deprecate) and it
|
|
|
|
really seems to work without such a page.
|
|
|
|
ts A70101 : Formatted DVD-RW media. Success is varying with media, but
|
|
|
|
dvd+rw-format does not do better with the same media.
|
2007-01-12 16:26:31 +00:00
|
|
|
ts A70112 : Support for writing to DVD-RAM.
|
2007-01-30 19:16:35 +00:00
|
|
|
ts A70130 : Burned a first non-multi sequential DVD-RW. Feature 0021h
|
|
|
|
Incremental Recording vanishes after that and media thus gets
|
|
|
|
not recognized as suitable any more.
|
|
|
|
After a run with -multi another disc still offers 0021h .
|
|
|
|
dvd+rw-mediainfo shows two tracks. The second, an afio archive
|
|
|
|
is readable by afio. Third and forth veryfy too. Suddenly
|
|
|
|
dvd+rw-mediainfo sees lba 0 with track 2. But #2 still verifies
|
|
|
|
if one knows its address.
|
2007-02-05 13:28:57 +00:00
|
|
|
ts A70203 : DVD-RW need to get blanked fully. Then feature 0021h persists.
|
|
|
|
Meanwhile Incremental streaming is supported like CD TAO:
|
|
|
|
with unpredicted size, multi-track, multi-session.
|
|
|
|
ts A70205 : Beginning to implement DVD-R[W] DAO : single track and session,
|
|
|
|
size prediction mandatory.
|
2007-02-10 17:23:49 +00:00
|
|
|
ts A70208 : Finally made tests with DVD-R. Worked exactly as new DVD-RW.
|
2007-04-18 10:36:35 +00:00
|
|
|
ts A70306 : Implemented DVD+R (always -multi for now)
|
|
|
|
ts A70330 : Allowed finalizing of DVD+R.
|
2008-02-28 13:24:08 +00:00
|
|
|
ts A80228 : Made DVD+R/DL support official after nightmorph reported success
|
|
|
|
in http://libburnia-project.org/ticket/13
|
2008-04-25 13:16:23 +00:00
|
|
|
ts A80416 : drive->do_stream_recording brings DVD-RAM to full nominal
|
|
|
|
writing speed at cost of no defect management.
|
|
|
|
ts A80416 : Giulio Orsero reports success with BD-RE writing. With
|
|
|
|
drive->do_stream_recording it does full nominal speed.
|
2008-05-06 18:17:05 +00:00
|
|
|
ts A80506 : Giulio Orsero reports success with BD-RE formatting.
|
|
|
|
BD-RE is now an officially supported profile.
|
2008-12-09 12:35:13 +00:00
|
|
|
ts A81209 : The first two sessions have been written to BD-R SRM
|
|
|
|
(auto formatted without Defect Management).
|
2009-02-27 14:30:57 +00:00
|
|
|
ts A90107 : BD-R is now supported media type
|
2006-12-20 11:20:08 +00:00
|
|
|
*/
|
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
/* ts A70519 : With MMC commands of data direction FROM_DRIVE:
|
|
|
|
Made struct command.dxfer_len equal to Allocation Length
|
|
|
|
of MMC commands. Made sure that not more bytes are allowed
|
|
|
|
for transfer than there are available.
|
|
|
|
*/
|
2006-10-09 12:49:08 +00:00
|
|
|
|
2007-07-12 16:29:29 +00:00
|
|
|
|
|
|
|
/* ts A70711 Trying to keep writing from clogging the SCSI driver due to
|
|
|
|
full buffer at burner drive: 0=waiting disabled, 1=enabled
|
|
|
|
These are only defaults which can be overwritten by
|
|
|
|
burn_drive_set_buffer_waiting()
|
|
|
|
*/
|
|
|
|
#define Libburn_wait_for_buffer_freE 0
|
|
|
|
#define Libburn_wait_for_buffer_min_useC 10000
|
|
|
|
#define Libburn_wait_for_buffer_max_useC 100000
|
|
|
|
#define Libburn_wait_for_buffer_tio_seC 120
|
|
|
|
#define Libburn_wait_for_buffer_min_perC 65
|
|
|
|
#define Libburn_wait_for_buffer_max_perC 95
|
|
|
|
|
|
|
|
|
2007-01-31 17:34:49 +00:00
|
|
|
static unsigned char MMC_GET_MSINFO[] =
|
|
|
|
{ 0x43, 0, 1, 0, 0, 0, 0, 16, 0, 0 };
|
2006-08-15 20:37:04 +00:00
|
|
|
static unsigned char MMC_GET_TOC[] = { 0x43, 2, 2, 0, 0, 0, 0, 16, 0, 0 };
|
2007-11-29 18:55:06 +00:00
|
|
|
static unsigned char MMC_GET_TOC_FMT0[] = { 0x43, 0, 0, 0, 0, 0, 0, 16, 0, 0 };
|
2006-08-15 20:37:04 +00:00
|
|
|
static unsigned char MMC_GET_ATIP[] = { 0x43, 2, 4, 0, 0, 0, 0, 16, 0, 0 };
|
|
|
|
static unsigned char MMC_GET_DISC_INFO[] =
|
|
|
|
{ 0x51, 0, 0, 0, 0, 0, 0, 16, 0, 0 };
|
|
|
|
static unsigned char MMC_READ_CD[] = { 0xBE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
|
2007-01-05 12:58:36 +00:00
|
|
|
static unsigned char MMC_BLANK[] = { 0xA1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
|
2006-08-15 20:37:04 +00:00
|
|
|
static unsigned char MMC_SEND_OPC[] = { 0x54, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
|
|
|
|
static unsigned char MMC_SET_SPEED[] =
|
|
|
|
{ 0xBB, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
|
|
|
|
static unsigned char MMC_WRITE_12[] =
|
|
|
|
{ 0xAA, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
|
|
|
|
static unsigned char MMC_WRITE_10[] = { 0x2A, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
|
2006-12-01 21:38:34 +00:00
|
|
|
|
|
|
|
/* ts A61201 : inserted 0, before 16, */
|
2006-08-15 20:37:04 +00:00
|
|
|
static unsigned char MMC_GET_CONFIGURATION[] =
|
2006-12-01 21:38:34 +00:00
|
|
|
{ 0x46, 0, 0, 0, 0, 0, 0, 16, 0, 0 };
|
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
static unsigned char MMC_SYNC_CACHE[] = { 0x35, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
|
2009-11-10 20:32:59 +00:00
|
|
|
static unsigned char MMC_GET_EVENT[] = { 0x4A, 1, 0, 0, 0x7e, 0, 0, 0, 8, 0 };
|
2006-08-15 20:37:04 +00:00
|
|
|
static unsigned char MMC_CLOSE[] = { 0x5B, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
|
|
|
|
static unsigned char MMC_TRACK_INFO[] = { 0x52, 0, 0, 0, 0, 0, 0, 16, 0, 0 };
|
2007-05-21 18:57:09 +00:00
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
static unsigned char MMC_SEND_CUE_SHEET[] =
|
|
|
|
{ 0x5D, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
|
|
|
|
|
2006-10-23 11:31:37 +00:00
|
|
|
/* ts A61023 : get size and free space of drive buffer */
|
2006-12-21 20:06:04 +00:00
|
|
|
static unsigned char MMC_READ_BUFFER_CAPACITY[] =
|
|
|
|
{ 0x5C, 0, 0, 0, 0, 0, 0, 16, 0, 0 };
|
2006-10-23 11:31:37 +00:00
|
|
|
|
2006-12-20 11:20:08 +00:00
|
|
|
/* ts A61219 : format DVD+RW (and various others) */
|
|
|
|
static unsigned char MMC_FORMAT_UNIT[] = { 0x04, 0x11, 0, 0, 0, 0 };
|
|
|
|
|
2006-12-21 20:06:04 +00:00
|
|
|
/* ts A61221 :
|
|
|
|
To set speed for DVD media (0xBB is for CD but works on my LG GSA drive) */
|
|
|
|
static unsigned char MMC_SET_STREAMING[] =
|
|
|
|
{ 0xB6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
|
|
|
|
2006-12-25 19:00:26 +00:00
|
|
|
/* ts A61225 :
|
|
|
|
To obtain write speed descriptors (command can do other things too) */
|
|
|
|
static unsigned char MMC_GET_PERFORMANCE[] =
|
|
|
|
{ 0xAC, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
2006-08-27 15:16:33 +00:00
|
|
|
|
2007-01-09 21:06:55 +00:00
|
|
|
/* ts A70108 : To obtain info about drive and media formatting opportunities */
|
|
|
|
static unsigned char MMC_READ_FORMAT_CAPACITIES[] =
|
|
|
|
{ 0x23, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
|
|
|
|
2007-02-05 13:28:57 +00:00
|
|
|
/* ts A70205 : To describe the layout of a DVD-R[W] DAO session */
|
|
|
|
static unsigned char MMC_RESERVE_TRACK[] =
|
|
|
|
{ 0x53, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
|
|
|
|
2007-08-12 15:25:56 +00:00
|
|
|
/* ts A70812 : Read data sectors (for types with 2048 bytes/sector only) */
|
|
|
|
static unsigned char MMC_READ_10[] =
|
|
|
|
{ 0x28, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
|
|
|
|
2008-12-10 09:26:09 +00:00
|
|
|
/* ts A81210 : Determine the upper limit of readable data size */
|
|
|
|
static unsigned char MMC_READ_CAPACITY[] =
|
|
|
|
{ 0x25, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
|
|
|
|
2009-09-04 20:21:55 +00:00
|
|
|
/* ts A90903 : Obtain media type specific information. E.g. manufacturer.
|
|
|
|
*/
|
|
|
|
static unsigned char MMC_READ_DISC_STRUCTURE[] =
|
|
|
|
{ 0xAD, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
2007-01-09 21:06:55 +00:00
|
|
|
|
2006-08-27 15:16:33 +00:00
|
|
|
static int mmc_function_spy_do_tell = 0;
|
|
|
|
|
2007-09-12 10:45:34 +00:00
|
|
|
int mmc_function_spy(struct burn_drive *d, char * text)
|
2006-08-27 15:16:33 +00:00
|
|
|
{
|
|
|
|
if (mmc_function_spy_do_tell)
|
|
|
|
fprintf(stderr,"libburn: experimental: mmc_function_spy: %s\n",
|
|
|
|
text);
|
2007-09-12 10:45:34 +00:00
|
|
|
if (d == NULL)
|
|
|
|
return 1;
|
|
|
|
if (d->drive_role != 1) {
|
|
|
|
char msg[4096];
|
|
|
|
|
|
|
|
sprintf(msg, "Emulated drive caught in SCSI adapter \"%s\"",
|
|
|
|
text);
|
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
|
|
|
0x0002014c,
|
|
|
|
LIBDAX_MSGS_SEV_FATAL, LIBDAX_MSGS_PRIO_HIGH,
|
|
|
|
msg, 0, 0);
|
|
|
|
d->cancel = 1;
|
|
|
|
return 0;
|
|
|
|
}
|
2006-08-27 15:16:33 +00:00
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
int mmc_function_spy_ctrl(int do_tell)
|
|
|
|
{
|
|
|
|
mmc_function_spy_do_tell= !!do_tell;
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-02-01 16:15:09 +00:00
|
|
|
/* ts A70201 */
|
|
|
|
int mmc_four_char_to_int(unsigned char *data)
|
|
|
|
{
|
2007-02-14 12:20:32 +00:00
|
|
|
return (data[0] << 24) | (data[1] << 16) | (data[2] << 8) | data[3];
|
2007-02-01 16:15:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* ts A70201 */
|
|
|
|
int mmc_int_to_four_char(unsigned char *data, int num)
|
|
|
|
{
|
|
|
|
data[0] = (num >> 24) & 0xff;
|
|
|
|
data[1] = (num >> 16) & 0xff;
|
|
|
|
data[2] = (num >> 8) & 0xff;
|
|
|
|
data[3] = num & 0xff;
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
static int mmc_start_for_bit0 = 0;
|
|
|
|
|
|
|
|
/* @param flag bit0= the calling function should need no START UNIT.
|
|
|
|
(Handling depends on mmc_start_for_bit0)
|
|
|
|
*/
|
|
|
|
int mmc_start_if_needed(struct burn_drive *d, int flag)
|
|
|
|
{
|
|
|
|
if (!d->is_stopped)
|
|
|
|
return 2;
|
|
|
|
if ((flag & 1) && !mmc_start_for_bit0)
|
|
|
|
return 2;
|
|
|
|
d->start_unit(d);
|
|
|
|
d->is_stopped = 0;
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
void mmc_send_cue_sheet(struct burn_drive *d, struct cue_sheet *s)
|
|
|
|
{
|
|
|
|
struct buffer buf;
|
|
|
|
struct command c;
|
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 0);
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_send_cue_sheet") <= 0)
|
|
|
|
return;
|
2007-05-21 18:57:09 +00:00
|
|
|
|
|
|
|
scsi_init_command(&c, MMC_SEND_CUE_SHEET, sizeof(MMC_SEND_CUE_SHEET));
|
|
|
|
/*
|
2006-08-15 20:37:04 +00:00
|
|
|
c.oplen = sizeof(MMC_SEND_CUE_SHEET);
|
|
|
|
memcpy(c.opcode, MMC_SEND_CUE_SHEET, sizeof(MMC_SEND_CUE_SHEET));
|
2007-05-21 18:57:09 +00:00
|
|
|
*/
|
|
|
|
c.retry = 1;
|
2006-08-15 20:37:04 +00:00
|
|
|
c.page = &buf;
|
|
|
|
c.page->bytes = s->count * 8;
|
|
|
|
c.page->sectors = 0;
|
|
|
|
c.opcode[6] = (c.page->bytes >> 16) & 0xFF;
|
|
|
|
c.opcode[7] = (c.page->bytes >> 8) & 0xFF;
|
|
|
|
c.opcode[8] = c.page->bytes & 0xFF;
|
|
|
|
c.dir = TO_DRIVE;
|
|
|
|
memcpy(c.page->data, s->data, c.page->bytes);
|
|
|
|
d->issue_command(d, &c);
|
|
|
|
}
|
|
|
|
|
2007-02-01 16:15:09 +00:00
|
|
|
|
2007-02-05 13:28:57 +00:00
|
|
|
/* ts A70205 : Announce size of a DVD-R[W] DAO session.
|
|
|
|
@param size The size in bytes to be announced to the drive.
|
|
|
|
It will get rounded up to align to 32 KiB.
|
|
|
|
*/
|
|
|
|
int mmc_reserve_track(struct burn_drive *d, off_t size)
|
|
|
|
{
|
|
|
|
struct command c;
|
|
|
|
int lba;
|
2007-02-06 13:06:39 +00:00
|
|
|
char msg[80];
|
2007-02-05 13:28:57 +00:00
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 0);
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_reserve_track") <= 0)
|
|
|
|
return 0;
|
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
scsi_init_command(&c, MMC_RESERVE_TRACK, sizeof(MMC_RESERVE_TRACK));
|
|
|
|
/*
|
2007-02-05 13:28:57 +00:00
|
|
|
c.oplen = sizeof(MMC_RESERVE_TRACK);
|
|
|
|
memcpy(c.opcode, MMC_RESERVE_TRACK, sizeof(MMC_RESERVE_TRACK));
|
2007-05-21 18:57:09 +00:00
|
|
|
*/
|
|
|
|
c.retry = 1;
|
2007-02-06 13:06:39 +00:00
|
|
|
/* Round to 32 KiB and divide by 2048
|
|
|
|
(by nice binary rounding trick learned from dvd+rw-tools) */
|
2007-02-05 13:28:57 +00:00
|
|
|
lba = ((size + (off_t) 0x7fff) >> 11) & ~0xf;
|
|
|
|
mmc_int_to_four_char(c.opcode+5, lba);
|
|
|
|
|
2007-02-06 13:06:39 +00:00
|
|
|
sprintf(msg, "reserving track of %d blocks", lba);
|
|
|
|
libdax_msgs_submit(libdax_messenger, -1, 0x00000002,
|
|
|
|
LIBDAX_MSGS_SEV_DEBUG, LIBDAX_MSGS_PRIO_ZERO,
|
|
|
|
msg, 0, 0);
|
|
|
|
|
2007-02-05 13:28:57 +00:00
|
|
|
c.page = NULL;
|
|
|
|
c.dir = NO_TRANSFER;
|
|
|
|
d->issue_command(d, &c);
|
2007-02-06 13:06:39 +00:00
|
|
|
return !c.error;
|
2007-02-05 13:28:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-02-01 16:15:09 +00:00
|
|
|
/* ts A70201 :
|
|
|
|
Common track info fetcher for mmc_get_nwa() and mmc_fake_toc()
|
|
|
|
*/
|
2007-05-21 18:57:09 +00:00
|
|
|
int mmc_read_track_info(struct burn_drive *d, int trackno, struct buffer *buf,
|
|
|
|
int alloc_len)
|
2007-02-01 16:15:09 +00:00
|
|
|
{
|
|
|
|
struct command c;
|
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 1);
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_read_track_info") <= 0)
|
|
|
|
return 0;
|
2007-05-21 18:57:09 +00:00
|
|
|
|
|
|
|
scsi_init_command(&c, MMC_TRACK_INFO, sizeof(MMC_TRACK_INFO));
|
|
|
|
/*
|
2007-02-01 16:15:09 +00:00
|
|
|
c.oplen = sizeof(MMC_TRACK_INFO);
|
|
|
|
memcpy(c.opcode, MMC_TRACK_INFO, sizeof(MMC_TRACK_INFO));
|
2007-05-21 18:57:09 +00:00
|
|
|
*/
|
|
|
|
c.dxfer_len = alloc_len;
|
|
|
|
c.opcode[7] = (c.dxfer_len >> 8) & 0xff;
|
|
|
|
c.opcode[8] = c.dxfer_len & 0xff;
|
|
|
|
c.retry = 1;
|
2007-02-01 16:15:09 +00:00
|
|
|
c.opcode[1] = 1;
|
|
|
|
if(trackno<=0) {
|
|
|
|
if (d->current_profile == 0x1a || d->current_profile == 0x13 ||
|
2008-05-09 14:51:48 +00:00
|
|
|
d->current_profile == 0x12 || d->current_profile == 0x42 ||
|
|
|
|
d->current_profile == 0x43)
|
2008-02-28 12:32:34 +00:00
|
|
|
/* DVD+RW , DVD-RW restricted overwrite , DVD-RAM
|
2008-05-09 14:51:48 +00:00
|
|
|
BD-R random recording, BD-RE */
|
2007-02-01 16:15:09 +00:00
|
|
|
trackno = 1;
|
2007-02-13 14:37:25 +00:00
|
|
|
else if (d->current_profile == 0x10 ||
|
|
|
|
d->current_profile == 0x11 ||
|
2007-02-23 19:08:58 +00:00
|
|
|
d->current_profile == 0x14 ||
|
2008-05-09 14:51:48 +00:00
|
|
|
d->current_profile == 0x15 ||
|
|
|
|
d->current_profile == 0x40 ||
|
|
|
|
d->current_profile == 0x41)
|
|
|
|
/* DVD-ROM , DVD-R[W] Sequential ,
|
|
|
|
BD-ROM , BD-R sequential */
|
2007-02-01 16:15:09 +00:00
|
|
|
trackno = d->last_track_no;
|
|
|
|
else /* mmc5r03c.pdf: valid only for CD, DVD+R, DVD+R DL */
|
|
|
|
trackno = 0xFF;
|
|
|
|
}
|
2007-03-01 12:07:29 +00:00
|
|
|
mmc_int_to_four_char(c.opcode + 2, trackno);
|
2007-02-01 16:15:09 +00:00
|
|
|
c.page = buf;
|
|
|
|
memset(buf->data, 0, BUFFER_SIZE);
|
|
|
|
c.dir = FROM_DRIVE;
|
|
|
|
d->issue_command(d, &c);
|
|
|
|
if (c.error)
|
|
|
|
return 0;
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-11-11 12:22:53 +00:00
|
|
|
/* ts A61110 : added parameters trackno, lba, nwa. Redefined return value.
|
|
|
|
@return 1=nwa is valid , 0=nwa is not valid , -1=error */
|
2007-02-01 16:15:09 +00:00
|
|
|
/* ts A70201 : outsourced 52h READ TRACK INFO command */
|
2006-11-11 12:22:53 +00:00
|
|
|
int mmc_get_nwa(struct burn_drive *d, int trackno, int *lba, int *nwa)
|
2006-08-15 20:37:04 +00:00
|
|
|
{
|
|
|
|
struct buffer buf;
|
2007-05-21 18:57:09 +00:00
|
|
|
int ret, num, alloc_len = 20;
|
2007-02-01 16:15:09 +00:00
|
|
|
unsigned char *data;
|
2006-08-15 20:37:04 +00:00
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 1);
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_get_nwa") <= 0)
|
|
|
|
return -1;
|
2007-02-01 16:15:09 +00:00
|
|
|
|
2010-03-27 15:58:05 +00:00
|
|
|
/* ts B00327 : Avoid to inquire unsuitable media states */
|
|
|
|
if (d->status != BURN_DISC_BLANK && d->status != BURN_DISC_APPENDABLE)
|
|
|
|
return 0;
|
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
ret = mmc_read_track_info(d, trackno, &buf, alloc_len);
|
2007-02-01 16:15:09 +00:00
|
|
|
if (ret <= 0)
|
|
|
|
return ret;
|
|
|
|
data = buf.data;
|
2007-02-13 14:37:25 +00:00
|
|
|
*lba = mmc_four_char_to_int(data + 8);
|
|
|
|
*nwa = mmc_four_char_to_int(data + 12);
|
|
|
|
num = mmc_four_char_to_int(data + 16);
|
2009-11-10 20:32:59 +00:00
|
|
|
|
|
|
|
#ifdef Libburn_pioneer_dvr_216d_load_mode5
|
|
|
|
/* >>> memorize track mode : data[6] & 0xf */;
|
|
|
|
#endif
|
|
|
|
|
2007-02-13 14:37:25 +00:00
|
|
|
if (d->current_profile == 0x1a || d->current_profile == 0x13 ||
|
2008-02-28 12:32:34 +00:00
|
|
|
d->current_profile == 0x12 || d->current_profile == 0x43) {
|
2007-02-13 14:37:25 +00:00
|
|
|
/* overwriteable */
|
|
|
|
*lba = *nwa = num = 0;
|
2006-12-20 17:05:33 +00:00
|
|
|
} else if (!(data[7]&1)) {
|
|
|
|
/* ts A61106 : MMC-1 Table 142 : NWA_V = NWA Valid Flag */
|
2006-11-06 19:58:24 +00:00
|
|
|
libdax_msgs_submit(libdax_messenger, -1, 0x00000002,
|
|
|
|
LIBDAX_MSGS_SEV_DEBUG, LIBDAX_MSGS_PRIO_ZERO,
|
|
|
|
"mmc_get_nwa: Track Info Block: NWA_V == 0", 0, 0);
|
2006-11-11 12:22:53 +00:00
|
|
|
return 0;
|
|
|
|
}
|
2007-02-15 20:18:07 +00:00
|
|
|
if (num > 0) {
|
2008-04-22 16:13:05 +00:00
|
|
|
burn_drive_set_media_capacity_remaining(d,
|
|
|
|
((off_t) num) * ((off_t) 2048));
|
2007-02-15 20:18:07 +00:00
|
|
|
d->media_lba_limit = *nwa + num;
|
|
|
|
} else
|
|
|
|
d->media_lba_limit = 0;
|
2007-02-14 12:20:32 +00:00
|
|
|
|
|
|
|
/*
|
2007-02-15 20:18:07 +00:00
|
|
|
fprintf(stderr, "LIBBURN_DEBUG: media_lba_limit= %d\n",
|
|
|
|
d->media_lba_limit);
|
2007-02-14 12:20:32 +00:00
|
|
|
*/
|
|
|
|
|
2006-11-11 12:22:53 +00:00
|
|
|
return 1;
|
2006-08-15 20:37:04 +00:00
|
|
|
}
|
|
|
|
|
2006-10-09 12:49:08 +00:00
|
|
|
/* ts A61009 : function is obviously unused. */
|
|
|
|
/* void mmc_close_disc(struct burn_drive *d, struct burn_write_opts *o) */
|
|
|
|
void mmc_close_disc(struct burn_write_opts *o)
|
2006-08-15 20:37:04 +00:00
|
|
|
{
|
2007-09-12 11:57:49 +00:00
|
|
|
struct burn_drive *d = o->drive;
|
2006-10-09 12:49:08 +00:00
|
|
|
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_close_disc") <= 0)
|
|
|
|
return;
|
2006-10-09 12:49:08 +00:00
|
|
|
|
|
|
|
libdax_msgs_submit(libdax_messenger, -1, 0x00000002,
|
|
|
|
LIBDAX_MSGS_SEV_DEBUG, LIBDAX_MSGS_PRIO_ZERO,
|
|
|
|
"HOW THAT ? mmc_close_disc() was called", 0, 0);
|
|
|
|
|
|
|
|
/* ts A61009 : made impossible by removing redundant parameter d */
|
|
|
|
/* a ssert(o->drive == d); */
|
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
o->multi = 0;
|
|
|
|
spc_select_write_params(d, o);
|
|
|
|
mmc_close(d, 1, 0);
|
|
|
|
}
|
|
|
|
|
2006-10-09 12:49:08 +00:00
|
|
|
/* ts A61009 : function is obviously unused. */
|
|
|
|
/* void mmc_close_session(struct burn_drive *d, struct burn_write_opts *o) */
|
|
|
|
void mmc_close_session(struct burn_write_opts *o)
|
2006-08-15 20:37:04 +00:00
|
|
|
{
|
2007-09-12 11:57:49 +00:00
|
|
|
struct burn_drive *d = o->drive;
|
2006-10-09 12:49:08 +00:00
|
|
|
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_close_session") <= 0)
|
|
|
|
return;
|
2006-10-09 12:49:08 +00:00
|
|
|
|
|
|
|
libdax_msgs_submit(libdax_messenger, -1, 0x00000002,
|
|
|
|
LIBDAX_MSGS_SEV_DEBUG, LIBDAX_MSGS_PRIO_ZERO,
|
|
|
|
"HOW THAT ? mmc_close_session() was called", 0, 0);
|
|
|
|
|
|
|
|
/* ts A61009 : made impossible by removing redundant parameter d */
|
|
|
|
/* a ssert(o->drive == d); */
|
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
o->multi = 3;
|
|
|
|
spc_select_write_params(d, o);
|
|
|
|
mmc_close(d, 1, 0);
|
|
|
|
}
|
|
|
|
|
2007-03-01 12:07:29 +00:00
|
|
|
/* ts A70227 : extended meaning of session to address all possible values
|
|
|
|
of 5Bh CLOSE TRACK SESSION to address any Close Function.
|
|
|
|
@param session contains the two high bits of Close Function
|
|
|
|
@param track if not 0: sets the lowest bit of Close Function
|
|
|
|
*/
|
2006-08-15 20:37:04 +00:00
|
|
|
void mmc_close(struct burn_drive *d, int session, int track)
|
|
|
|
{
|
|
|
|
struct command c;
|
|
|
|
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_close") <= 0)
|
|
|
|
return;
|
2006-10-09 12:49:08 +00:00
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
scsi_init_command(&c, MMC_CLOSE, sizeof(MMC_CLOSE));
|
|
|
|
/*
|
2006-08-15 20:37:04 +00:00
|
|
|
c.oplen = sizeof(MMC_CLOSE);
|
|
|
|
memcpy(c.opcode, MMC_CLOSE, sizeof(MMC_CLOSE));
|
2007-05-21 18:57:09 +00:00
|
|
|
*/
|
|
|
|
c.retry = 1;
|
2006-10-31 11:55:51 +00:00
|
|
|
|
2007-09-18 13:03:24 +00:00
|
|
|
c.opcode[1] |= 1; /* ts A70918 : Immed */
|
|
|
|
|
2007-03-01 12:07:29 +00:00
|
|
|
/* (ts A61030 : shifted !!session rather than or-ing plain session ) */
|
|
|
|
c.opcode[2] = ((session & 3) << 1) | !!track;
|
2006-08-15 20:37:04 +00:00
|
|
|
c.opcode[4] = track >> 8;
|
|
|
|
c.opcode[5] = track & 0xFF;
|
|
|
|
c.page = NULL;
|
|
|
|
c.dir = NO_TRANSFER;
|
|
|
|
d->issue_command(d, &c);
|
2007-09-18 13:03:24 +00:00
|
|
|
|
|
|
|
/* ts A70918 : Immed : wait for drive to complete command */
|
2007-09-18 20:03:20 +00:00
|
|
|
if (c.error) {
|
|
|
|
d->cancel = 1;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
if (spc_wait_unit_attention(d, 3600, "CLOSE TRACK SESSION", 0) <= 0)
|
|
|
|
d->cancel = 1;
|
2006-08-15 20:37:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
void mmc_get_event(struct burn_drive *d)
|
|
|
|
{
|
|
|
|
struct buffer buf;
|
|
|
|
struct command c;
|
2009-11-10 20:32:59 +00:00
|
|
|
int alloc_len = 8, len, evt_code, loops = 0;
|
|
|
|
unsigned char *evt;
|
2006-08-15 20:37:04 +00:00
|
|
|
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_get_event") <= 0)
|
|
|
|
return;
|
2007-05-21 18:57:09 +00:00
|
|
|
|
2009-11-10 20:32:59 +00:00
|
|
|
again:;
|
2007-05-21 18:57:09 +00:00
|
|
|
scsi_init_command(&c, MMC_GET_EVENT, sizeof(MMC_GET_EVENT));
|
2009-11-10 20:32:59 +00:00
|
|
|
c.dxfer_len = 8;
|
|
|
|
|
|
|
|
/* >>> have a burn_drive element for Notification Class */;
|
|
|
|
c.opcode[4] = 0x7e;
|
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
c.opcode[7] = (c.dxfer_len >> 8) & 0xff;
|
|
|
|
c.opcode[8] = c.dxfer_len & 0xff;
|
|
|
|
c.retry = 1;
|
2006-08-15 20:37:04 +00:00
|
|
|
c.page = &buf;
|
|
|
|
c.page->bytes = 0;
|
|
|
|
c.page->sectors = 0;
|
|
|
|
c.dir = FROM_DRIVE;
|
|
|
|
d->issue_command(d, &c);
|
2009-11-10 20:32:59 +00:00
|
|
|
if (c.error)
|
|
|
|
return;
|
|
|
|
|
|
|
|
evt = c.page->data;
|
|
|
|
len = ((evt[0] << 8) | evt[1]) + 2;
|
|
|
|
if (len < 8)
|
|
|
|
return;
|
|
|
|
|
|
|
|
/* >>> memorize evt[3] in burn_drive element for Notification Class */;
|
|
|
|
if (evt[3] == 0) /* No event */
|
|
|
|
return;
|
|
|
|
|
|
|
|
evt_code = evt[4] & 0xf;
|
|
|
|
if (evt_code == 0) /* No change */
|
|
|
|
return;
|
|
|
|
|
|
|
|
switch (evt[2] & 7) {
|
|
|
|
case 0: /* no events supported */
|
|
|
|
return;
|
|
|
|
case 1: /* Operational change */
|
|
|
|
if (((evt[6] << 8) | evt[7])) {
|
|
|
|
alloc_len = 8;
|
|
|
|
mmc_get_configuration_al(d, &alloc_len);
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case 2: /* Power Management */
|
|
|
|
if (evt[5] >= 2)
|
|
|
|
d->start_unit(d);
|
|
|
|
break;
|
|
|
|
case 3: /* External request */
|
|
|
|
|
|
|
|
/* >>> report about external request */;
|
|
|
|
|
|
|
|
break;
|
|
|
|
case 4: /* Media */
|
|
|
|
if (evt_code == 2) {
|
|
|
|
d->start_unit(d);
|
|
|
|
alloc_len = 8;
|
|
|
|
mmc_get_configuration_al(d, &alloc_len);
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case 5: /* Multiple Host Events */
|
|
|
|
|
|
|
|
/* >>> report about foreign host interference */;
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
case 6: /* Device busy */
|
|
|
|
if (evt_code == 1 && evt[5]) {
|
|
|
|
|
|
|
|
/* >>> wait the time announced in evt[6],[7]
|
|
|
|
as 100ms units */;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
default: /* reserved */
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
loops++;
|
|
|
|
if (loops < 100)
|
|
|
|
goto again;
|
2006-08-15 20:37:04 +00:00
|
|
|
}
|
|
|
|
|
2006-10-09 12:49:08 +00:00
|
|
|
|
2007-07-12 16:29:29 +00:00
|
|
|
/* ts A70711
|
|
|
|
This has become a little monster because of the creative buffer reports of
|
|
|
|
my LG GSA-4082B : Belated, possibly statistically dampened. But only with
|
|
|
|
DVD media. With CD it is ok.
|
|
|
|
*/
|
|
|
|
static int mmc_wait_for_buffer_free(struct burn_drive *d, struct buffer *buf)
|
|
|
|
{
|
|
|
|
int usec= 0, need, reported_3s = 0, first_wait = 1;
|
|
|
|
struct timeval t0,tnow;
|
|
|
|
struct timezone dummy_tz;
|
|
|
|
double max_fac, min_fac, waiting;
|
|
|
|
|
|
|
|
/* Enable to get reported waiting activities and total time.
|
|
|
|
#define Libburn_mmc_wfb_debuG 1
|
|
|
|
*/
|
|
|
|
#ifdef Libburn_mmc_wfb_debuG
|
|
|
|
char sleeplist[32768];
|
|
|
|
static int buffer_still_invalid = 1;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
max_fac = ((double) d->wfb_max_percent) / 100.0;
|
|
|
|
|
|
|
|
/* Buffer info from the drive is valid only after writing has begun.
|
|
|
|
Caring for buffer space makes sense mostly after max_percent of the
|
|
|
|
buffer was transmitted. */
|
|
|
|
if (d->progress.buffered_bytes <= 0 ||
|
|
|
|
d->progress.buffer_capacity <= 0 ||
|
|
|
|
d->progress.buffered_bytes + buf->bytes <=
|
|
|
|
d->progress.buffer_capacity * max_fac)
|
|
|
|
return 2;
|
|
|
|
|
|
|
|
#ifdef Libburn_mmc_wfb_debuG
|
|
|
|
if (buffer_still_invalid)
|
|
|
|
fprintf(stderr,
|
|
|
|
"\nLIBBURN_DEBUG: Buffer considered valid now\n");
|
|
|
|
buffer_still_invalid = 0;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* The pessimistic counter does not assume any buffer consumption */
|
|
|
|
if (d->pessimistic_buffer_free - buf->bytes >=
|
|
|
|
( 1.0 - max_fac) * d->progress.buffer_capacity)
|
|
|
|
return 1;
|
|
|
|
|
|
|
|
/* There is need to inquire the buffer fill */
|
|
|
|
d->pessimistic_writes++;
|
|
|
|
min_fac = ((double) d->wfb_min_percent) / 100.0;
|
2007-09-12 11:57:49 +00:00
|
|
|
gettimeofday(&t0, &dummy_tz);
|
2007-07-12 16:29:29 +00:00
|
|
|
#ifdef Libburn_mmc_wfb_debuG
|
|
|
|
sleeplist[0]= 0;
|
|
|
|
sprintf(sleeplist,"(%d%s %d)",
|
|
|
|
(int) (d->pessimistic_buffer_free - buf->bytes),
|
|
|
|
(d->pbf_altered ? "? -" : " -"),
|
|
|
|
(int) ((1.0 - max_fac) * d->progress.buffer_capacity));
|
|
|
|
#endif
|
|
|
|
|
|
|
|
while (1) {
|
|
|
|
if ((!first_wait) || d->pbf_altered) {
|
|
|
|
d->pbf_altered = 1;
|
|
|
|
mmc_read_buffer_capacity(d);
|
|
|
|
}
|
|
|
|
#ifdef Libburn_mmc_wfb_debuG
|
|
|
|
if(strlen(sleeplist) < sizeof(sleeplist) - 80)
|
|
|
|
sprintf(sleeplist+strlen(sleeplist)," (%d%s %d)",
|
|
|
|
(int) (d->pessimistic_buffer_free - buf->bytes),
|
|
|
|
(d->pbf_altered ? "? -" : " -"),
|
|
|
|
(int) ((1.0 - min_fac) * d->progress.buffer_capacity));
|
|
|
|
#endif
|
|
|
|
gettimeofday(&tnow,&dummy_tz);
|
|
|
|
waiting = (tnow.tv_sec - t0.tv_sec) +
|
|
|
|
((double) (tnow.tv_usec - t0.tv_usec)) / 1.0e6;
|
|
|
|
if (d->pessimistic_buffer_free - buf->bytes >=
|
|
|
|
(1.0 - min_fac) * d->progress.buffer_capacity) {
|
|
|
|
#ifdef Libburn_mmc_wfb_debuG
|
|
|
|
if(strlen(sleeplist) >= sizeof(sleeplist) - 80)
|
|
|
|
strcat(sleeplist," ...");
|
|
|
|
sprintf(sleeplist+strlen(sleeplist)," -> %d [%.6f]",
|
|
|
|
(int) (
|
|
|
|
d->pessimistic_buffer_free - buf->bytes -
|
|
|
|
(1.0 - min_fac) * d->progress.buffer_capacity
|
|
|
|
), waiting);
|
|
|
|
fprintf(stderr,
|
|
|
|
"\nLIBBURN_DEBUG: sleeplist= %s\n",sleeplist);
|
|
|
|
#endif
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Waiting is needed */
|
|
|
|
if (waiting >= 3 && !reported_3s) {
|
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
|
|
|
0x0002013d,
|
|
|
|
LIBDAX_MSGS_SEV_DEBUG, LIBDAX_MSGS_PRIO_LOW,
|
|
|
|
"Waiting for free buffer takes more than 3 seconds",
|
|
|
|
0,0);
|
|
|
|
reported_3s = 1;
|
|
|
|
} else if (d->wfb_timeout_sec > 0 &&
|
|
|
|
waiting > d->wfb_timeout_sec) {
|
|
|
|
d->wait_for_buffer_free = 0;
|
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
|
|
|
0x0002013d,
|
|
|
|
LIBDAX_MSGS_SEV_SORRY, LIBDAX_MSGS_PRIO_HIGH,
|
|
|
|
"Timeout with waiting for free buffer. Now disabled.",
|
|
|
|
0,0);
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
need = (1.0 - min_fac) * d->progress.buffer_capacity +
|
|
|
|
buf->bytes - d->pessimistic_buffer_free;
|
|
|
|
usec = 0;
|
|
|
|
if (d->nominal_write_speed > 0)
|
|
|
|
usec = ((double) need) / 1000.0 /
|
|
|
|
((double) d->nominal_write_speed) * 1.0e6;
|
|
|
|
else
|
|
|
|
usec = d->wfb_min_usec * 2;
|
|
|
|
|
|
|
|
/* >>> learn about buffer progress and adjust usec */
|
|
|
|
|
|
|
|
if (usec < d->wfb_min_usec)
|
|
|
|
usec = d->wfb_min_usec;
|
|
|
|
else if (usec > d->wfb_max_usec)
|
|
|
|
usec = d->wfb_max_usec;
|
|
|
|
usleep(usec);
|
|
|
|
if (d->waited_usec < 0xf0000000)
|
|
|
|
d->waited_usec += usec;
|
|
|
|
d->waited_tries++;
|
|
|
|
if(first_wait)
|
|
|
|
d->waited_writes++;
|
|
|
|
#ifdef Libburn_mmc_wfb_debuG
|
|
|
|
if(strlen(sleeplist) < sizeof(sleeplist) - 80)
|
|
|
|
sprintf(sleeplist+strlen(sleeplist)," %d", usec);
|
|
|
|
#endif
|
|
|
|
first_wait = 0;
|
|
|
|
}
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
void mmc_write_12(struct burn_drive *d, int start, struct buffer *buf)
|
|
|
|
{
|
|
|
|
struct command c;
|
|
|
|
int len;
|
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 0);
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_write_12") <= 0)
|
|
|
|
return;
|
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
len = buf->sectors;
|
2006-10-09 12:49:08 +00:00
|
|
|
|
|
|
|
/* ts A61009 */
|
|
|
|
/* a ssert(buf->bytes >= buf->sectors);*/ /* can be == at 0... */
|
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
burn_print(100, "trying to write %d at %d\n", len, start);
|
2007-05-21 18:57:09 +00:00
|
|
|
|
|
|
|
scsi_init_command(&c, MMC_WRITE_12, sizeof(MMC_WRITE_12));
|
|
|
|
/*
|
2006-08-15 20:37:04 +00:00
|
|
|
memcpy(c.opcode, MMC_WRITE_12, sizeof(MMC_WRITE_12));
|
|
|
|
c.oplen = sizeof(MMC_WRITE_12);
|
2007-05-21 18:57:09 +00:00
|
|
|
*/
|
|
|
|
c.retry = 1;
|
2007-03-01 12:07:29 +00:00
|
|
|
mmc_int_to_four_char(c.opcode + 2, start);
|
|
|
|
mmc_int_to_four_char(c.opcode + 6, len);
|
2006-08-15 20:37:04 +00:00
|
|
|
c.page = buf;
|
|
|
|
c.dir = TO_DRIVE;
|
|
|
|
|
|
|
|
d->issue_command(d, &c);
|
2007-07-12 16:29:29 +00:00
|
|
|
|
|
|
|
/* ts A70711 */
|
|
|
|
d->pessimistic_buffer_free -= buf->bytes;
|
|
|
|
d->pbf_altered = 1;
|
2006-08-15 20:37:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
int mmc_write(struct burn_drive *d, int start, struct buffer *buf)
|
|
|
|
{
|
|
|
|
int cancelled;
|
|
|
|
struct command c;
|
|
|
|
int len;
|
|
|
|
|
2006-10-31 11:55:51 +00:00
|
|
|
#ifdef Libburn_log_in_and_out_streaM
|
|
|
|
/* <<< ts A61031 */
|
|
|
|
static int tee_fd= -1;
|
|
|
|
if(tee_fd==-1)
|
|
|
|
tee_fd= open("/tmp/libburn_sg_written",
|
|
|
|
O_WRONLY|O_CREAT|O_TRUNC,S_IRUSR|S_IWUSR);
|
|
|
|
#endif /* Libburn_log_in_and_out_streaM */
|
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 0);
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_write") <= 0)
|
|
|
|
return BE_CANCELLED;
|
2006-08-15 20:37:04 +00:00
|
|
|
|
2007-09-12 10:45:34 +00:00
|
|
|
cancelled = d->cancel;
|
2006-08-15 20:37:04 +00:00
|
|
|
if (cancelled)
|
|
|
|
return BE_CANCELLED;
|
|
|
|
|
2007-02-15 20:18:07 +00:00
|
|
|
/* ts A70215 */
|
|
|
|
if (d->media_lba_limit > 0 && start >= d->media_lba_limit) {
|
|
|
|
char msg[160];
|
|
|
|
|
|
|
|
sprintf(msg,
|
|
|
|
"Exceeding range of permissible write addresses (%d >= %d)",
|
|
|
|
start, d->media_lba_limit);
|
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
|
|
|
0x0002012d,
|
|
|
|
LIBDAX_MSGS_SEV_FATAL, LIBDAX_MSGS_PRIO_HIGH,
|
|
|
|
msg, 0, 0);
|
|
|
|
d->cancel = 1; /* No need for mutexing because atomic */
|
|
|
|
return BE_CANCELLED;
|
|
|
|
}
|
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
len = buf->sectors;
|
2006-10-09 12:49:08 +00:00
|
|
|
|
|
|
|
/* ts A61009 : buffer fill problems are to be handled by caller */
|
|
|
|
/* a ssert(buf->bytes >= buf->sectors);*/ /* can be == at 0... */
|
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
burn_print(100, "trying to write %d at %d\n", len, start);
|
2007-05-21 18:57:09 +00:00
|
|
|
|
2007-07-12 16:29:29 +00:00
|
|
|
/* ts A70711 */
|
|
|
|
if(d->wait_for_buffer_free)
|
|
|
|
mmc_wait_for_buffer_free(d, buf);
|
|
|
|
|
2008-04-12 16:42:45 +00:00
|
|
|
/* ts A80412 */
|
2009-02-27 14:30:57 +00:00
|
|
|
if(d->do_stream_recording > 0 && start >= d->stream_recording_start) {
|
2008-04-12 16:42:45 +00:00
|
|
|
|
|
|
|
/* >>> ??? is WRITE12 available ? */
|
|
|
|
/* >>> ??? inquire feature 107h Stream Writing bit ? */
|
|
|
|
|
|
|
|
scsi_init_command(&c, MMC_WRITE_12, sizeof(MMC_WRITE_12));
|
|
|
|
mmc_int_to_four_char(c.opcode + 2, start);
|
|
|
|
mmc_int_to_four_char(c.opcode + 6, len);
|
|
|
|
c.opcode[10] = 1<<7; /* Streaming bit */
|
|
|
|
} else {
|
|
|
|
scsi_init_command(&c, MMC_WRITE_10, sizeof(MMC_WRITE_10));
|
|
|
|
mmc_int_to_four_char(c.opcode + 2, start);
|
|
|
|
c.opcode[6] = 0;
|
|
|
|
c.opcode[7] = (len >> 8) & 0xFF;
|
|
|
|
c.opcode[8] = len & 0xFF;
|
|
|
|
}
|
2007-05-21 18:57:09 +00:00
|
|
|
c.retry = 1;
|
2006-08-15 20:37:04 +00:00
|
|
|
c.page = buf;
|
|
|
|
c.dir = TO_DRIVE;
|
|
|
|
|
2006-10-31 11:55:51 +00:00
|
|
|
#ifdef Libburn_log_in_and_out_streaM
|
|
|
|
/* <<< ts A61031 */
|
|
|
|
if(tee_fd!=-1) {
|
|
|
|
write(tee_fd,c.page->data,len*2048);
|
|
|
|
}
|
|
|
|
#endif /* Libburn_log_in_and_out_streaM */
|
2006-08-15 20:37:04 +00:00
|
|
|
|
|
|
|
d->issue_command(d, &c);
|
2006-11-12 15:28:09 +00:00
|
|
|
|
2007-07-12 16:29:29 +00:00
|
|
|
/* ts A70711 */
|
|
|
|
d->pessimistic_buffer_free -= buf->bytes;
|
|
|
|
d->pbf_altered = 1;
|
|
|
|
|
2006-11-12 15:28:09 +00:00
|
|
|
/* ts A61112 : react on eventual error condition */
|
|
|
|
if (c.error && c.sense[2]!=0) {
|
|
|
|
|
|
|
|
/* >>> make this scsi_notify_error() when liberated */
|
|
|
|
if (c.sense[2]!=0) {
|
2008-08-30 10:44:45 +00:00
|
|
|
|
|
|
|
#ifdef NIX
|
2006-12-20 11:20:08 +00:00
|
|
|
char msg[160];
|
2006-11-12 15:28:09 +00:00
|
|
|
sprintf(msg,
|
2006-12-20 11:20:08 +00:00
|
|
|
"SCSI error on write(%d,%d): key=%X asc=%2.2Xh ascq=%2.2Xh",
|
|
|
|
start, len,
|
2006-11-12 15:28:09 +00:00
|
|
|
c.sense[2],c.sense[12],c.sense[13]);
|
2008-08-30 10:44:45 +00:00
|
|
|
#else /* NIX */
|
|
|
|
char msg[256];
|
|
|
|
int key, asc, ascq;
|
|
|
|
|
|
|
|
sprintf(msg, "SCSI error on write(%d,%d): ",
|
|
|
|
start, len);
|
|
|
|
scsi_error_msg(d, c.sense, 14, msg + strlen(msg),
|
|
|
|
&key, &asc, &ascq);
|
|
|
|
|
|
|
|
#endif /* !NIX */
|
|
|
|
|
2006-11-12 15:28:09 +00:00
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
|
|
|
0x0002011d,
|
|
|
|
LIBDAX_MSGS_SEV_FATAL, LIBDAX_MSGS_PRIO_HIGH,
|
|
|
|
msg, 0, 0);
|
|
|
|
}
|
|
|
|
d->cancel = 1;
|
|
|
|
return BE_CANCELLED;
|
|
|
|
}
|
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2007-02-01 16:15:09 +00:00
|
|
|
|
|
|
|
/* ts A70201 : Set up an entry for mmc_fake_toc() */
|
|
|
|
int mmc_fake_toc_entry(struct burn_toc_entry *entry, int session_number,
|
|
|
|
int track_number,
|
2009-09-09 15:38:47 +00:00
|
|
|
unsigned char *size_data, unsigned char *start_data,
|
|
|
|
unsigned char *last_adr_data)
|
2007-02-01 16:15:09 +00:00
|
|
|
{
|
|
|
|
int min, sec, frames, num;
|
|
|
|
|
2009-09-09 15:38:47 +00:00
|
|
|
/* mark DVD extensions and Track Info extension as valid */
|
|
|
|
entry->extensions_valid |= (1 | 2);
|
2007-02-01 16:15:09 +00:00
|
|
|
|
|
|
|
/* defaults are as of mmc5r03.pdf 6.26.3.2.4 Fabricated TOC */
|
|
|
|
entry->session = session_number & 0xff;
|
|
|
|
entry->session_msb = (session_number >> 8) & 0xff;
|
|
|
|
entry->adr = 1;
|
|
|
|
entry->control = 4;
|
|
|
|
entry->tno = 0;
|
|
|
|
entry->point = track_number & 0xff;
|
|
|
|
entry->point_msb = (track_number >> 8) & 0xff;
|
2007-02-13 14:37:25 +00:00
|
|
|
num = mmc_four_char_to_int(size_data);
|
2007-02-01 16:15:09 +00:00
|
|
|
entry->track_blocks = num;
|
|
|
|
burn_lba_to_msf(num, &min, &sec, &frames);
|
|
|
|
if (min > 255) {
|
|
|
|
min = 255;
|
|
|
|
sec = 255;
|
|
|
|
frames = 255;
|
|
|
|
}
|
|
|
|
entry->min = min;
|
|
|
|
entry->sec = sec;
|
|
|
|
entry->frame = frames;
|
|
|
|
entry->zero = 0;
|
2007-02-13 14:37:25 +00:00
|
|
|
num = mmc_four_char_to_int(start_data);
|
2007-02-01 16:15:09 +00:00
|
|
|
entry->start_lba = num;
|
|
|
|
burn_lba_to_msf(num, &min, &sec, &frames);
|
|
|
|
if (min > 255) {
|
|
|
|
min = 255;
|
|
|
|
sec = 255;
|
|
|
|
frames = 255;
|
|
|
|
}
|
|
|
|
entry->pmin = min;
|
|
|
|
entry->psec = sec;
|
|
|
|
entry->pframe = frames;
|
2009-09-09 15:38:47 +00:00
|
|
|
entry->last_recorded_address = mmc_four_char_to_int(last_adr_data);
|
2007-02-01 16:15:09 +00:00
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-11-29 18:55:06 +00:00
|
|
|
/* ts A71128 : for DVD-ROM drives which offer no reliable track information */
|
|
|
|
static int mmc_read_toc_fmt0_al(struct burn_drive *d, int *alloc_len)
|
|
|
|
{
|
|
|
|
struct burn_track *track;
|
|
|
|
struct burn_session *session;
|
|
|
|
struct burn_toc_entry *entry;
|
|
|
|
struct buffer buf;
|
|
|
|
struct command c;
|
|
|
|
int dlen, i, old_alloc_len, session_number, prev_session = -1;
|
|
|
|
int lba, size;
|
2009-09-09 15:38:47 +00:00
|
|
|
unsigned char *tdata, size_data[4], start_data[4], end_data[4];
|
2007-11-29 18:55:06 +00:00
|
|
|
|
|
|
|
if (*alloc_len < 4)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
scsi_init_command(&c, MMC_GET_TOC_FMT0, sizeof(MMC_GET_TOC_FMT0));
|
|
|
|
c.dxfer_len = *alloc_len;
|
|
|
|
c.opcode[7] = (c.dxfer_len >> 8) & 0xff;
|
|
|
|
c.opcode[8] = c.dxfer_len & 0xff;
|
|
|
|
c.retry = 1;
|
|
|
|
c.page = &buf;
|
|
|
|
c.page->bytes = 0;
|
|
|
|
c.page->sectors = 0;
|
|
|
|
c.dir = FROM_DRIVE;
|
|
|
|
d->issue_command(d, &c);
|
|
|
|
|
|
|
|
if (c.error) {
|
|
|
|
err_ex:;
|
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
|
|
|
0x0002010d,
|
|
|
|
LIBDAX_MSGS_SEV_DEBUG, LIBDAX_MSGS_PRIO_HIGH,
|
|
|
|
"Could not inquire TOC", 0,0);
|
|
|
|
d->status = BURN_DISC_UNSUITABLE;
|
|
|
|
d->toc_entries = 0;
|
|
|
|
/* Prefering memory leaks over fandangos */
|
|
|
|
d->toc_entry = calloc(1, sizeof(struct burn_toc_entry));
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
dlen = c.page->data[0] * 256 + c.page->data[1];
|
|
|
|
old_alloc_len = *alloc_len;
|
|
|
|
*alloc_len = dlen + 2;
|
|
|
|
if (old_alloc_len < 12)
|
|
|
|
return 1;
|
|
|
|
if (dlen + 2 > old_alloc_len)
|
|
|
|
dlen = old_alloc_len - 2;
|
|
|
|
d->complete_sessions = 1 + c.page->data[3] - c.page->data[2];
|
|
|
|
d->last_track_no = d->complete_sessions;
|
|
|
|
if (dlen - 2 < (d->last_track_no + 1) * 8) {
|
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
|
|
|
0x00020159,
|
|
|
|
LIBDAX_MSGS_SEV_DEBUG, LIBDAX_MSGS_PRIO_HIGH,
|
|
|
|
"TOC Format 0 returns inconsistent data", 0,0);
|
|
|
|
goto err_ex;
|
|
|
|
}
|
|
|
|
|
|
|
|
d->toc_entries = d->last_track_no + d->complete_sessions;
|
|
|
|
if (d->toc_entries < 1)
|
|
|
|
return 0;
|
|
|
|
d->toc_entry = calloc(d->toc_entries, sizeof(struct burn_toc_entry));
|
|
|
|
if(d->toc_entry == NULL)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
d->disc = burn_disc_create();
|
|
|
|
if (d->disc == NULL)
|
|
|
|
return 0;
|
|
|
|
for (i = 0; i < d->complete_sessions; i++) {
|
|
|
|
session = burn_session_create();
|
|
|
|
if (session == NULL)
|
|
|
|
return 0;
|
|
|
|
burn_disc_add_session(d->disc, session, BURN_POS_END);
|
|
|
|
burn_session_free(session);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
for (i = 0; i < d->last_track_no; i++) {
|
|
|
|
tdata = c.page->data + 4 + i * 8;
|
|
|
|
session_number = i + 1;
|
|
|
|
if (session_number != prev_session && prev_session > 0) {
|
|
|
|
/* leadout entry previous session */
|
|
|
|
entry = &(d->toc_entry[(i - 1) + prev_session]);
|
|
|
|
lba = mmc_four_char_to_int(start_data) +
|
|
|
|
mmc_four_char_to_int(size_data);
|
|
|
|
mmc_int_to_four_char(start_data, lba);
|
|
|
|
mmc_int_to_four_char(size_data, 0);
|
2009-09-09 15:38:47 +00:00
|
|
|
mmc_int_to_four_char(end_data, lba - 1);
|
2007-11-29 18:55:06 +00:00
|
|
|
mmc_fake_toc_entry(entry, prev_session, 0xA2,
|
2009-09-09 15:38:47 +00:00
|
|
|
size_data, start_data, end_data);
|
2007-11-29 18:55:06 +00:00
|
|
|
entry->min= entry->sec= entry->frame= 0;
|
|
|
|
d->disc->session[prev_session - 1]->leadout_entry =
|
|
|
|
entry;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ??? >>> d->media_capacity_remaining , d->media_lba_limit
|
|
|
|
as of mmc_fake_toc()
|
|
|
|
*/
|
|
|
|
|
|
|
|
entry = &(d->toc_entry[i + session_number - 1]);
|
|
|
|
track = burn_track_create();
|
|
|
|
if (track == NULL)
|
|
|
|
return -1;
|
|
|
|
burn_session_add_track(
|
|
|
|
d->disc->session[session_number - 1],
|
|
|
|
track, BURN_POS_END);
|
|
|
|
track->entry = entry;
|
|
|
|
burn_track_free(track);
|
|
|
|
|
|
|
|
memcpy(start_data, tdata + 4, 4);
|
|
|
|
/* size_data are estimated from next track start */
|
|
|
|
memcpy(size_data, tdata + 8 + 4, 4);
|
2009-09-09 15:38:47 +00:00
|
|
|
mmc_int_to_four_char(end_data,
|
|
|
|
mmc_four_char_to_int(size_data) - 1);
|
2007-11-29 18:55:06 +00:00
|
|
|
size = mmc_four_char_to_int(size_data) -
|
|
|
|
mmc_four_char_to_int(start_data);
|
|
|
|
mmc_int_to_four_char(size_data, size);
|
|
|
|
mmc_fake_toc_entry(entry, session_number, i + 1,
|
2009-09-09 15:38:47 +00:00
|
|
|
size_data, start_data, end_data);
|
2007-11-29 18:55:06 +00:00
|
|
|
if (prev_session != session_number)
|
|
|
|
d->disc->session[session_number - 1]->firsttrack = i+1;
|
|
|
|
d->disc->session[session_number - 1]->lasttrack = i+1;
|
|
|
|
prev_session = session_number;
|
|
|
|
}
|
|
|
|
if (prev_session > 0 && prev_session <= d->disc->sessions) {
|
|
|
|
/* leadout entry of last session of closed disc */
|
|
|
|
tdata = c.page->data + 4 + d->last_track_no * 8;
|
|
|
|
entry = &(d->toc_entry[(d->last_track_no - 1) + prev_session]);
|
|
|
|
memcpy(start_data, tdata + 4, 4);
|
|
|
|
mmc_int_to_four_char(size_data, 0);
|
2009-09-09 15:38:47 +00:00
|
|
|
mmc_int_to_four_char(end_data,
|
|
|
|
mmc_four_char_to_int(start_data) - 1);
|
2007-11-29 18:55:06 +00:00
|
|
|
mmc_fake_toc_entry(entry, prev_session, 0xA2,
|
2009-09-09 15:38:47 +00:00
|
|
|
size_data, start_data, end_data);
|
2007-11-29 18:55:06 +00:00
|
|
|
entry->min= entry->sec= entry->frame= 0;
|
|
|
|
d->disc->session[prev_session - 1]->leadout_entry = entry;
|
|
|
|
}
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* ts A71128 : for DVD-ROM drives which offer no reliable track information */
|
|
|
|
static int mmc_read_toc_fmt0(struct burn_drive *d)
|
|
|
|
{
|
|
|
|
int alloc_len = 4, ret;
|
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 1);
|
2007-11-29 18:55:06 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_read_toc_fmt0") <= 0)
|
|
|
|
return -1;
|
|
|
|
ret = mmc_read_toc_fmt0_al(d, &alloc_len);
|
|
|
|
if (alloc_len >= 12)
|
|
|
|
ret = mmc_read_toc_fmt0_al(d, &alloc_len);
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-02-01 16:15:09 +00:00
|
|
|
/* ts A70131 : compose a disc TOC structure from d->complete_sessions
|
|
|
|
and 52h READ TRACK INFORMATION */
|
|
|
|
int mmc_fake_toc(struct burn_drive *d)
|
|
|
|
{
|
|
|
|
struct burn_track *track;
|
|
|
|
struct burn_session *session;
|
|
|
|
struct burn_toc_entry *entry;
|
|
|
|
struct buffer buf;
|
2007-05-21 18:57:09 +00:00
|
|
|
int i, session_number, prev_session = -1, ret, lba, alloc_len = 34;
|
2009-09-09 15:38:47 +00:00
|
|
|
unsigned char *tdata, size_data[4], start_data[4], end_data[4];
|
2007-02-14 12:20:32 +00:00
|
|
|
char msg[160];
|
2007-02-01 16:15:09 +00:00
|
|
|
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_fake_toc") <= 0)
|
|
|
|
return -1;
|
|
|
|
|
2007-02-01 16:15:09 +00:00
|
|
|
if (d->last_track_no <= 0 || d->complete_sessions <= 0 ||
|
|
|
|
d->status == BURN_DISC_BLANK)
|
|
|
|
return 2;
|
2007-02-14 12:20:32 +00:00
|
|
|
if (d->last_track_no > BURN_MMC_FAKE_TOC_MAX_SIZE) {
|
|
|
|
sprintf(msg,
|
|
|
|
"Too many logical tracks recorded (%d , max. %d)\n",
|
|
|
|
d->last_track_no, BURN_MMC_FAKE_TOC_MAX_SIZE);
|
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
|
|
|
0x0002012c,
|
|
|
|
LIBDAX_MSGS_SEV_SORRY, LIBDAX_MSGS_PRIO_HIGH,
|
|
|
|
msg, 0,0);
|
|
|
|
return 0;
|
|
|
|
}
|
2007-11-29 18:55:06 +00:00
|
|
|
/* ts A71128 : My DVD-ROM drive issues no reliable track info.
|
|
|
|
One has to try 43h READ TOC/PMA/ATIP Form 0. */
|
2009-09-09 12:52:07 +00:00
|
|
|
if ((d->current_profile == 0x10) && d->last_track_no <= 1) {
|
2007-11-29 18:55:06 +00:00
|
|
|
ret = mmc_read_toc_fmt0(d);
|
|
|
|
return ret;
|
|
|
|
}
|
2007-02-01 16:15:09 +00:00
|
|
|
d->disc = burn_disc_create();
|
|
|
|
if (d->disc == NULL)
|
|
|
|
return -1;
|
|
|
|
d->toc_entries = d->last_track_no + d->complete_sessions;
|
|
|
|
d->toc_entry = malloc(d->toc_entries * sizeof(struct burn_toc_entry));
|
|
|
|
if (d->toc_entry == NULL)
|
|
|
|
return -1;
|
|
|
|
memset(d->toc_entry, 0,d->toc_entries * sizeof(struct burn_toc_entry));
|
|
|
|
for (i = 0; i < d->complete_sessions; i++) {
|
|
|
|
session = burn_session_create();
|
2007-11-29 18:55:06 +00:00
|
|
|
if (session == NULL)
|
|
|
|
return -1;
|
2007-02-01 16:15:09 +00:00
|
|
|
burn_disc_add_session(d->disc, session, BURN_POS_END);
|
|
|
|
burn_session_free(session);
|
|
|
|
}
|
|
|
|
memset(size_data, 0, 4);
|
|
|
|
memset(start_data, 0, 4);
|
|
|
|
|
2007-11-29 18:55:06 +00:00
|
|
|
|
2007-02-01 16:15:09 +00:00
|
|
|
/* Entry Layout :
|
|
|
|
session 1 track 1 entry 0
|
|
|
|
...
|
|
|
|
session 1 track N entry N-1
|
|
|
|
leadout 1 entry N
|
|
|
|
session 2 track N+1 entry N+1
|
|
|
|
...
|
|
|
|
session 2 track M+1 entry M+1
|
|
|
|
leadout 2 entry M+2
|
|
|
|
session X track K entry (K-1)+(X-1)
|
|
|
|
...
|
|
|
|
session X track i+1 entry i+(X-1)
|
|
|
|
leadout X entry i+X
|
|
|
|
*/
|
|
|
|
for (i = 0; i < d->last_track_no; i++) {
|
2007-05-21 18:57:09 +00:00
|
|
|
ret = mmc_read_track_info(d, i+1, &buf, alloc_len);
|
2007-02-14 12:20:32 +00:00
|
|
|
if (ret <= 0)
|
2007-02-01 16:15:09 +00:00
|
|
|
return ret;
|
|
|
|
tdata = buf.data;
|
|
|
|
session_number = (tdata[33] << 8) | tdata[3];
|
|
|
|
if (session_number <= 0)
|
|
|
|
continue;
|
|
|
|
|
|
|
|
if (session_number != prev_session && prev_session > 0) {
|
2007-02-02 17:32:09 +00:00
|
|
|
/* leadout entry previous session */
|
2007-02-01 16:15:09 +00:00
|
|
|
entry = &(d->toc_entry[(i - 1) + prev_session]);
|
|
|
|
lba = mmc_four_char_to_int(start_data) +
|
|
|
|
mmc_four_char_to_int(size_data);
|
|
|
|
mmc_int_to_four_char(start_data, lba);
|
|
|
|
mmc_int_to_four_char(size_data, 0);
|
2009-09-09 15:38:47 +00:00
|
|
|
mmc_int_to_four_char(end_data, lba - 1);
|
2007-02-02 17:32:09 +00:00
|
|
|
mmc_fake_toc_entry(entry, prev_session, 0xA2,
|
2009-09-09 15:38:47 +00:00
|
|
|
size_data, start_data, end_data);
|
2007-02-01 16:15:09 +00:00
|
|
|
entry->min= entry->sec= entry->frame= 0;
|
|
|
|
d->disc->session[prev_session - 1]->leadout_entry =
|
|
|
|
entry;
|
|
|
|
}
|
|
|
|
|
2007-02-13 14:37:25 +00:00
|
|
|
if (session_number > d->disc->sessions) {
|
|
|
|
if (i == d->last_track_no - 1) {
|
|
|
|
/* ts A70212 : Last track field Free Blocks */
|
2008-04-22 16:13:05 +00:00
|
|
|
burn_drive_set_media_capacity_remaining(d,
|
2007-02-13 14:37:25 +00:00
|
|
|
((off_t) mmc_four_char_to_int(tdata + 16)) *
|
2008-04-22 16:13:05 +00:00
|
|
|
((off_t) 2048));
|
2007-02-15 20:18:07 +00:00
|
|
|
d->media_lba_limit = 0;
|
2007-02-13 14:37:25 +00:00
|
|
|
}
|
2007-02-01 16:15:09 +00:00
|
|
|
continue;
|
2007-02-13 14:37:25 +00:00
|
|
|
}
|
2007-02-01 16:15:09 +00:00
|
|
|
|
|
|
|
entry = &(d->toc_entry[i + session_number - 1]);
|
|
|
|
track = burn_track_create();
|
|
|
|
if (track == NULL)
|
|
|
|
return -1;
|
|
|
|
burn_session_add_track(
|
|
|
|
d->disc->session[session_number - 1],
|
|
|
|
track, BURN_POS_END);
|
|
|
|
track->entry = entry;
|
|
|
|
burn_track_free(track);
|
|
|
|
|
|
|
|
memcpy(size_data, tdata + 24, 4);
|
|
|
|
memcpy(start_data, tdata + 8, 4);
|
2009-09-09 15:38:47 +00:00
|
|
|
memcpy(end_data, tdata + 28, 4);
|
2007-02-01 16:15:09 +00:00
|
|
|
mmc_fake_toc_entry(entry, session_number, i + 1,
|
2009-09-09 15:38:47 +00:00
|
|
|
size_data, start_data, end_data);
|
2007-02-01 16:15:09 +00:00
|
|
|
|
2007-02-02 17:32:09 +00:00
|
|
|
if (prev_session != session_number)
|
|
|
|
d->disc->session[session_number - 1]->firsttrack = i+1;
|
|
|
|
d->disc->session[session_number - 1]->lasttrack = i+1;
|
2007-02-01 16:15:09 +00:00
|
|
|
prev_session = session_number;
|
|
|
|
}
|
2007-02-02 17:32:09 +00:00
|
|
|
if (prev_session > 0 && prev_session <= d->disc->sessions) {
|
|
|
|
/* leadout entry of last session of closed disc */
|
|
|
|
entry = &(d->toc_entry[(d->last_track_no - 1) + prev_session]);
|
|
|
|
lba = mmc_four_char_to_int(start_data) +
|
|
|
|
mmc_four_char_to_int(size_data);
|
|
|
|
mmc_int_to_four_char(start_data, lba);
|
|
|
|
mmc_int_to_four_char(size_data, 0);
|
2009-09-09 15:38:47 +00:00
|
|
|
mmc_int_to_four_char(end_data, lba - 1);
|
2007-02-02 17:32:09 +00:00
|
|
|
mmc_fake_toc_entry(entry, prev_session, 0xA2,
|
2009-09-09 15:38:47 +00:00
|
|
|
size_data, start_data, end_data);
|
2007-02-02 17:32:09 +00:00
|
|
|
entry->min= entry->sec= entry->frame= 0;
|
|
|
|
d->disc->session[prev_session - 1]->leadout_entry = entry;
|
|
|
|
}
|
2007-02-01 16:15:09 +00:00
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
static int mmc_read_toc_al(struct burn_drive *d, int *alloc_len)
|
2006-08-15 20:37:04 +00:00
|
|
|
{
|
|
|
|
/* read full toc, all sessions, in m/s/f form, 4k buffer */
|
2007-02-01 16:15:09 +00:00
|
|
|
/* ts A70201 : or fake a toc from track information */
|
2006-08-15 20:37:04 +00:00
|
|
|
struct burn_track *track;
|
|
|
|
struct burn_session *session;
|
|
|
|
struct buffer buf;
|
|
|
|
struct command c;
|
|
|
|
int dlen;
|
2009-08-23 13:08:19 +00:00
|
|
|
int i, bpl= 12, old_alloc_len, t_idx, ret;
|
2006-08-15 20:37:04 +00:00
|
|
|
unsigned char *tdata;
|
2008-12-03 08:52:44 +00:00
|
|
|
char msg[321];
|
2006-08-15 20:37:04 +00:00
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
if (*alloc_len < 4)
|
|
|
|
return 0;
|
|
|
|
|
2007-02-01 16:15:09 +00:00
|
|
|
if (!(d->current_profile == -1 || d->current_is_cd_profile)) {
|
2007-01-31 17:34:49 +00:00
|
|
|
/* ts A70131 : MMC_GET_TOC uses Response Format 2
|
|
|
|
For DVD this fails with 5,24,00 */
|
2007-11-29 18:55:06 +00:00
|
|
|
/* mmc_read_toc_fmt0() uses
|
|
|
|
Response Format 0: mmc5r03.pdf 6.26.3.2
|
|
|
|
which does not yield the same result with the same disc
|
2007-02-01 16:15:09 +00:00
|
|
|
on different drives.
|
|
|
|
*/
|
|
|
|
/* ts A70201 :
|
|
|
|
This uses the session count from 51h READ DISC INFORMATION
|
2007-11-29 18:55:06 +00:00
|
|
|
and the track records from 52h READ TRACK INFORMATION.
|
|
|
|
mmc_read_toc_fmt0() is used as fallback for dull DVD-ROM.
|
2007-02-01 16:15:09 +00:00
|
|
|
*/
|
|
|
|
mmc_fake_toc(d);
|
2007-01-31 17:34:49 +00:00
|
|
|
|
2007-02-01 16:15:09 +00:00
|
|
|
if (d->status == BURN_DISC_UNREADY)
|
|
|
|
d->status = BURN_DISC_FULL;
|
2007-05-21 18:57:09 +00:00
|
|
|
return 1;
|
2007-01-31 17:34:49 +00:00
|
|
|
}
|
2009-08-23 13:08:19 +00:00
|
|
|
|
|
|
|
/* ts A90823:
|
|
|
|
SanDisk Cruzer U3 memory stick stalls on format 2.
|
|
|
|
Format 0 seems to be more conservative with read-only drives.
|
|
|
|
*/
|
|
|
|
if (!(d->mdata->cdrw_write || d->current_profile != 0x08)) {
|
|
|
|
ret = mmc_read_toc_fmt0(d);
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
scsi_init_command(&c, MMC_GET_TOC, sizeof(MMC_GET_TOC));
|
|
|
|
/*
|
2007-02-01 16:15:09 +00:00
|
|
|
memcpy(c.opcode, MMC_GET_TOC, sizeof(MMC_GET_TOC));
|
2006-08-15 20:37:04 +00:00
|
|
|
c.oplen = sizeof(MMC_GET_TOC);
|
2007-05-21 18:57:09 +00:00
|
|
|
*/
|
|
|
|
c.dxfer_len = *alloc_len;
|
|
|
|
c.opcode[7] = (c.dxfer_len >> 8) & 0xff;
|
|
|
|
c.opcode[8] = c.dxfer_len & 0xff;
|
|
|
|
c.retry = 1;
|
2006-08-15 20:37:04 +00:00
|
|
|
c.page = &buf;
|
|
|
|
c.page->bytes = 0;
|
|
|
|
c.page->sectors = 0;
|
|
|
|
c.dir = FROM_DRIVE;
|
|
|
|
d->issue_command(d, &c);
|
|
|
|
|
|
|
|
if (c.error) {
|
2006-10-20 15:16:29 +00:00
|
|
|
|
|
|
|
/* ts A61020 : this snaps on non-blank DVD media */
|
2006-11-06 15:52:45 +00:00
|
|
|
/* ts A61106 : also snaps on CD with unclosed track/session */
|
2006-10-20 15:16:29 +00:00
|
|
|
/* Very unsure wether this old measure is ok.
|
|
|
|
Obviously higher levels do not care about this.
|
2006-12-20 11:20:08 +00:00
|
|
|
outdated info: DVD+RW burns go on after passing through here.
|
2006-10-20 15:16:29 +00:00
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
d->busy = BURN_DRIVE_IDLE;
|
2006-10-20 15:16:29 +00:00
|
|
|
*/
|
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
|
|
|
0x0002010d,
|
|
|
|
LIBDAX_MSGS_SEV_DEBUG, LIBDAX_MSGS_PRIO_HIGH,
|
2007-01-31 17:34:49 +00:00
|
|
|
"Could not inquire TOC", 0,0);
|
2006-10-20 15:16:29 +00:00
|
|
|
d->status = BURN_DISC_UNSUITABLE;
|
|
|
|
d->toc_entries = 0;
|
|
|
|
/* Prefering memory leaks over fandangos */
|
2007-08-25 16:02:58 +00:00
|
|
|
d->toc_entry = calloc(1, sizeof(struct burn_toc_entry));
|
2007-05-21 18:57:09 +00:00
|
|
|
return 0;
|
2006-08-15 20:37:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
dlen = c.page->data[0] * 256 + c.page->data[1];
|
2007-05-21 18:57:09 +00:00
|
|
|
old_alloc_len = *alloc_len;
|
|
|
|
*alloc_len = dlen + 2;
|
|
|
|
if (old_alloc_len < 15)
|
|
|
|
return 1;
|
|
|
|
if (dlen + 2 > old_alloc_len)
|
|
|
|
dlen = old_alloc_len - 2;
|
2006-08-15 20:37:04 +00:00
|
|
|
d->toc_entries = (dlen - 2) / 11;
|
2007-05-21 18:57:09 +00:00
|
|
|
if (d->toc_entries < 1)
|
|
|
|
return 0;
|
2006-08-15 20:37:04 +00:00
|
|
|
/*
|
|
|
|
some drives fail this check.
|
|
|
|
|
2006-10-09 12:49:08 +00:00
|
|
|
ts A61007 : if re-enabled then not via Assert.
|
|
|
|
a ssert(((dlen - 2) % 11) == 0);
|
2006-08-15 20:37:04 +00:00
|
|
|
*/
|
2008-12-03 08:52:44 +00:00
|
|
|
/* ts A81202: plus number of sessions as reserve for leadout default */
|
|
|
|
d->toc_entry = calloc(d->toc_entries + (unsigned char) c.page->data[3],
|
|
|
|
sizeof(struct burn_toc_entry));
|
2007-08-25 08:58:41 +00:00
|
|
|
if(d->toc_entry == NULL) /* ts A70825 */
|
|
|
|
return 0;
|
2006-08-15 20:37:04 +00:00
|
|
|
tdata = c.page->data + 4;
|
|
|
|
|
|
|
|
burn_print(12, "TOC:\n");
|
|
|
|
|
|
|
|
d->disc = burn_disc_create();
|
2007-08-25 08:58:41 +00:00
|
|
|
if (d->disc == NULL) /* ts A70825 */
|
|
|
|
return 0;
|
2006-08-15 20:37:04 +00:00
|
|
|
|
|
|
|
for (i = 0; i < c.page->data[3]; i++) {
|
|
|
|
session = burn_session_create();
|
2007-08-25 08:58:41 +00:00
|
|
|
if (session == NULL) /* ts A70825 */
|
|
|
|
return 0;
|
2006-08-15 20:37:04 +00:00
|
|
|
burn_disc_add_session(d->disc, session, BURN_POS_END);
|
|
|
|
burn_session_free(session);
|
|
|
|
}
|
2006-10-22 13:03:28 +00:00
|
|
|
|
|
|
|
/* ts A61022 */
|
|
|
|
burn_print(bpl, "-----------------------------------\n");
|
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
for (i = 0; i < d->toc_entries; i++, tdata += 11) {
|
2006-10-22 13:03:28 +00:00
|
|
|
|
|
|
|
/* ts A61022: was burn_print level 12 */
|
|
|
|
burn_print(bpl, "S %d, PT %2.2Xh, TNO %d :", tdata[0],tdata[3],
|
2006-08-15 20:37:04 +00:00
|
|
|
tdata[2]);
|
2006-10-22 13:03:28 +00:00
|
|
|
burn_print(bpl, " MSF(%d:%d:%d)", tdata[4],tdata[5],tdata[6]);
|
|
|
|
burn_print(bpl, " PMSF(%d:%d:%d %d)",
|
|
|
|
tdata[8], tdata[9], tdata[10],
|
2007-02-01 16:15:09 +00:00
|
|
|
burn_msf_to_lba(tdata[8], tdata[9], tdata[10]));
|
2006-10-22 13:03:28 +00:00
|
|
|
burn_print(bpl, " - control %d, adr %d\n", tdata[1] & 0xF,
|
2006-08-15 20:37:04 +00:00
|
|
|
tdata[1] >> 4);
|
|
|
|
|
2006-10-20 11:34:52 +00:00
|
|
|
/*
|
|
|
|
fprintf(stderr, "libburn_experimental: toc entry #%d : %d %d %d\n",i,tdata[8], tdata[9], tdata[10]);
|
|
|
|
*/
|
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
if (tdata[3] == 1) {
|
|
|
|
if (burn_msf_to_lba(tdata[8], tdata[9], tdata[10])) {
|
|
|
|
d->disc->session[0]->hidefirst = 1;
|
|
|
|
track = burn_track_create();
|
|
|
|
burn_session_add_track(d->disc->
|
|
|
|
session[tdata[0] - 1],
|
|
|
|
track, BURN_POS_END);
|
|
|
|
burn_track_free(track);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
2006-12-11 12:53:12 +00:00
|
|
|
if (tdata[0] <= 0 || tdata[0] > d->disc->sessions)
|
|
|
|
tdata[0] = d->disc->sessions;
|
|
|
|
if (tdata[3] < 100 && tdata[0] > 0) {
|
2006-08-15 20:37:04 +00:00
|
|
|
track = burn_track_create();
|
|
|
|
burn_session_add_track(d->disc->session[tdata[0] - 1],
|
|
|
|
track, BURN_POS_END);
|
|
|
|
track->entry = &d->toc_entry[i];
|
|
|
|
burn_track_free(track);
|
|
|
|
}
|
|
|
|
d->toc_entry[i].session = tdata[0];
|
|
|
|
d->toc_entry[i].adr = tdata[1] >> 4;
|
|
|
|
d->toc_entry[i].control = tdata[1] & 0xF;
|
|
|
|
d->toc_entry[i].tno = tdata[2];
|
|
|
|
d->toc_entry[i].point = tdata[3];
|
|
|
|
d->toc_entry[i].min = tdata[4];
|
|
|
|
d->toc_entry[i].sec = tdata[5];
|
|
|
|
d->toc_entry[i].frame = tdata[6];
|
|
|
|
d->toc_entry[i].zero = tdata[7];
|
|
|
|
d->toc_entry[i].pmin = tdata[8];
|
|
|
|
d->toc_entry[i].psec = tdata[9];
|
|
|
|
d->toc_entry[i].pframe = tdata[10];
|
|
|
|
if (tdata[3] == 0xA0)
|
|
|
|
d->disc->session[tdata[0] - 1]->firsttrack = tdata[8];
|
|
|
|
if (tdata[3] == 0xA1)
|
|
|
|
d->disc->session[tdata[0] - 1]->lasttrack = tdata[8];
|
|
|
|
if (tdata[3] == 0xA2)
|
|
|
|
d->disc->session[tdata[0] - 1]->leadout_entry =
|
|
|
|
&d->toc_entry[i];
|
|
|
|
}
|
2006-10-22 13:03:28 +00:00
|
|
|
|
|
|
|
/* ts A61022 */
|
|
|
|
burn_print(bpl, "-----------------------------------\n");
|
|
|
|
|
2007-02-01 16:15:09 +00:00
|
|
|
/* ts A70131 : was (d->status != BURN_DISC_BLANK) */
|
|
|
|
if (d->status == BURN_DISC_UNREADY)
|
2006-08-15 20:37:04 +00:00
|
|
|
d->status = BURN_DISC_FULL;
|
|
|
|
toc_find_modes(d);
|
2008-08-09 07:18:53 +00:00
|
|
|
|
2008-12-03 08:52:44 +00:00
|
|
|
/* ts A81202 ticket 146 : a drive reported a session with no leadout */
|
|
|
|
for (i = 0; i < d->disc->sessions; i++) {
|
|
|
|
if (d->disc->session[i]->leadout_entry != NULL)
|
|
|
|
continue;
|
|
|
|
sprintf(msg, "Session %d of %d encountered without leadout",
|
|
|
|
i + 1, d->disc->sessions);
|
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
|
|
|
0x00020160,
|
|
|
|
LIBDAX_MSGS_SEV_WARNING, LIBDAX_MSGS_PRIO_HIGH,
|
|
|
|
msg, 0, 0);
|
|
|
|
|
|
|
|
/* Produce default leadout entry from last track of session
|
|
|
|
which will thus get its size set to 0 */;
|
|
|
|
if (d->disc->session[i]->track != NULL &&
|
|
|
|
d->disc->session[i]->tracks > 0) {
|
|
|
|
t_idx = d->toc_entries++;
|
|
|
|
memcpy(d->toc_entry + t_idx,
|
|
|
|
d->disc->session[i]->track[
|
|
|
|
d->disc->session[i]->tracks - 1]->entry,
|
|
|
|
sizeof(struct burn_toc_entry));
|
|
|
|
d->toc_entry[t_idx].point = 0xA2;
|
|
|
|
d->disc->session[i]->leadout_entry =
|
|
|
|
d->toc_entry + t_idx;
|
|
|
|
} else {
|
|
|
|
burn_disc_remove_session(d->disc, d->disc->session[i]);
|
|
|
|
sprintf(msg,
|
|
|
|
"Empty session %d deleted. Now %d sessions.",
|
|
|
|
i + 1, d->disc->sessions);
|
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
|
|
|
0x00020161,
|
|
|
|
LIBDAX_MSGS_SEV_WARNING, LIBDAX_MSGS_PRIO_HIGH,
|
|
|
|
msg, 0, 0);
|
|
|
|
i--;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2008-08-09 07:18:53 +00:00
|
|
|
/* A80808 */
|
|
|
|
burn_disc_cd_toc_extensions(d->disc, 0);
|
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void mmc_read_toc(struct burn_drive *d)
|
|
|
|
{
|
|
|
|
int alloc_len = 4, ret;
|
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 1);
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_read_toc") <= 0)
|
|
|
|
return;
|
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
ret = mmc_read_toc_al(d, &alloc_len);
|
|
|
|
/*
|
|
|
|
fprintf(stderr,
|
|
|
|
"LIBBURN_DEBUG: 43h READ TOC alloc_len = %d , ret = %d\n",
|
|
|
|
alloc_len, ret);
|
|
|
|
*/
|
|
|
|
if (alloc_len >= 15)
|
|
|
|
ret = mmc_read_toc_al(d, &alloc_len);
|
2006-08-15 20:37:04 +00:00
|
|
|
}
|
|
|
|
|
2007-01-31 17:34:49 +00:00
|
|
|
|
2007-02-02 15:11:35 +00:00
|
|
|
/* ts A70131 : This tries to get the start of the last complete session */
|
|
|
|
/* man mkisofs , option -C :
|
|
|
|
The first number is the sector number of the first sector in
|
|
|
|
the last session of the disk that should be appended to.
|
|
|
|
*/
|
2007-01-31 17:34:49 +00:00
|
|
|
int mmc_read_multi_session_c1(struct burn_drive *d, int *trackno, int *start)
|
|
|
|
{
|
|
|
|
struct buffer buf;
|
|
|
|
struct command c;
|
|
|
|
unsigned char *tdata;
|
2007-05-21 18:57:09 +00:00
|
|
|
int num_sessions, session_no, num_tracks, alloc_len = 12;
|
2007-02-02 15:11:35 +00:00
|
|
|
struct burn_disc *disc;
|
|
|
|
struct burn_session **sessions;
|
|
|
|
struct burn_track **tracks;
|
|
|
|
struct burn_toc_entry toc_entry;
|
2007-01-31 17:34:49 +00:00
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 1);
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_read_multi_session_c1") <= 0)
|
|
|
|
return 0;
|
2007-01-31 17:34:49 +00:00
|
|
|
|
2007-02-02 15:11:35 +00:00
|
|
|
/* First try to evaluate the eventually loaded TOC before issueing
|
|
|
|
a MMC command. This search obtains the first track of the last
|
|
|
|
complete session which has a track.
|
|
|
|
*/
|
|
|
|
*trackno = 0;
|
|
|
|
disc = burn_drive_get_disc(d);
|
|
|
|
if (disc == NULL)
|
|
|
|
goto inquire_drive;
|
|
|
|
sessions = burn_disc_get_sessions(disc, &num_sessions);
|
|
|
|
for (session_no = 0; session_no<num_sessions; session_no++) {
|
|
|
|
tracks = burn_session_get_tracks(sessions[session_no],
|
|
|
|
&num_tracks);
|
|
|
|
if (tracks == NULL || num_tracks <= 0)
|
|
|
|
continue;
|
|
|
|
burn_track_get_entry(tracks[0], &toc_entry);
|
|
|
|
if (toc_entry.extensions_valid & 1) { /* DVD extension valid */
|
|
|
|
*start = toc_entry.start_lba;
|
|
|
|
*trackno = (toc_entry.point_msb << 8)| toc_entry.point;
|
|
|
|
} else {
|
|
|
|
*start = burn_msf_to_lba(toc_entry.pmin,
|
|
|
|
toc_entry.psec, toc_entry.pframe);
|
|
|
|
*trackno = toc_entry.point;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
burn_disc_free(disc);
|
|
|
|
if(*trackno > 0)
|
|
|
|
return 1;
|
|
|
|
|
|
|
|
inquire_drive:;
|
2007-01-31 17:34:49 +00:00
|
|
|
/* mmc5r03.pdf 6.26.3.3.3 states that with non-CD this would
|
|
|
|
be a useless fake always starting at track 1, lba 0.
|
|
|
|
My drives return useful data, though.
|
2007-02-02 15:11:35 +00:00
|
|
|
MMC-3 states that DVD had no tracks. So maybe this mandatory fake
|
|
|
|
is a forgotten legacy ?
|
2007-01-31 17:34:49 +00:00
|
|
|
*/
|
2007-05-21 18:57:09 +00:00
|
|
|
scsi_init_command(&c, MMC_GET_MSINFO, sizeof(MMC_GET_MSINFO));
|
|
|
|
/*
|
2007-01-31 17:34:49 +00:00
|
|
|
memcpy(c.opcode, MMC_GET_MSINFO, sizeof(MMC_GET_MSINFO));
|
|
|
|
c.oplen = sizeof(MMC_GET_MSINFO);
|
2007-05-21 18:57:09 +00:00
|
|
|
*/
|
|
|
|
c.dxfer_len = alloc_len;
|
|
|
|
c.opcode[7]= (c.dxfer_len >> 8) & 0xff;
|
|
|
|
c.opcode[8]= c.dxfer_len & 0xff;
|
|
|
|
c.retry = 1;
|
2007-01-31 17:34:49 +00:00
|
|
|
c.page = &buf;
|
|
|
|
c.page->bytes = 0;
|
|
|
|
c.page->sectors = 0;
|
|
|
|
c.dir = FROM_DRIVE;
|
|
|
|
d->issue_command(d, &c);
|
|
|
|
|
|
|
|
if (c.error)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
tdata = c.page->data + 4;
|
|
|
|
*trackno = tdata[2];
|
2007-02-02 15:11:35 +00:00
|
|
|
*start = mmc_four_char_to_int(tdata + 4);
|
2007-01-31 17:34:49 +00:00
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-06-03 18:53:57 +00:00
|
|
|
/* ts A61201 */
|
2009-08-15 13:32:56 +00:00
|
|
|
char *mmc_obtain_profile_name(int profile_number)
|
2009-06-03 18:53:57 +00:00
|
|
|
{
|
|
|
|
static char *texts[0x53] = {NULL};
|
|
|
|
int i, max_pno = 0x53;
|
|
|
|
|
|
|
|
if (texts[0] == NULL) {
|
|
|
|
for (i = 0; i<max_pno; i++)
|
|
|
|
texts[i] = "";
|
|
|
|
/* mmc5r03c.pdf , Table 89, Spelling: guessed cdrecord style */
|
|
|
|
texts[0x01] = "Non-removable disk";
|
|
|
|
texts[0x02] = "Removable disk";
|
|
|
|
texts[0x03] = "MO erasable";
|
|
|
|
texts[0x04] = "Optical write once";
|
|
|
|
texts[0x05] = "AS-MO";
|
|
|
|
texts[0x08] = "CD-ROM";
|
|
|
|
texts[0x09] = "CD-R";
|
|
|
|
texts[0x0a] = "CD-RW";
|
|
|
|
texts[0x10] = "DVD-ROM";
|
|
|
|
texts[0x11] = "DVD-R sequential recording";
|
|
|
|
texts[0x12] = "DVD-RAM";
|
|
|
|
texts[0x13] = "DVD-RW restricted overwrite";
|
|
|
|
texts[0x14] = "DVD-RW sequential recording";
|
|
|
|
texts[0x15] = "DVD-R/DL sequential recording";
|
|
|
|
texts[0x16] = "DVD-R/DL layer jump recording";
|
|
|
|
texts[0x1a] = "DVD+RW";
|
|
|
|
texts[0x1b] = "DVD+R";
|
|
|
|
texts[0x2a] = "DVD+RW/DL";
|
|
|
|
texts[0x2b] = "DVD+R/DL";
|
|
|
|
texts[0x40] = "BD-ROM";
|
|
|
|
texts[0x41] = "BD-R sequential recording";
|
|
|
|
texts[0x42] = "BD-R random recording";
|
|
|
|
texts[0x43] = "BD-RE";
|
|
|
|
texts[0x50] = "HD-DVD-ROM";
|
|
|
|
texts[0x51] = "HD-DVD-R";
|
|
|
|
texts[0x52] = "HD-DVD-RAM";
|
|
|
|
}
|
|
|
|
if (profile_number<0 || profile_number>=max_pno)
|
|
|
|
return "";
|
|
|
|
return texts[profile_number];
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* ts A90603 : to be used if the drive knows no GET CONFIGURATION
|
|
|
|
*/
|
|
|
|
static int mmc_guess_profile(struct burn_drive *d, int flag)
|
|
|
|
{
|
|
|
|
int cp;
|
|
|
|
|
|
|
|
cp = 0;
|
|
|
|
if (d->status == BURN_DISC_BLANK ||
|
|
|
|
d->status == BURN_DISC_APPENDABLE) {
|
|
|
|
cp = 0x09;
|
|
|
|
} else if (d->status == BURN_DISC_FULL) {
|
|
|
|
cp = 0x08;
|
|
|
|
}
|
|
|
|
if (cp)
|
|
|
|
if (d->erasable)
|
|
|
|
cp = 0x0a;
|
|
|
|
d->current_profile = cp;
|
|
|
|
if (cp == 0)
|
|
|
|
return 0;
|
|
|
|
d->current_is_cd_profile = 1;
|
|
|
|
d->current_is_supported_profile = 1;
|
|
|
|
strcpy(d->current_profile_text, mmc_obtain_profile_name(cp));
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
static int mmc_read_disc_info_al(struct burn_drive *d, int *alloc_len)
|
2006-08-15 20:37:04 +00:00
|
|
|
{
|
|
|
|
struct buffer buf;
|
|
|
|
unsigned char *data;
|
|
|
|
struct command c;
|
2006-12-01 21:38:34 +00:00
|
|
|
char msg[160];
|
2007-02-01 16:15:09 +00:00
|
|
|
/* ts A70131 : had to move mmc_read_toc() to end of function */
|
2009-01-09 09:59:59 +00:00
|
|
|
int do_read_toc = 0, disc_status, len, old_alloc_len;
|
|
|
|
int ret, number_of_sessions = -1;
|
2006-12-01 21:38:34 +00:00
|
|
|
|
|
|
|
/* ts A61020 */
|
|
|
|
d->start_lba = d->end_lba = -2000000000;
|
|
|
|
d->erasable = 0;
|
2007-01-30 17:54:39 +00:00
|
|
|
d->last_track_no = 1;
|
2006-12-01 21:38:34 +00:00
|
|
|
|
2007-02-15 20:18:07 +00:00
|
|
|
/* ts A70212 - A70215 */
|
2007-02-13 14:37:25 +00:00
|
|
|
d->media_capacity_remaining = 0;
|
2007-02-15 20:18:07 +00:00
|
|
|
d->media_lba_limit = 0;
|
2007-02-13 14:37:25 +00:00
|
|
|
|
2008-12-10 09:26:09 +00:00
|
|
|
/* ts A81210 */
|
|
|
|
d->media_read_capacity = 0x7fffffff;
|
|
|
|
|
2006-12-02 11:17:12 +00:00
|
|
|
/* ts A61202 */
|
|
|
|
d->toc_entries = 0;
|
|
|
|
if (d->status == BURN_DISC_EMPTY)
|
2007-05-21 18:57:09 +00:00
|
|
|
return 1;
|
2006-12-02 11:17:12 +00:00
|
|
|
|
2006-12-01 21:38:34 +00:00
|
|
|
mmc_get_configuration(d);
|
2006-08-15 20:37:04 +00:00
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
scsi_init_command(&c, MMC_GET_DISC_INFO, sizeof(MMC_GET_DISC_INFO));
|
|
|
|
c.dxfer_len = *alloc_len;
|
|
|
|
c.opcode[7]= (c.dxfer_len >> 8) & 0xff;
|
|
|
|
c.opcode[8]= c.dxfer_len & 0xff;
|
|
|
|
c.retry = 1;
|
2006-08-15 20:37:04 +00:00
|
|
|
c.page = &buf;
|
|
|
|
c.page->sectors = 0;
|
|
|
|
c.page->bytes = 0;
|
|
|
|
c.dir = FROM_DRIVE;
|
|
|
|
d->issue_command(d, &c);
|
|
|
|
|
|
|
|
if (c.error) {
|
|
|
|
d->busy = BURN_DRIVE_IDLE;
|
2007-05-21 18:57:09 +00:00
|
|
|
return 0;
|
2006-08-15 20:37:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
data = c.page->data;
|
2007-05-21 18:57:09 +00:00
|
|
|
len = (data[0] << 8) | data[1];
|
|
|
|
old_alloc_len = *alloc_len;
|
|
|
|
*alloc_len = len + 2;
|
|
|
|
if (old_alloc_len < 34)
|
|
|
|
return 1;
|
2009-09-09 12:52:07 +00:00
|
|
|
if (*alloc_len < 24) /* data[23] is the last mandatory byte here */
|
2007-05-21 18:57:09 +00:00
|
|
|
return 0;
|
|
|
|
if (len + 2 > old_alloc_len)
|
|
|
|
len = old_alloc_len - 2;
|
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
d->erasable = !!(data[2] & 16);
|
2006-10-20 11:34:52 +00:00
|
|
|
|
2009-09-09 12:52:07 +00:00
|
|
|
/* ts A90908 */
|
|
|
|
d->disc_type = data[8];
|
|
|
|
d->disc_info_valid = 1;
|
|
|
|
d->disc_id = mmc_four_char_to_int(data + 12);
|
|
|
|
d->disc_info_valid |= (!!(data[7] & 128)) << 1;
|
|
|
|
if (len + 2 > 31 && (data[7] & 64)) {
|
|
|
|
memcpy(d->disc_bar_code, data + 24, 8);
|
2009-10-27 10:06:43 +00:00
|
|
|
d->disc_bar_code[8] = 0;
|
2009-09-09 12:52:07 +00:00
|
|
|
d->disc_info_valid |= 4;
|
|
|
|
}
|
|
|
|
if (len + 2 > 32 && (data[7] & 16)) {
|
|
|
|
d->disc_app_code = data[32];
|
|
|
|
d->disc_info_valid |= 8;
|
|
|
|
}
|
2009-09-09 13:39:27 +00:00
|
|
|
if (data[7] & 32)
|
2009-09-09 12:52:07 +00:00
|
|
|
d->disc_info_valid |= 16;
|
2009-09-09 13:39:27 +00:00
|
|
|
if (data[2] & 16)
|
|
|
|
d->disc_info_valid |= 32;
|
2009-09-09 12:52:07 +00:00
|
|
|
|
2007-02-12 14:23:14 +00:00
|
|
|
disc_status = data[2] & 3;
|
2009-01-09 09:59:59 +00:00
|
|
|
d->state_of_last_session = (data[2] >> 2) & 3;
|
|
|
|
number_of_sessions = (data[9] << 8) | data[4];
|
|
|
|
|
2008-05-09 14:51:48 +00:00
|
|
|
if (d->current_profile == 0x10 || d->current_profile == 0x40) {
|
|
|
|
/* DVD-ROM , BD-ROM */
|
|
|
|
disc_status = 2; /* always full and finalized */
|
|
|
|
d->erasable = 0; /* never erasable */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ts A80207 : DVD - R DL can normally be read but not be written */
|
|
|
|
if(d->current_profile == 0x15 && !burn_support_untested_profiles) {
|
2007-02-12 14:23:14 +00:00
|
|
|
disc_status = 2; /* always full and finalized */
|
|
|
|
d->erasable = 0; /* never erasable */
|
|
|
|
}
|
2008-02-08 07:34:58 +00:00
|
|
|
|
2008-05-09 14:51:48 +00:00
|
|
|
#ifdef Libburn_support_bd_r_readonlY
|
|
|
|
/* <<< For now: declaring BD-R read-only
|
|
|
|
*/
|
2008-12-09 12:35:13 +00:00
|
|
|
#ifndef Libburn_support_bd_plus_r_srM
|
|
|
|
if (d->current_profile == 0x41) {
|
|
|
|
/* BD-R seq as readonly dummy */
|
|
|
|
disc_status = 2; /* always full and finalized */
|
|
|
|
d->erasable = 0; /* never erasable */
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
if (d->current_profile == 0x42) {
|
|
|
|
/* BD-R rnd */
|
2008-05-09 14:51:48 +00:00
|
|
|
disc_status = 2; /* always full and finalized */
|
|
|
|
d->erasable = 0; /* never erasable */
|
|
|
|
}
|
|
|
|
#endif /* Libburn_support_bd_r_readonlY */
|
|
|
|
|
2009-09-09 12:52:07 +00:00
|
|
|
/* MMC-5 6.22.3.1.16:
|
|
|
|
Last Session Lead-in Start Address bytes 16 to 19
|
|
|
|
Last Possible Lead-out Start Address bytes 20 to 23
|
|
|
|
MSF for CD, LBA else
|
|
|
|
*/
|
|
|
|
if(d->current_profile == 0x08 || d->current_profile == 0x09 ||
|
|
|
|
d->current_profile == 0x0a) {
|
|
|
|
d->last_lead_in =
|
|
|
|
burn_msf_to_lba(data[17], data[18], data[19]);
|
|
|
|
d->last_lead_out =
|
|
|
|
burn_msf_to_lba(data[21], data[22], data[23]);
|
|
|
|
} else {
|
|
|
|
d->last_lead_in = mmc_four_char_to_int(data + 16);
|
|
|
|
d->last_lead_out = mmc_four_char_to_int(data + 20);
|
|
|
|
}
|
|
|
|
|
2007-02-12 14:23:14 +00:00
|
|
|
switch (disc_status) {
|
2006-08-15 20:37:04 +00:00
|
|
|
case 0:
|
2008-12-10 09:26:09 +00:00
|
|
|
regard_as_blank:;
|
2006-08-15 20:37:04 +00:00
|
|
|
d->toc_entries = 0;
|
2006-10-20 11:34:52 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
fprintf(stderr, "libburn_experimental: start_lba = %d (%d %d %d) , end_lba = %d (%d %d %d)\n",
|
|
|
|
d->start_lba, data[17], data[18], data[19],
|
|
|
|
d->end_lba, data[21], data[22], data[23]);
|
|
|
|
*/
|
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
d->status = BURN_DISC_BLANK;
|
2009-09-09 12:52:07 +00:00
|
|
|
d->start_lba = d->last_lead_in;
|
|
|
|
d->end_lba = d->last_lead_out;
|
2006-08-15 20:37:04 +00:00
|
|
|
break;
|
|
|
|
case 1:
|
|
|
|
d->status = BURN_DISC_APPENDABLE;
|
2008-12-10 09:26:09 +00:00
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
case 2:
|
2007-02-12 14:23:14 +00:00
|
|
|
if (disc_status == 2)
|
2007-02-01 16:15:09 +00:00
|
|
|
d->status = BURN_DISC_FULL;
|
2006-12-18 12:33:51 +00:00
|
|
|
|
2008-12-10 09:26:09 +00:00
|
|
|
/* ts A81210 */
|
|
|
|
ret = mmc_read_capacity(d);
|
|
|
|
/* Freshly formatted, unwritten BD-R pretend to be appendable
|
|
|
|
but in our model they need to be regarded as blank.
|
2009-01-09 09:59:59 +00:00
|
|
|
Criterion: BD-R seq, read capacity known and 0,
|
|
|
|
declared appendable, single empty session
|
2008-12-10 09:26:09 +00:00
|
|
|
*/
|
2009-01-09 09:59:59 +00:00
|
|
|
if (d->current_profile == 0x41 &&
|
2008-12-10 09:26:09 +00:00
|
|
|
d->status == BURN_DISC_APPENDABLE &&
|
2009-01-09 09:59:59 +00:00
|
|
|
ret > 0 && d->media_read_capacity == 0 &&
|
|
|
|
d->state_of_last_session == 0 && number_of_sessions == 1)
|
2008-12-10 09:26:09 +00:00
|
|
|
goto regard_as_blank;
|
2008-05-09 14:51:48 +00:00
|
|
|
|
2009-01-09 09:59:59 +00:00
|
|
|
if (d->current_profile == 0x41 &&
|
|
|
|
d->status == BURN_DISC_APPENDABLE &&
|
|
|
|
d->state_of_last_session == 1) {
|
|
|
|
|
|
|
|
/* ??? apply this test to other media types ? */
|
|
|
|
|
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
|
|
|
0x00020169,
|
|
|
|
LIBDAX_MSGS_SEV_WARNING, LIBDAX_MSGS_PRIO_HIGH,
|
|
|
|
"Last session on media is still open.", 0, 0);
|
|
|
|
}
|
|
|
|
|
2008-12-10 09:26:09 +00:00
|
|
|
do_read_toc = 1;
|
|
|
|
break;
|
2009-10-09 12:35:42 +00:00
|
|
|
case 3:
|
|
|
|
/* ts A91009 : DVD-RAM has disc status "others" */
|
|
|
|
mmc_read_capacity(d);
|
|
|
|
break;
|
2008-02-08 07:34:58 +00:00
|
|
|
}
|
|
|
|
|
2009-06-03 18:53:57 +00:00
|
|
|
/* ts A90603 : An MMC-1 drive might not know the media type yet */
|
|
|
|
if (d->current_is_guessed_profile && d->current_profile == 0)
|
|
|
|
mmc_guess_profile(d, 0);
|
|
|
|
|
2007-02-02 17:32:09 +00:00
|
|
|
if ((d->current_profile != 0 || d->status != BURN_DISC_UNREADY)
|
|
|
|
&& ! d->current_is_supported_profile) {
|
|
|
|
if (!d->silent_on_scsi_error) {
|
|
|
|
sprintf(msg,
|
|
|
|
"Unsuitable media detected. Profile %4.4Xh %s",
|
|
|
|
d->current_profile, d->current_profile_text);
|
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
|
|
|
0x0002011e,
|
|
|
|
LIBDAX_MSGS_SEV_SORRY, LIBDAX_MSGS_PRIO_HIGH,
|
|
|
|
msg, 0,0);
|
|
|
|
}
|
|
|
|
d->status = BURN_DISC_UNSUITABLE;
|
2007-05-21 18:57:09 +00:00
|
|
|
return 0;
|
2007-02-02 17:32:09 +00:00
|
|
|
}
|
|
|
|
|
2009-11-05 17:03:01 +00:00
|
|
|
/* ts A61217 :
|
2006-12-20 11:20:08 +00:00
|
|
|
growisofs performs OPC if (data[0]<<8)|data[1]<=32
|
|
|
|
which indicates no OPC entries are attached to the
|
|
|
|
reply from the drive.
|
2009-11-05 17:03:01 +00:00
|
|
|
ts A91104 :
|
|
|
|
Actually growisofs performs OPC only on DVD-R[W].
|
2006-12-18 12:33:51 +00:00
|
|
|
*/
|
2009-11-05 17:03:01 +00:00
|
|
|
d->num_opc_tables = 0;
|
|
|
|
if(((data[0] << 8) | data[1]) > 32) /* i.e. > 34 bytes are available */
|
|
|
|
d->num_opc_tables = data[33];
|
2006-12-18 12:33:51 +00:00
|
|
|
|
2006-12-20 11:20:08 +00:00
|
|
|
/* ts A61219 : mmc5r03c.pdf 6.22.3.1.13 BG Format Status
|
|
|
|
0=blank (not yet started)
|
|
|
|
1=started but neither running nor complete
|
|
|
|
2=in progress
|
|
|
|
3=completed
|
|
|
|
*/
|
|
|
|
d->bg_format_status = data[7] & 3;
|
|
|
|
|
2007-02-13 14:37:25 +00:00
|
|
|
/* Preliminarily declare blank:
|
|
|
|
ts A61219 : DVD+RW (is not bg_format_status==0 "blank")
|
|
|
|
ts A61229 : same for DVD-RW Restricted overwrite
|
|
|
|
ts A70112 : same for DVD-RAM
|
|
|
|
*/
|
|
|
|
if (d->current_profile == 0x1a || d->current_profile == 0x13 ||
|
2008-02-28 12:32:34 +00:00
|
|
|
d->current_profile == 0x12 || d->current_profile == 0x43)
|
2007-02-13 14:37:25 +00:00
|
|
|
d->status = BURN_DISC_BLANK;
|
|
|
|
|
2007-02-01 16:15:09 +00:00
|
|
|
if (d->status == BURN_DISC_BLANK) {
|
2007-01-29 17:57:31 +00:00
|
|
|
d->last_track_no = 1; /* The "incomplete track" */
|
2007-02-01 16:15:09 +00:00
|
|
|
d->complete_sessions = 0;
|
|
|
|
} else {
|
|
|
|
/* ts A70131 : number of non-empty sessions */
|
2009-01-09 09:59:59 +00:00
|
|
|
d->complete_sessions = number_of_sessions;
|
2007-02-01 16:15:09 +00:00
|
|
|
/* mmc5r03c.pdf 6.22.3.1.3 State of Last Session: 3=complete */
|
2009-01-09 09:59:59 +00:00
|
|
|
if (d->state_of_last_session != 3 && d->complete_sessions >= 1)
|
2007-02-01 16:15:09 +00:00
|
|
|
d->complete_sessions--;
|
|
|
|
|
2007-01-29 17:57:31 +00:00
|
|
|
/* ts A70129 : mmc5r03c.pdf 6.22.3.1.7
|
|
|
|
This includes the "incomplete track" if the disk is
|
|
|
|
appendable. I.e number of complete tracks + 1. */
|
|
|
|
d->last_track_no = (data[11] << 8) | data[6];
|
2007-02-01 16:15:09 +00:00
|
|
|
}
|
2007-09-09 18:28:05 +00:00
|
|
|
if (d->current_profile != 0x0a && d->current_profile != 0x13 &&
|
|
|
|
d->current_profile != 0x14 && d->status != BURN_DISC_FULL)
|
|
|
|
d->erasable = 0; /* stay in sync with burn_disc_erase() */
|
2007-01-29 17:57:31 +00:00
|
|
|
|
2007-02-01 16:15:09 +00:00
|
|
|
if (do_read_toc)
|
|
|
|
mmc_read_toc(d);
|
2007-05-21 18:57:09 +00:00
|
|
|
return 1;
|
2006-08-15 20:37:04 +00:00
|
|
|
}
|
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
|
|
|
|
void mmc_read_disc_info(struct burn_drive *d)
|
|
|
|
{
|
|
|
|
int alloc_len = 34, ret;
|
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 1);
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_read_disc_info") <= 0)
|
|
|
|
return;
|
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
ret = mmc_read_disc_info_al(d, &alloc_len);
|
|
|
|
/*
|
|
|
|
fprintf(stderr,"LIBBURN_DEBUG: 51h alloc_len = %d , ret = %d\n",
|
|
|
|
alloc_len, ret);
|
|
|
|
*/
|
|
|
|
/* for now there is no need to inquire the variable lenght part */
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
void mmc_read_atip(struct burn_drive *d)
|
|
|
|
{
|
|
|
|
struct buffer buf;
|
|
|
|
struct command c;
|
2007-05-21 18:57:09 +00:00
|
|
|
int alloc_len = 28;
|
2006-08-15 20:37:04 +00:00
|
|
|
|
2006-12-27 13:03:09 +00:00
|
|
|
/* ts A61021 */
|
2006-10-21 10:34:15 +00:00
|
|
|
unsigned char *data;
|
|
|
|
/* Speed values from A1:
|
2006-10-23 07:42:46 +00:00
|
|
|
With 4 cdrecord tells "10" or "8" where MMC-1 says "8".
|
|
|
|
cdrecord "8" appear on 4xCD-RW and thus seem to be quite invalid.
|
2006-10-21 10:34:15 +00:00
|
|
|
My CD-R (>=24 speed) tell no A1.
|
|
|
|
The higher non-MMC-1 values are hearsay.
|
|
|
|
*/
|
2006-12-27 13:03:09 +00:00
|
|
|
/* 0, 2, 4, 6, 10, -, 16, -, */
|
|
|
|
static int speed_value[16]= { 0, 353, 706, 1059, 1764, -5, 2824, -7,
|
|
|
|
4234, 5646, 7056, 8468, -12, -13, -14, -15};
|
|
|
|
/* 24, 32, 40, 48, -, -, -, - */
|
2006-10-21 10:34:15 +00:00
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 1);
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_read_atip") <= 0)
|
|
|
|
return;
|
2007-05-21 18:57:09 +00:00
|
|
|
|
|
|
|
scsi_init_command(&c, MMC_GET_ATIP, sizeof(MMC_GET_ATIP));
|
|
|
|
/*
|
2006-08-15 20:37:04 +00:00
|
|
|
memcpy(c.opcode, MMC_GET_ATIP, sizeof(MMC_GET_ATIP));
|
|
|
|
c.oplen = sizeof(MMC_GET_ATIP);
|
2007-05-21 18:57:09 +00:00
|
|
|
*/
|
|
|
|
c.dxfer_len = alloc_len;
|
|
|
|
c.opcode[7]= (c.dxfer_len >> 8) & 0xff;
|
|
|
|
c.opcode[8]= c.dxfer_len & 0xff;
|
|
|
|
c.retry = 1;
|
2006-08-15 20:37:04 +00:00
|
|
|
c.page = &buf;
|
|
|
|
c.page->bytes = 0;
|
|
|
|
c.page->sectors = 0;
|
|
|
|
|
|
|
|
c.dir = FROM_DRIVE;
|
|
|
|
d->issue_command(d, &c);
|
|
|
|
burn_print(1, "atip shit for you\n");
|
2006-10-21 10:34:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* ts A61021 */
|
|
|
|
data = c.page->data;
|
|
|
|
d->erasable= !!(data[6]&64);
|
|
|
|
d->start_lba= burn_msf_to_lba(data[8],data[9],data[10]);
|
|
|
|
d->end_lba= burn_msf_to_lba(data[12],data[13],data[14]);
|
|
|
|
if (data[6]&4) {
|
2006-12-27 13:28:40 +00:00
|
|
|
if (speed_value[(data[16]>>4)&7] > 0) {
|
2006-10-21 10:34:15 +00:00
|
|
|
d->mdata->min_write_speed =
|
2006-12-27 13:03:09 +00:00
|
|
|
speed_value[(data[16]>>4)&7];
|
2006-12-27 13:28:40 +00:00
|
|
|
if (speed_value[(data[16])&15] <= 0)
|
|
|
|
d->mdata->max_write_speed =
|
|
|
|
speed_value[(data[16]>>4)&7];
|
|
|
|
}
|
|
|
|
if (speed_value[(data[16])&15] > 0) {
|
2006-10-21 10:34:15 +00:00
|
|
|
d->mdata->max_write_speed =
|
2006-12-27 13:03:09 +00:00
|
|
|
speed_value[(data[16])&15];
|
2006-12-27 13:28:40 +00:00
|
|
|
if (speed_value[(data[16]>>4)&7] <= 0)
|
|
|
|
d->mdata->min_write_speed =
|
|
|
|
speed_value[(data[16])&15];
|
|
|
|
}
|
2006-10-21 10:34:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#ifdef Burn_mmc_be_verbous_about_atiP
|
|
|
|
{ int i;
|
|
|
|
fprintf(stderr,"libburn_experimental: Returned ATIP Data\n");
|
|
|
|
for(i= 0; i<28; i++)
|
|
|
|
fprintf(stderr,"%3.3d (0x%2.2x)%s",
|
|
|
|
data[i],data[i],((i+1)%5 ? " ":"\n"));
|
|
|
|
fprintf(stderr,"\n");
|
|
|
|
|
|
|
|
fprintf(stderr,
|
|
|
|
"libburn_experimental: Indicative Target Writing Power= %d\n",
|
|
|
|
(data[4]>>4)&7);
|
|
|
|
fprintf(stderr,
|
|
|
|
"libburn_experimental: Reference speed= %d ->%d\n",
|
|
|
|
data[4]&7, speed_value[data[4]&7]);
|
|
|
|
fprintf(stderr,
|
|
|
|
"libburn_experimental: Is %sunrestricted\n",
|
|
|
|
(data[5]&64?"":"not "));
|
|
|
|
fprintf(stderr,
|
|
|
|
"libburn_experimental: Is %serasable, sub-type %d\n",
|
|
|
|
(data[6]&64?"":"not "),(data[6]>>3)&3);
|
|
|
|
fprintf(stderr,
|
|
|
|
"libburn_experimental: lead in: %d (%-2.2d:%-2.2d/%-2.2d)\n",
|
|
|
|
burn_msf_to_lba(data[8],data[9],data[10]),
|
|
|
|
data[8],data[9],data[10]);
|
|
|
|
fprintf(stderr,
|
|
|
|
"libburn_experimental: lead out: %d (%-2.2d:%-2.2d/%-2.2d)\n",
|
|
|
|
burn_msf_to_lba(data[12],data[13],data[14]),
|
|
|
|
data[12],data[13],data[14]);
|
|
|
|
if(data[6]&4)
|
|
|
|
fprintf(stderr,
|
|
|
|
"libburn_experimental: A1 speed low %d speed high %d\n",
|
|
|
|
speed_value[(data[16]>>4)&7], speed_value[(data[16])&7]);
|
|
|
|
if(data[6]&2)
|
|
|
|
fprintf(stderr,
|
|
|
|
"libburn_experimental: A2 speed low %d speed high %d\n",
|
|
|
|
speed_value[(data[20]>>4)&7], speed_value[(data[20])&7]);
|
|
|
|
if(data[6]&1)
|
|
|
|
fprintf(stderr,
|
|
|
|
"libburn_experimental: A3 speed low %d speed high %d\n",
|
|
|
|
speed_value[(data[24]>>4)&7], speed_value[(data[24])&7]);
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif /* Burn_mmc_be_verbous_about_atiP */
|
|
|
|
|
|
|
|
/* ts A61020
|
|
|
|
http://www.t10.org/ftp/t10/drafts/mmc/mmc-r10a.pdf , table 77 :
|
|
|
|
|
|
|
|
0 ATIP Data Length MSB
|
|
|
|
1 ATIP Data Length LSB
|
|
|
|
2 Reserved
|
|
|
|
3 Reserved
|
|
|
|
4 bit7=1, bit4-6="Indicative Target Writing Power", bit3=reserved ,
|
|
|
|
bit0-2="Reference speed"
|
|
|
|
5 bit7=0, bit6="URU" , bit0-5=reserved
|
|
|
|
6 bit7=1, bit6="Disc Type", bit3-4="Disc Sub-Type",
|
|
|
|
bit2="A1", bit1="A2", bit0="A3"
|
|
|
|
7 reserved
|
|
|
|
8 ATIP Start Time of lead-in (Min)
|
|
|
|
9 ATIP Start Time of lead-in (Sec)
|
|
|
|
10 ATIP Start Time of lead-in (Frame)
|
|
|
|
11 reserved
|
|
|
|
12 ATIP Last Possible Start Time of lead-out (Min)
|
|
|
|
13 ATIP Last Possible Start Time of lead-out (Sec)
|
|
|
|
14 ATIP Last Possible Start Time of lead-out (Frame)
|
|
|
|
15 reserved
|
|
|
|
16 bit7=0, bit4-6="Lowest Usable CLV Recording speed"
|
|
|
|
bit0-3="Highest Usable CLV Recording speed"
|
|
|
|
17 bit7=0, bit4-6="Power Multiplication Factor p",
|
|
|
|
bit1-3="Target y value of the Modulation/Power function", bit0=reserved
|
|
|
|
18 bit7=1, bit4-6="Recommended Erase/Write Power Ratio (P(inf)/W(inf))"
|
|
|
|
bit0-3=reserved
|
|
|
|
19 reserved
|
|
|
|
20-22 A2 Values
|
|
|
|
23 reserved
|
|
|
|
24-26 A3 Values
|
|
|
|
27 reserved
|
|
|
|
|
|
|
|
Disc Type - zero indicates CD-R media; one indicates CD-RW media.
|
|
|
|
|
|
|
|
Disc Sub-Type - shall be set to zero.
|
|
|
|
|
|
|
|
A1 - when set to one, indicates that bytes 16-18 are valid.
|
|
|
|
|
|
|
|
Lowest Usable CLV Recording Speed
|
|
|
|
000b Reserved
|
|
|
|
001b 2X
|
|
|
|
010b - 111b Reserved
|
|
|
|
|
|
|
|
Highest CLV Recording Speeds
|
|
|
|
000b Reserved
|
|
|
|
001b 2X
|
|
|
|
010b 4X
|
|
|
|
011b 6X
|
|
|
|
100b 8X
|
|
|
|
101b - 111b Reserved
|
|
|
|
|
|
|
|
MMC-3 seems to recommend MODE SENSE (5Ah) page 2Ah rather than A1, A2, A3.
|
|
|
|
This page is loaded in libburn function spc_sense_caps() .
|
|
|
|
Speed is given in kbytes/sec there. But i suspect this to be independent
|
|
|
|
of media. So one would habe to associate the speed descriptor blocks with
|
|
|
|
the ATIP media characteristics ? How ?
|
|
|
|
|
|
|
|
*/
|
2006-08-15 20:37:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
void mmc_read_sectors(struct burn_drive *d,
|
|
|
|
int start,
|
|
|
|
int len,
|
|
|
|
const struct burn_read_opts *o, struct buffer *buf)
|
|
|
|
{
|
|
|
|
int temp;
|
|
|
|
int errorblock, req;
|
|
|
|
struct command c;
|
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 0);
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_read_sectors") <= 0)
|
|
|
|
return;
|
2006-10-09 12:49:08 +00:00
|
|
|
|
|
|
|
/* ts A61009 : to be ensured by callers */
|
|
|
|
/* a ssert(len >= 0); */
|
|
|
|
|
|
|
|
/* if the drive isn't busy, why the hell are we here? */
|
|
|
|
/* ts A61006 : i second that question */
|
|
|
|
/* a ssert(d->busy); */
|
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
burn_print(12, "reading %d from %d\n", len, start);
|
2007-05-21 18:57:09 +00:00
|
|
|
|
|
|
|
scsi_init_command(&c, MMC_READ_CD, sizeof(MMC_READ_CD));
|
|
|
|
/*
|
2006-08-15 20:37:04 +00:00
|
|
|
memcpy(c.opcode, MMC_READ_CD, sizeof(MMC_READ_CD));
|
|
|
|
c.oplen = sizeof(MMC_READ_CD);
|
2007-05-21 18:57:09 +00:00
|
|
|
*/
|
|
|
|
c.retry = 1;
|
2006-08-15 20:37:04 +00:00
|
|
|
temp = start;
|
|
|
|
c.opcode[5] = temp & 0xFF;
|
|
|
|
temp >>= 8;
|
|
|
|
c.opcode[4] = temp & 0xFF;
|
|
|
|
temp >>= 8;
|
|
|
|
c.opcode[3] = temp & 0xFF;
|
|
|
|
temp >>= 8;
|
|
|
|
c.opcode[2] = temp & 0xFF;
|
|
|
|
c.opcode[8] = len & 0xFF;
|
|
|
|
len >>= 8;
|
|
|
|
c.opcode[7] = len & 0xFF;
|
|
|
|
len >>= 8;
|
|
|
|
c.opcode[6] = len & 0xFF;
|
|
|
|
req = 0xF8;
|
2006-11-06 19:58:24 +00:00
|
|
|
|
|
|
|
/* ts A61106 : LG GSA-4082B dislikes this. key=5h asc=24h ascq=00h
|
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
if (d->busy == BURN_DRIVE_GRABBING || o->report_recovered_errors)
|
|
|
|
req |= 2;
|
2006-11-06 19:58:24 +00:00
|
|
|
*/
|
2006-08-15 20:37:04 +00:00
|
|
|
|
|
|
|
c.opcode[10] = 0;
|
|
|
|
/* always read the subcode, throw it away later, since we don't know
|
|
|
|
what we're really reading
|
|
|
|
*/
|
|
|
|
if (d->busy == BURN_DRIVE_GRABBING || (o->subcodes_audio)
|
|
|
|
|| (o->subcodes_data))
|
|
|
|
c.opcode[10] = 1;
|
|
|
|
|
|
|
|
c.opcode[9] = req;
|
|
|
|
c.page = buf;
|
|
|
|
c.dir = FROM_DRIVE;
|
|
|
|
d->issue_command(d, &c);
|
|
|
|
|
|
|
|
if (c.error) {
|
|
|
|
burn_print(12, "got an error over here\n");
|
|
|
|
burn_print(12, "%d, %d, %d, %d\n", c.sense[3], c.sense[4],
|
|
|
|
c.sense[5], c.sense[6]);
|
|
|
|
errorblock =
|
|
|
|
(c.sense[3] << 24) + (c.sense[4] << 16) +
|
|
|
|
(c.sense[5] << 8) + c.sense[6];
|
|
|
|
c.page->sectors = errorblock - start + 1;
|
|
|
|
burn_print(1, "error on block %d\n", errorblock);
|
|
|
|
burn_print(12, "error on block %d\n", errorblock);
|
|
|
|
burn_print(12, "returning %d sectors\n", c.page->sectors);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void mmc_erase(struct burn_drive *d, int fast)
|
|
|
|
{
|
|
|
|
struct command c;
|
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 0);
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_erase") <= 0)
|
|
|
|
return;
|
2007-05-21 18:57:09 +00:00
|
|
|
|
|
|
|
scsi_init_command(&c, MMC_BLANK, sizeof(MMC_BLANK));
|
|
|
|
/*
|
2007-01-05 12:58:36 +00:00
|
|
|
memcpy(c.opcode, MMC_BLANK, sizeof(MMC_BLANK));
|
2007-05-21 18:57:09 +00:00
|
|
|
c.oplen = sizeof(MMC_BLANK);
|
|
|
|
*/
|
2006-08-15 20:37:04 +00:00
|
|
|
c.opcode[1] = 16; /* IMMED set to 1 */
|
|
|
|
c.opcode[1] |= !!fast;
|
|
|
|
c.retry = 1;
|
|
|
|
c.page = NULL;
|
|
|
|
c.dir = NO_TRANSFER;
|
|
|
|
d->issue_command(d, &c);
|
|
|
|
}
|
|
|
|
|
|
|
|
void mmc_read_lead_in(struct burn_drive *d, struct buffer *buf)
|
|
|
|
{
|
|
|
|
int len;
|
|
|
|
struct command c;
|
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 0);
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_read_lead_in") <= 0)
|
|
|
|
return;
|
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
len = buf->sectors;
|
2007-05-21 18:57:09 +00:00
|
|
|
scsi_init_command(&c, MMC_READ_CD, sizeof(MMC_READ_CD));
|
|
|
|
/*
|
2006-08-15 20:37:04 +00:00
|
|
|
memcpy(c.opcode, MMC_READ_CD, sizeof(MMC_READ_CD));
|
|
|
|
c.oplen = sizeof(MMC_READ_CD);
|
2007-05-21 18:57:09 +00:00
|
|
|
*/
|
|
|
|
c.retry = 1;
|
2006-08-15 20:37:04 +00:00
|
|
|
c.opcode[5] = 0;
|
|
|
|
c.opcode[4] = 0;
|
|
|
|
c.opcode[3] = 0;
|
|
|
|
c.opcode[2] = 0xF0;
|
|
|
|
c.opcode[8] = 1;
|
|
|
|
c.opcode[7] = 0;
|
|
|
|
c.opcode[6] = 0;
|
|
|
|
c.opcode[9] = 0;
|
|
|
|
c.opcode[10] = 2;
|
|
|
|
c.page = buf;
|
|
|
|
c.dir = FROM_DRIVE;
|
|
|
|
d->issue_command(d, &c);
|
|
|
|
}
|
|
|
|
|
|
|
|
void mmc_perform_opc(struct burn_drive *d)
|
|
|
|
{
|
|
|
|
struct command c;
|
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 0);
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_perform_opc") <= 0)
|
|
|
|
return;
|
2007-05-21 18:57:09 +00:00
|
|
|
|
|
|
|
scsi_init_command(&c, MMC_SEND_OPC, sizeof(MMC_SEND_OPC));
|
|
|
|
/*
|
2006-08-15 20:37:04 +00:00
|
|
|
memcpy(c.opcode, MMC_SEND_OPC, sizeof(MMC_SEND_OPC));
|
|
|
|
c.oplen = sizeof(MMC_SEND_OPC);
|
2007-05-21 18:57:09 +00:00
|
|
|
*/
|
|
|
|
c.retry = 1;
|
2006-08-15 20:37:04 +00:00
|
|
|
c.opcode[1] = 1;
|
|
|
|
c.page = NULL;
|
|
|
|
c.dir = NO_TRANSFER;
|
|
|
|
d->issue_command(d, &c);
|
|
|
|
}
|
|
|
|
|
2006-12-21 20:06:04 +00:00
|
|
|
|
|
|
|
/* ts A61221 : Learned much from dvd+rw-tools-7.0 set_speed_B6h() but then
|
|
|
|
made own experiments on base of mmc5r03c.pdf 6.8.3 and 6.39 in the hope
|
2007-07-14 11:22:01 +00:00
|
|
|
to achieve a leaner solution
|
|
|
|
ts A70712 : That leaner solution does not suffice for my LG GSA-4082B.
|
|
|
|
Meanwhile there is a speed descriptor list anyway.
|
|
|
|
*/
|
2007-07-17 08:57:24 +00:00
|
|
|
int mmc_set_streaming(struct burn_drive *d,
|
|
|
|
int r_speed, int w_speed, int end_lba)
|
2006-12-21 20:06:04 +00:00
|
|
|
{
|
|
|
|
struct buffer buf;
|
|
|
|
struct command c;
|
2007-07-17 08:57:24 +00:00
|
|
|
int b, eff_end_lba;
|
2008-08-30 10:44:45 +00:00
|
|
|
char msg[256];
|
2006-12-21 20:06:04 +00:00
|
|
|
unsigned char *pd;
|
2008-08-30 10:44:45 +00:00
|
|
|
int key, asc, ascq;
|
2006-12-21 20:06:04 +00:00
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 1);
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_set_streaming") <= 0)
|
|
|
|
return 0;
|
2006-12-21 20:06:04 +00:00
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
scsi_init_command(&c, MMC_SET_STREAMING, sizeof(MMC_SET_STREAMING));
|
|
|
|
c.retry = 1;
|
2006-12-21 20:06:04 +00:00
|
|
|
c.page = &buf;
|
|
|
|
c.page->bytes = 28;
|
|
|
|
c.opcode[9] = (c.page->bytes >> 8) & 0xff;
|
|
|
|
c.opcode[10] = c.page->bytes & 0xff;
|
|
|
|
c.page->sectors = 0;
|
|
|
|
c.dir = TO_DRIVE;
|
|
|
|
memset(c.page->data, 0, c.page->bytes);
|
|
|
|
pd = c.page->data;
|
|
|
|
|
|
|
|
pd[0] = 0; /* WRC=0 (Default Rotation Control), RDD=Exact=RA=0 */
|
|
|
|
|
2007-07-17 08:57:24 +00:00
|
|
|
if (w_speed == 0)
|
|
|
|
w_speed = 0x10000000; /* ~ 2 TB/s */
|
|
|
|
else if (w_speed < 0)
|
|
|
|
w_speed = 177; /* 1x CD */
|
|
|
|
if (r_speed == 0)
|
|
|
|
r_speed = 0x10000000; /* ~ 2 TB/s */
|
|
|
|
else if (r_speed < 0)
|
|
|
|
r_speed = 177; /* 1x CD */
|
2007-07-14 11:22:01 +00:00
|
|
|
if (end_lba == 0) {
|
|
|
|
/* Default computed from 4.7e9 */
|
2007-07-17 08:57:24 +00:00
|
|
|
eff_end_lba = 2294921 - 1;
|
2007-07-14 11:22:01 +00:00
|
|
|
if (d->mdata->max_end_lba > 0)
|
2007-07-17 08:57:24 +00:00
|
|
|
eff_end_lba = d->mdata->max_end_lba - 1;
|
|
|
|
} else
|
|
|
|
eff_end_lba = end_lba;
|
2006-12-25 19:00:26 +00:00
|
|
|
|
2006-12-26 17:07:53 +00:00
|
|
|
sprintf(msg, "mmc_set_streaming: end_lba=%d , r=%d , w=%d",
|
2006-12-25 19:00:26 +00:00
|
|
|
end_lba, r_speed, w_speed);
|
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index, 0x00000002,
|
|
|
|
LIBDAX_MSGS_SEV_DEBUG, LIBDAX_MSGS_PRIO_ZERO,
|
|
|
|
msg, 0, 0);
|
2006-12-21 20:06:04 +00:00
|
|
|
|
|
|
|
/* start_lba is 0 , 1000 = 1 second as base time for data rate */
|
|
|
|
for (b = 0; b < 4 ; b++) {
|
|
|
|
pd[8+b] = (end_lba >> (24 - 8 * b)) & 0xff;
|
|
|
|
pd[12+b] = (r_speed >> (24 - 8 * b)) & 0xff;
|
|
|
|
pd[16+b] = (1000 >> (24 - 8 * b)) & 0xff;
|
|
|
|
pd[20+b] = (w_speed >> (24 - 8 * b)) & 0xff;
|
|
|
|
pd[24+b] = (1000 >> (24 - 8 * b)) & 0xff;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* <<<
|
|
|
|
fprintf(stderr,"LIBBURN_EXPERIMENTAL : B6h Performance descriptor:\n");
|
|
|
|
for (b = 0; b < 28 ; b++)
|
|
|
|
fprintf(stderr, "%2.2X%c", pd[b], ((b+1)%4 ? ' ' : '\n'));
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
d->issue_command(d, &c);
|
|
|
|
if (c.error) {
|
|
|
|
if (c.sense[2]!=0 && !d->silent_on_scsi_error) {
|
2008-08-30 10:44:45 +00:00
|
|
|
sprintf(msg,
|
|
|
|
"SCSI error on set_streaming(%d): ", w_speed);
|
|
|
|
scsi_error_msg(d, c.sense, 14, msg + strlen(msg),
|
|
|
|
&key, &asc, &ascq);
|
2006-12-21 20:06:04 +00:00
|
|
|
}
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
void mmc_set_speed(struct burn_drive *d, int r, int w)
|
|
|
|
{
|
|
|
|
struct command c;
|
2007-07-17 08:57:24 +00:00
|
|
|
int ret, end_lba = 0;
|
|
|
|
struct burn_speed_descriptor *best_sd = NULL;
|
2006-12-21 20:06:04 +00:00
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 1);
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_set_speed") <= 0)
|
|
|
|
return;
|
2006-12-21 20:06:04 +00:00
|
|
|
|
2007-07-17 08:57:24 +00:00
|
|
|
if (r <= 0 || w <= 0) {
|
|
|
|
/* ts A70712 : now searching for best speed descriptor */
|
|
|
|
if (w > 0 && r <= 0)
|
|
|
|
burn_drive_get_best_speed(d, r, &best_sd, 1);
|
|
|
|
else
|
|
|
|
burn_drive_get_best_speed(d, w, &best_sd, 0);
|
|
|
|
if (best_sd != NULL) {
|
|
|
|
w = best_sd->write_speed;
|
|
|
|
d->nominal_write_speed = w;
|
|
|
|
r = best_sd->read_speed;
|
|
|
|
end_lba = best_sd->end_lba;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2007-07-12 16:29:29 +00:00
|
|
|
/* A70711 */
|
|
|
|
d->nominal_write_speed = w;
|
|
|
|
|
2006-12-21 20:06:04 +00:00
|
|
|
/* ts A61221 : try to set DVD speed via command B6h */
|
|
|
|
if (strstr(d->current_profile_text, "DVD") == d->current_profile_text){
|
2007-07-17 08:57:24 +00:00
|
|
|
ret = mmc_set_streaming(d, r, w, end_lba);
|
2006-12-21 20:06:04 +00:00
|
|
|
if (ret != 0)
|
|
|
|
return; /* success or really fatal failure */
|
|
|
|
}
|
2006-08-15 20:37:04 +00:00
|
|
|
|
2006-11-12 08:56:46 +00:00
|
|
|
/* ts A61112 : MMC standards prescribe FFFFh as max speed.
|
2007-07-17 08:57:24 +00:00
|
|
|
But libburn.h prescribes 0.
|
|
|
|
ts A70715 : <0 now means minimum speed */
|
|
|
|
if (r == 0 || r > 0xffff)
|
2006-11-12 08:56:46 +00:00
|
|
|
r = 0xffff;
|
2007-07-17 08:57:24 +00:00
|
|
|
else if (r < 0)
|
|
|
|
r = 177; /* 1x CD */
|
|
|
|
if (w == 0 || w > 0xffff)
|
2006-11-12 08:56:46 +00:00
|
|
|
w = 0xffff;
|
2007-07-17 08:57:24 +00:00
|
|
|
else if (w < 0)
|
|
|
|
w = 177; /* 1x CD */
|
2006-11-12 08:56:46 +00:00
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
scsi_init_command(&c, MMC_SET_SPEED, sizeof(MMC_SET_SPEED));
|
|
|
|
/*
|
2006-08-15 20:37:04 +00:00
|
|
|
memcpy(c.opcode, MMC_SET_SPEED, sizeof(MMC_SET_SPEED));
|
|
|
|
c.oplen = sizeof(MMC_SET_SPEED);
|
2007-05-21 18:57:09 +00:00
|
|
|
*/
|
|
|
|
c.retry = 1;
|
2006-08-15 20:37:04 +00:00
|
|
|
c.opcode[2] = r >> 8;
|
|
|
|
c.opcode[3] = r & 0xFF;
|
|
|
|
c.opcode[4] = w >> 8;
|
|
|
|
c.opcode[5] = w & 0xFF;
|
|
|
|
c.page = NULL;
|
|
|
|
c.dir = NO_TRANSFER;
|
|
|
|
d->issue_command(d, &c);
|
|
|
|
}
|
|
|
|
|
2006-12-01 21:38:34 +00:00
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
/* ts A61201 : found in unfunctional state
|
|
|
|
*/
|
|
|
|
static int mmc_get_configuration_al(struct burn_drive *d, int *alloc_len)
|
2006-12-02 11:17:12 +00:00
|
|
|
{
|
|
|
|
struct buffer buf;
|
2007-01-29 17:57:31 +00:00
|
|
|
int len, cp, descr_len = 0, feature_code, prf_number, only_current = 1;
|
2009-08-15 13:32:56 +00:00
|
|
|
int old_alloc_len, only_current_profile = 0;
|
2007-01-29 17:57:31 +00:00
|
|
|
unsigned char *descr, *prf, *up_to, *prf_end;
|
2006-12-02 11:17:12 +00:00
|
|
|
struct command c;
|
2007-03-03 14:09:46 +00:00
|
|
|
int phys_if_std = 0;
|
|
|
|
char *phys_name = "";
|
2006-12-01 21:38:34 +00:00
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
if (*alloc_len < 8)
|
|
|
|
return 0;
|
|
|
|
|
2006-12-01 21:38:34 +00:00
|
|
|
d->current_profile = 0;
|
|
|
|
d->current_profile_text[0] = 0;
|
|
|
|
d->current_is_cd_profile = 0;
|
2006-12-20 11:20:08 +00:00
|
|
|
d->current_is_supported_profile = 0;
|
2009-06-03 18:53:57 +00:00
|
|
|
d->current_is_guessed_profile = 0;
|
2009-08-15 13:32:56 +00:00
|
|
|
d->num_profiles = 0;
|
2007-01-29 17:57:31 +00:00
|
|
|
d->current_has_feat21h = 0;
|
|
|
|
d->current_feat21h_link_size = -1;
|
2008-12-12 21:40:34 +00:00
|
|
|
d->current_feat23h_byte4 = 0;
|
|
|
|
d->current_feat23h_byte8 = 0;
|
2007-01-29 17:57:31 +00:00
|
|
|
d->current_feat2fh_byte4 = -1;
|
2006-08-15 20:37:04 +00:00
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
scsi_init_command(&c, MMC_GET_CONFIGURATION,
|
|
|
|
sizeof(MMC_GET_CONFIGURATION));
|
|
|
|
c.dxfer_len= *alloc_len;
|
|
|
|
c.retry = 1;
|
|
|
|
c.opcode[7] = (c.dxfer_len >> 8) & 0xff;
|
|
|
|
c.opcode[8] = c.dxfer_len & 0xff;
|
2006-08-15 20:37:04 +00:00
|
|
|
c.page = &buf;
|
|
|
|
c.page->sectors = 0;
|
|
|
|
c.page->bytes = 0;
|
|
|
|
c.dir = FROM_DRIVE;
|
|
|
|
d->issue_command(d, &c);
|
|
|
|
|
2009-06-03 18:53:57 +00:00
|
|
|
#ifdef Libisofs_simulate_old_mmc1_drivE
|
|
|
|
c.error = 1;
|
|
|
|
c.sense[2] = 0x5;
|
|
|
|
c.sense[12] = 0x20;
|
|
|
|
c.sense[13] = 0x0;
|
|
|
|
#endif /* Libisofs_simulate_old_mmc1_drivE */
|
|
|
|
|
|
|
|
if (c.error) {
|
|
|
|
/* ts A90603 : MMC-1 drive do not know 46h GET CONFIGURATION */
|
|
|
|
if (c.sense[2] == 0x5 && c.sense[12] == 0x20 &&
|
|
|
|
c.sense[13] == 0x0) {
|
|
|
|
d->current_is_guessed_profile = 1;
|
|
|
|
/* Will yield a non-zero profile only after
|
|
|
|
mmc_read_disc_info_al() was called */
|
|
|
|
mmc_guess_profile(d, 0);
|
|
|
|
}
|
2007-05-21 18:57:09 +00:00
|
|
|
return 0;
|
2009-06-03 18:53:57 +00:00
|
|
|
}
|
2007-05-21 18:57:09 +00:00
|
|
|
old_alloc_len = *alloc_len;
|
2009-11-08 11:08:19 +00:00
|
|
|
*alloc_len = len = mmc_four_char_to_int(c.page->data) + 4;
|
2007-05-21 18:57:09 +00:00
|
|
|
if (len > old_alloc_len)
|
|
|
|
len = old_alloc_len;
|
2007-03-15 19:55:17 +00:00
|
|
|
if (len < 8 || len > 4096)
|
2007-05-21 18:57:09 +00:00
|
|
|
return 0;
|
2006-12-01 21:38:34 +00:00
|
|
|
cp = (c.page->data[6]<<8) | c.page->data[7];
|
2008-05-09 14:51:48 +00:00
|
|
|
|
|
|
|
#ifdef Libburn_rom_as_profilE
|
|
|
|
if (cp == 0x08 || cp == 0x10 || cp==0x40)
|
|
|
|
cp = Libburn_rom_as_profilE;
|
|
|
|
#endif /* Libburn_rom_as_profilE */
|
|
|
|
|
2006-12-01 21:38:34 +00:00
|
|
|
d->current_profile = cp;
|
2006-12-02 11:17:12 +00:00
|
|
|
strcpy(d->current_profile_text, mmc_obtain_profile_name(cp));
|
2008-05-09 14:51:48 +00:00
|
|
|
|
|
|
|
/* Read-only supported media */
|
|
|
|
|
|
|
|
if (cp == 0x08) /* CD-ROM */
|
|
|
|
d->current_is_supported_profile = d->current_is_cd_profile = 1;
|
|
|
|
if (cp == 0x10) /* DVD-ROM */
|
|
|
|
d->current_is_supported_profile = 1;
|
|
|
|
if (cp == 0x40) /* BD-ROM */
|
|
|
|
d->current_is_supported_profile = 1;
|
|
|
|
|
|
|
|
#ifdef Libburn_support_bd_r_readonlY
|
2008-12-09 12:35:13 +00:00
|
|
|
#ifndef Libburn_support_bd_plus_r_srM
|
|
|
|
if (cp == 0x41) /* BD-R sequential (here as read-only dummy) */
|
|
|
|
d->current_is_supported_profile = 1;
|
|
|
|
#endif
|
|
|
|
if (cp == 0x42) /* BD-R random recording */
|
2008-05-09 14:51:48 +00:00
|
|
|
d->current_is_supported_profile = 1;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
/* Write supported media (they get declared suitable in
|
|
|
|
burn_disc_get_multi_caps) */
|
|
|
|
|
|
|
|
if (cp == 0x09 || cp == 0x0a)
|
2006-12-20 11:20:08 +00:00
|
|
|
d->current_is_supported_profile = d->current_is_cd_profile = 1;
|
|
|
|
|
|
|
|
#ifdef Libburn_support_dvd_plus_rW
|
|
|
|
if (cp == 0x1a)
|
|
|
|
d->current_is_supported_profile = 1;
|
|
|
|
#endif
|
2006-12-30 00:15:07 +00:00
|
|
|
#ifdef Libburn_support_dvd_minusrw_overW
|
|
|
|
if (cp == 0x13)
|
|
|
|
d->current_is_supported_profile = 1;
|
2007-01-12 16:26:31 +00:00
|
|
|
#endif
|
|
|
|
#ifdef Libburn_support_dvd_raM
|
2008-05-06 18:08:04 +00:00
|
|
|
if (cp == 0x12 || cp == 0x43) { /* DVD-RAM , BD-RE */
|
2007-01-12 16:26:31 +00:00
|
|
|
d->current_is_supported_profile = 1;
|
2008-04-10 21:16:07 +00:00
|
|
|
|
|
|
|
#ifdef Libburn_dvd_ram_as_bd_rE
|
|
|
|
cp = d->current_profile = 0x43;
|
|
|
|
strcpy(d->current_profile_text, mmc_obtain_profile_name(cp));
|
|
|
|
#endif
|
|
|
|
|
|
|
|
}
|
2006-12-30 00:15:07 +00:00
|
|
|
#endif
|
2007-02-06 13:06:39 +00:00
|
|
|
#ifdef Libburn_support_dvd_r_seQ
|
2008-05-09 14:51:48 +00:00
|
|
|
if (cp == 0x11 || cp == 0x14) /* DVD-R, DVD-RW */
|
2007-02-06 13:06:39 +00:00
|
|
|
d->current_is_supported_profile = 1;
|
2008-05-09 14:51:48 +00:00
|
|
|
if (cp == 0x15) /* DVD-R/DL . */
|
|
|
|
/* Writeable only if burn_support_untested_profiles */
|
2007-02-23 19:08:58 +00:00
|
|
|
d->current_is_supported_profile = 1;
|
2007-02-06 13:06:39 +00:00
|
|
|
#endif
|
2007-03-06 19:50:32 +00:00
|
|
|
#ifdef Libburn_support_dvd_plus_R
|
2008-02-28 12:32:34 +00:00
|
|
|
if (cp == 0x1b || cp == 0x2b) /* DVD+R , DVD+R/DL */
|
2007-03-01 12:07:29 +00:00
|
|
|
d->current_is_supported_profile = 1;
|
|
|
|
#endif
|
2008-12-09 12:35:13 +00:00
|
|
|
#ifdef Libburn_support_bd_plus_r_srM
|
|
|
|
if (cp == 0x41) /* BD-R SRM */
|
|
|
|
d->current_is_supported_profile = 1;
|
|
|
|
#endif
|
2006-12-20 11:20:08 +00:00
|
|
|
|
2007-01-29 17:57:31 +00:00
|
|
|
/* Enable this to get loud and repeated reports about the feature set :
|
2009-08-15 13:32:56 +00:00
|
|
|
#define Libburn_print_feature_descriptorS 1
|
2007-01-29 17:57:31 +00:00
|
|
|
*/
|
|
|
|
/* ts A70127 : Interpret list of profile and feature descriptors.
|
|
|
|
see mmc5r03c.pdf 5.2
|
|
|
|
>>> Ouch: What to do if list is larger than buffer size.
|
|
|
|
Specs state that the call has to be repeated.
|
2007-01-05 12:58:36 +00:00
|
|
|
*/
|
2007-01-29 17:57:31 +00:00
|
|
|
up_to = c.page->data + (len < BUFFER_SIZE ? len : BUFFER_SIZE);
|
|
|
|
|
|
|
|
#ifdef Libburn_print_feature_descriptorS
|
|
|
|
fprintf(stderr,
|
|
|
|
"-----------------------------------------------------------------\n");
|
|
|
|
fprintf(stderr,
|
|
|
|
"LIBBURN_EXPERIMENTAL : feature list length = %d , shown = %d\n",
|
2009-08-15 13:32:56 +00:00
|
|
|
len, (int) (up_to - c.page->data));
|
2007-01-29 17:57:31 +00:00
|
|
|
#endif /* Libburn_print_feature_descriptorS */
|
|
|
|
|
|
|
|
for (descr = c.page->data + 8; descr + 3 < up_to; descr += descr_len) {
|
|
|
|
descr_len = 4 + descr[3];
|
|
|
|
feature_code = (descr[0] << 8) | descr[1];
|
|
|
|
if (only_current && !(descr[2] & 1))
|
|
|
|
continue;
|
|
|
|
|
|
|
|
#ifdef Libburn_print_feature_descriptorS
|
|
|
|
fprintf(stderr,
|
|
|
|
"LIBBURN_EXPERIMENTAL : %s feature %4.4Xh\n",
|
|
|
|
descr[2] & 1 ? "+" : "-",
|
|
|
|
feature_code);
|
|
|
|
#endif /* Libburn_print_feature_descriptorS */
|
|
|
|
|
|
|
|
if (feature_code == 0x0) {
|
|
|
|
prf_end = descr + 4 + descr[3];
|
2009-08-15 13:32:56 +00:00
|
|
|
d->num_profiles = descr[3] / 4;
|
|
|
|
if (d->num_profiles > 64)
|
|
|
|
d->num_profiles = 64;
|
|
|
|
if (d->num_profiles > 0)
|
|
|
|
memcpy(d->all_profiles, descr + 4,
|
|
|
|
d->num_profiles * 4);
|
2007-01-29 17:57:31 +00:00
|
|
|
for (prf = descr + 4; prf + 2 < prf_end; prf += 4) {
|
2009-08-15 13:32:56 +00:00
|
|
|
if (only_current_profile && !(prf[2] & 1))
|
2007-01-29 17:57:31 +00:00
|
|
|
continue;
|
|
|
|
prf_number = (prf[0] << 8) | prf[1];
|
|
|
|
|
|
|
|
#ifdef Libburn_print_feature_descriptorS
|
|
|
|
fprintf(stderr,
|
|
|
|
"LIBBURN_EXPERIMENTAL : %s profile %4.4Xh \"%s\"\n",
|
|
|
|
prf[2] & 1 ? "+" : "-",
|
|
|
|
prf_number,
|
|
|
|
mmc_obtain_profile_name(prf_number));
|
|
|
|
#endif /* Libburn_print_feature_descriptorS */
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
} else if (feature_code == 0x21) {
|
|
|
|
int i;
|
|
|
|
|
|
|
|
d->current_has_feat21h = (descr[2] & 1);
|
|
|
|
for (i = 0; i < descr[7]; i++) {
|
|
|
|
if (i == 0 || descr[8 + i] == 16)
|
|
|
|
d->current_feat21h_link_size =
|
|
|
|
descr[8 + i];
|
|
|
|
|
|
|
|
#ifdef Libburn_print_feature_descriptorS
|
|
|
|
fprintf(stderr,
|
|
|
|
"LIBBURN_EXPERIMENTAL : + Link Size = %d\n",
|
|
|
|
descr[8 + i]);
|
|
|
|
#endif /* Libburn_print_feature_descriptorS */
|
|
|
|
|
|
|
|
}
|
2007-01-05 12:58:36 +00:00
|
|
|
|
2008-12-12 21:40:34 +00:00
|
|
|
} else if (feature_code == 0x23) {
|
|
|
|
d->current_feat23h_byte4 = descr[4];
|
|
|
|
d->current_feat23h_byte8 = descr[8];
|
|
|
|
#ifdef Libburn_print_feature_descriptorS
|
|
|
|
if (cp >= 0x41 && cp <= 0x43)
|
|
|
|
fprintf(stderr,
|
|
|
|
"LIBBURN_EXPERIMENTAL : BD formats: %s%s%s%s%s\n",
|
|
|
|
descr[4] & 1 ? " Cert" : "",
|
|
|
|
descr[4] & 2 ? " QCert" : "",
|
|
|
|
descr[4] & 4 ? " Expand" : "",
|
|
|
|
descr[4] & 8 ? " RENoSA" : "",
|
|
|
|
descr[8] & 1 ? " RRM" : "");
|
|
|
|
#endif /* Libburn_print_feature_descriptorS */
|
|
|
|
|
2007-01-29 17:57:31 +00:00
|
|
|
} else if (feature_code == 0x2F) {
|
|
|
|
if (descr[2] & 1)
|
|
|
|
d->current_feat2fh_byte4 = descr[4];
|
|
|
|
|
|
|
|
#ifdef Libburn_print_feature_descriptorS
|
|
|
|
fprintf(stderr, "LIBBURN_EXPERIMENTAL : BUF = %d , Test Write = %d , DVD-RW = %d\n",
|
|
|
|
!!(descr[4] & 64), !!(descr[4] & 4),
|
|
|
|
!!(descr[4] & 2));
|
|
|
|
#endif /* Libburn_print_feature_descriptorS */
|
|
|
|
|
|
|
|
} else if (feature_code == 0x01) {
|
2007-03-03 14:09:46 +00:00
|
|
|
phys_if_std = (descr[4] << 24) | (descr[5] << 16) |
|
2007-01-29 17:57:31 +00:00
|
|
|
(descr[6] << 8) | descr[9];
|
2007-03-03 14:09:46 +00:00
|
|
|
if (phys_if_std == 1)
|
2007-01-29 17:57:31 +00:00
|
|
|
phys_name = "SCSI Family";
|
2007-03-03 14:09:46 +00:00
|
|
|
else if(phys_if_std == 2)
|
2007-01-29 17:57:31 +00:00
|
|
|
phys_name = "ATAPI";
|
2007-03-03 14:09:46 +00:00
|
|
|
else if(phys_if_std == 3 || phys_if_std == 4 ||
|
|
|
|
phys_if_std == 6)
|
2007-01-29 17:57:31 +00:00
|
|
|
phys_name = "IEEE 1394 FireWire";
|
2007-03-03 14:09:46 +00:00
|
|
|
else if(phys_if_std == 7)
|
2007-01-29 17:57:31 +00:00
|
|
|
phys_name = "Serial ATAPI";
|
2007-03-03 14:09:46 +00:00
|
|
|
else if(phys_if_std == 8)
|
2007-01-29 17:57:31 +00:00
|
|
|
phys_name = "USB";
|
|
|
|
|
2007-03-03 14:09:46 +00:00
|
|
|
d->phys_if_std = phys_if_std;
|
|
|
|
strcpy(d->phys_if_name, phys_name);
|
|
|
|
|
|
|
|
#ifdef Libburn_print_feature_descriptorS
|
|
|
|
|
2007-01-29 17:57:31 +00:00
|
|
|
fprintf(stderr,
|
|
|
|
"LIBBURN_EXPERIMENTAL : Phys. Interface Standard %Xh \"%s\"\n",
|
2007-03-03 14:09:46 +00:00
|
|
|
phys_if_std, phys_name);
|
2007-01-29 17:57:31 +00:00
|
|
|
|
|
|
|
} else if (feature_code == 0x107) {
|
|
|
|
|
|
|
|
fprintf(stderr, "LIBBURN_EXPERIMENTAL : CD SPEED = %d , page 2Ah = %d , SET STREAMING = %d\n",
|
|
|
|
!!(descr[4] & 8), !!(descr[4] & 4),
|
|
|
|
!!(descr[4] & 2));
|
|
|
|
|
|
|
|
} else if (feature_code == 0x108 || feature_code == 0x10c) {
|
|
|
|
int i, c_limit;
|
|
|
|
|
|
|
|
fprintf(stderr, "LIBBURN_EXPERIMENTAL : %s = ",
|
|
|
|
feature_code == 0x108 ?
|
|
|
|
"Drive Serial Number" : "Drive Firmware Date");
|
|
|
|
c_limit = descr[3] - 2 * (feature_code == 0x10c);
|
|
|
|
for (i = 0; i < c_limit; i++)
|
|
|
|
if (descr[4 + i] < 0x20 || descr[4 + i] > 0x7e
|
|
|
|
|| descr[4 + i] == '\\')
|
|
|
|
fprintf(stderr,"\\%2.2X",descr[4 + i]);
|
|
|
|
else
|
|
|
|
fprintf(stderr, "%c", descr[4 + i]);
|
|
|
|
fprintf(stderr, "\n");
|
|
|
|
|
|
|
|
#endif /* Libburn_print_feature_descriptorS */
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
2007-05-21 18:57:09 +00:00
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void mmc_get_configuration(struct burn_drive *d)
|
|
|
|
{
|
|
|
|
int alloc_len = 8, ret;
|
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 1);
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_get_configuration") <= 0)
|
|
|
|
return;
|
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
/* first command execution to learn Allocation Length */
|
|
|
|
ret = mmc_get_configuration_al(d, &alloc_len);
|
|
|
|
/*
|
|
|
|
fprintf(stderr,"LIBBURN_DEBUG: 46h alloc_len = %d , ret = %d\n",
|
|
|
|
alloc_len, ret);
|
|
|
|
*/
|
|
|
|
if (alloc_len > 8 && ret > 0)
|
|
|
|
/* second execution with announced length */
|
|
|
|
mmc_get_configuration_al(d, &alloc_len);
|
2006-08-15 20:37:04 +00:00
|
|
|
}
|
|
|
|
|
2007-01-09 21:06:55 +00:00
|
|
|
|
|
|
|
/* ts A70108 */
|
|
|
|
/* mmc5r03c.pdf 6.24 */
|
2007-05-21 18:57:09 +00:00
|
|
|
static int mmc_read_format_capacities_al(struct burn_drive *d,
|
|
|
|
int *alloc_len, int top_wanted)
|
2007-01-09 21:06:55 +00:00
|
|
|
{
|
|
|
|
struct buffer buf;
|
2007-01-11 13:29:39 +00:00
|
|
|
int len, type, score, num_descr, max_score = -2000000000, i, sign = 1;
|
2007-05-21 18:57:09 +00:00
|
|
|
int old_alloc_len;
|
2007-02-15 20:18:07 +00:00
|
|
|
off_t size, num_blocks;
|
2007-01-09 21:06:55 +00:00
|
|
|
struct command c;
|
|
|
|
unsigned char *dpt;
|
2007-02-22 07:31:32 +00:00
|
|
|
/* <<<
|
2007-01-09 21:06:55 +00:00
|
|
|
char msg[160];
|
2007-02-22 07:31:32 +00:00
|
|
|
*/
|
2007-01-09 21:06:55 +00:00
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
if (*alloc_len < 4)
|
|
|
|
return 0;
|
|
|
|
|
2007-01-09 21:06:55 +00:00
|
|
|
d->format_descr_type = 3;
|
|
|
|
d->format_curr_max_size = 0;
|
2007-01-13 21:16:04 +00:00
|
|
|
d->format_curr_blsas = 0;
|
2007-01-09 21:06:55 +00:00
|
|
|
d->best_format_type = -1;
|
|
|
|
d->best_format_size = 0;
|
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
scsi_init_command(&c, MMC_READ_FORMAT_CAPACITIES,
|
|
|
|
sizeof(MMC_READ_FORMAT_CAPACITIES));
|
|
|
|
/*
|
2007-01-09 21:06:55 +00:00
|
|
|
memcpy(c.opcode, MMC_READ_FORMAT_CAPACITIES,
|
2007-03-15 19:55:17 +00:00
|
|
|
sizeof(MMC_READ_FORMAT_CAPACITIES));
|
2007-01-09 21:06:55 +00:00
|
|
|
c.oplen = sizeof(MMC_READ_FORMAT_CAPACITIES);
|
2007-05-21 18:57:09 +00:00
|
|
|
*/
|
|
|
|
c.dxfer_len = *alloc_len;
|
|
|
|
c.retry = 1;
|
|
|
|
c.opcode[7]= (c.dxfer_len >> 8) & 0xff;
|
|
|
|
c.opcode[8]= c.dxfer_len & 0xff;
|
2007-01-09 21:06:55 +00:00
|
|
|
c.page = &buf;
|
|
|
|
c.page->sectors = 0;
|
|
|
|
c.page->bytes = 0;
|
|
|
|
c.dir = FROM_DRIVE;
|
|
|
|
|
|
|
|
d->issue_command(d, &c);
|
|
|
|
if (c.error)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
len = c.page->data[3];
|
2007-05-21 18:57:09 +00:00
|
|
|
old_alloc_len = *alloc_len;
|
|
|
|
*alloc_len = len + 4;
|
|
|
|
if (old_alloc_len < 12)
|
|
|
|
return 1;
|
|
|
|
if (len + 4 > old_alloc_len)
|
|
|
|
len = old_alloc_len - 4;
|
|
|
|
if (len < 8)
|
2007-01-09 21:06:55 +00:00
|
|
|
return 0;
|
|
|
|
|
|
|
|
dpt = c.page->data + 4;
|
|
|
|
/* decode 6.24.3.2 Current/Maximum Capacity Descriptor */
|
|
|
|
d->format_descr_type = dpt[4] & 3;
|
|
|
|
d->format_curr_max_size = (((off_t) dpt[0]) << 24)
|
|
|
|
+ (dpt[1] << 16) + (dpt[2] << 8) + dpt[3];
|
2008-05-06 08:41:48 +00:00
|
|
|
if (d->format_descr_type == BURN_FORMAT_IS_UNKNOWN)
|
|
|
|
d->format_curr_max_size = 0;
|
2007-01-13 21:16:04 +00:00
|
|
|
d->format_curr_blsas = (dpt[5] << 16) + (dpt[6] << 8) + dpt[7];
|
2007-01-09 21:06:55 +00:00
|
|
|
|
2007-02-22 07:31:32 +00:00
|
|
|
/* <<<
|
2007-01-09 21:06:55 +00:00
|
|
|
sprintf(msg,
|
|
|
|
"Current/Maximum Capacity Descriptor : type = %d : %.f",
|
|
|
|
d->format_descr_type, (double) d->format_curr_max_size);
|
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index, 0x00000002,
|
|
|
|
LIBDAX_MSGS_SEV_DEBUG, LIBDAX_MSGS_PRIO_ZERO,
|
|
|
|
msg, 0, 0);
|
2007-02-22 07:31:32 +00:00
|
|
|
*/
|
2007-01-09 21:06:55 +00:00
|
|
|
|
|
|
|
d->format_curr_max_size *= (off_t) 2048;
|
2008-04-22 16:13:05 +00:00
|
|
|
if((d->current_profile == 0x12 || d->current_profile == 0x43)
|
|
|
|
&& d->media_capacity_remaining == 0) {
|
|
|
|
burn_drive_set_media_capacity_remaining(d,
|
|
|
|
d->format_curr_max_size);
|
|
|
|
d->media_lba_limit = d->format_curr_max_size / 2048;
|
|
|
|
}
|
2007-01-09 21:06:55 +00:00
|
|
|
|
2008-04-25 13:16:23 +00:00
|
|
|
|
|
|
|
#ifdef Libburn_dvd_ram_as_bd_rE
|
2008-04-26 15:07:39 +00:00
|
|
|
/* <<< dummy format descriptor list as obtained from
|
|
|
|
dvd+rw-mediainfo by Giulio Orsero in April 2008
|
2008-04-25 13:16:23 +00:00
|
|
|
*/
|
|
|
|
d->num_format_descr = 5;
|
|
|
|
d->format_descriptors[0].type = 0x00;
|
|
|
|
d->format_descriptors[0].size = (off_t) 11826176 * (off_t) 2048;
|
|
|
|
d->format_descriptors[0].tdp = 0x3000;
|
|
|
|
d->format_descriptors[1].type = 0x30;
|
|
|
|
d->format_descriptors[1].size = (off_t) 11826176 * (off_t) 2048;
|
|
|
|
d->format_descriptors[1].tdp = 0x3000;
|
|
|
|
d->format_descriptors[2].type = 0x30;
|
|
|
|
d->format_descriptors[2].size = (off_t) 11564032 * (off_t) 2048;
|
|
|
|
d->format_descriptors[2].tdp = 0x5000;
|
|
|
|
d->format_descriptors[3].type = 0x30;
|
|
|
|
d->format_descriptors[3].size = (off_t) 12088320 * (off_t) 2048;
|
|
|
|
d->format_descriptors[3].tdp = 0x1000;
|
|
|
|
d->format_descriptors[4].type = 0x31;
|
|
|
|
d->format_descriptors[4].size = (off_t) 12219392 * (off_t) 2048;
|
|
|
|
d->format_descriptors[4].tdp = 0x800;
|
|
|
|
d->best_format_type = 0x00;
|
|
|
|
d->best_format_size = (off_t) 11826176 * (off_t) 2048;
|
|
|
|
|
|
|
|
/* silencing compiler warnings about unused variables */
|
|
|
|
num_blocks = size = sign = i = max_score = num_descr = score = type = 0;
|
|
|
|
|
2008-04-26 15:07:39 +00:00
|
|
|
if (d->current_profile == 0x12 || d->current_profile == 0x43)
|
|
|
|
return 1;
|
|
|
|
d->num_format_descr = 0;
|
|
|
|
|
|
|
|
#endif /* Libburn_dvd_ram_as_bd_rE */
|
2008-04-25 13:16:23 +00:00
|
|
|
|
2007-01-11 13:29:39 +00:00
|
|
|
if (top_wanted == 0x00 || top_wanted == 0x10)
|
|
|
|
sign = -1; /* the caller clearly desires full format */
|
|
|
|
|
2007-01-09 21:06:55 +00:00
|
|
|
/* 6.24.3.3 Formattable Capacity Descriptors */
|
|
|
|
num_descr = (len - 8) / 8;
|
|
|
|
for (i = 0; i < num_descr; i++) {
|
|
|
|
dpt = c.page->data + 12 + 8 * i;
|
2007-02-15 20:18:07 +00:00
|
|
|
num_blocks = mmc_four_char_to_int(dpt);
|
|
|
|
size = num_blocks * (off_t) 2048;
|
2007-01-09 21:06:55 +00:00
|
|
|
type = dpt[4] >> 2;
|
2007-01-13 21:16:04 +00:00
|
|
|
|
|
|
|
if (i < 32) {
|
|
|
|
d->format_descriptors[i].type = type;
|
|
|
|
d->format_descriptors[i].size = size;
|
|
|
|
d->format_descriptors[i].tdp =
|
|
|
|
(dpt[5] << 16) + (dpt[6] << 8) + dpt[7];
|
|
|
|
d->num_format_descr = i + 1;
|
|
|
|
}
|
2007-01-09 21:06:55 +00:00
|
|
|
|
2007-02-22 07:31:32 +00:00
|
|
|
/* <<<
|
2007-01-09 21:06:55 +00:00
|
|
|
sprintf(msg, "Capacity Descriptor %2.2Xh %.fs = %.1f MB",type,
|
2007-01-13 21:16:04 +00:00
|
|
|
((double) size)/2048.0, ((double) size)/1024.0/1024.0);
|
2007-01-09 21:06:55 +00:00
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
|
|
|
0x00000002,
|
|
|
|
LIBDAX_MSGS_SEV_DEBUG, LIBDAX_MSGS_PRIO_ZERO,
|
|
|
|
msg, 0, 0);
|
2007-02-22 07:31:32 +00:00
|
|
|
*/
|
2007-01-09 21:06:55 +00:00
|
|
|
|
2007-01-11 13:29:39 +00:00
|
|
|
/* Criterion is proximity to quick intermediate state */
|
2007-01-10 15:26:30 +00:00
|
|
|
if (type == 0x00) { /* full format (with lead out) */
|
2007-01-11 13:29:39 +00:00
|
|
|
score = 1 * sign;
|
2007-01-10 15:26:30 +00:00
|
|
|
} else if (type == 0x10) { /* DVD-RW full format */
|
2007-01-11 13:29:39 +00:00
|
|
|
score = 10 * sign;
|
2007-01-10 15:26:30 +00:00
|
|
|
} else if(type == 0x13) { /* DVD-RW quick grow last session */
|
2007-01-11 13:29:39 +00:00
|
|
|
score = 100 * sign;
|
2007-01-10 15:26:30 +00:00
|
|
|
} else if(type == 0x15) { /* DVD-RW Quick */
|
2007-01-11 13:29:39 +00:00
|
|
|
score = 50 * sign;
|
2007-02-15 20:18:07 +00:00
|
|
|
if(d->current_profile == 0x13) {
|
2008-04-22 16:13:05 +00:00
|
|
|
burn_drive_set_media_capacity_remaining(d,
|
|
|
|
size);
|
2007-02-15 20:18:07 +00:00
|
|
|
d->media_lba_limit = num_blocks;
|
|
|
|
}
|
2007-02-04 07:30:14 +00:00
|
|
|
} else if(type == 0x26) { /* DVD+RW */
|
|
|
|
score = 1 * sign;
|
2008-04-22 16:13:05 +00:00
|
|
|
burn_drive_set_media_capacity_remaining(d, size);
|
2007-02-15 20:18:07 +00:00
|
|
|
d->media_lba_limit = num_blocks;
|
2007-01-09 21:06:55 +00:00
|
|
|
} else {
|
|
|
|
continue;
|
|
|
|
}
|
2007-01-11 13:29:39 +00:00
|
|
|
if (type == top_wanted)
|
|
|
|
score += 1000000000;
|
2007-01-09 21:06:55 +00:00
|
|
|
if (score > max_score) {
|
|
|
|
d->best_format_type = type;
|
|
|
|
d->best_format_size = size;
|
|
|
|
max_score = score;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2007-02-22 07:31:32 +00:00
|
|
|
/* <<<
|
2007-01-09 21:06:55 +00:00
|
|
|
sprintf(msg,
|
|
|
|
"best_format_type = %2.2Xh , best_format_size = %.f",
|
|
|
|
d->best_format_type, (double) d->best_format_size);
|
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index, 0x00000002,
|
|
|
|
LIBDAX_MSGS_SEV_DEBUG, LIBDAX_MSGS_PRIO_ZERO,
|
|
|
|
msg, 0, 0);
|
2007-02-22 07:31:32 +00:00
|
|
|
*/
|
2007-01-09 21:06:55 +00:00
|
|
|
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
int mmc_read_format_capacities(struct burn_drive *d, int top_wanted)
|
|
|
|
{
|
|
|
|
int alloc_len = 4, ret;
|
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 1);
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_read_format_capacities") <= 0)
|
|
|
|
return 0;
|
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
ret = mmc_read_format_capacities_al(d, &alloc_len, top_wanted);
|
|
|
|
/*
|
|
|
|
fprintf(stderr,"LIBBURN_DEBUG: 23h alloc_len = %d , ret = %d\n",
|
|
|
|
alloc_len, ret);
|
|
|
|
*/
|
|
|
|
if (alloc_len >= 12 && ret > 0)
|
|
|
|
ret = mmc_read_format_capacities_al(d, &alloc_len, top_wanted);
|
|
|
|
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
void mmc_sync_cache(struct burn_drive *d)
|
|
|
|
{
|
|
|
|
struct command c;
|
|
|
|
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_sync_cache") <= 0)
|
|
|
|
return;
|
2007-05-21 18:57:09 +00:00
|
|
|
|
|
|
|
scsi_init_command(&c, MMC_SYNC_CACHE, sizeof(MMC_SYNC_CACHE));
|
|
|
|
/*
|
2006-08-15 20:37:04 +00:00
|
|
|
memcpy(c.opcode, MMC_SYNC_CACHE, sizeof(MMC_SYNC_CACHE));
|
|
|
|
c.oplen = sizeof(MMC_SYNC_CACHE);
|
2007-05-21 18:57:09 +00:00
|
|
|
*/
|
|
|
|
c.retry = 1;
|
2007-09-18 20:03:20 +00:00
|
|
|
c.opcode[1] |= 2; /* ts A70918 : Immed */
|
2006-08-15 20:37:04 +00:00
|
|
|
c.page = NULL;
|
|
|
|
c.dir = NO_TRANSFER;
|
2007-02-06 13:06:39 +00:00
|
|
|
|
|
|
|
libdax_msgs_submit(libdax_messenger, -1, 0x00000002,
|
|
|
|
LIBDAX_MSGS_SEV_DEBUG, LIBDAX_MSGS_PRIO_ZERO,
|
2007-02-06 17:08:15 +00:00
|
|
|
"syncing cache", 0, 0);
|
2007-07-12 16:29:29 +00:00
|
|
|
if(d->wait_for_buffer_free) {
|
|
|
|
char msg[80];
|
|
|
|
|
|
|
|
sprintf(msg,
|
|
|
|
"Checked buffer %u times. Waited %u+%u times = %.3f s",
|
|
|
|
d->pessimistic_writes, d->waited_writes,
|
|
|
|
d->waited_tries - d->waited_writes,
|
|
|
|
((double) d->waited_usec) / 1.0e6);
|
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
|
|
|
0x0002013f,
|
|
|
|
LIBDAX_MSGS_SEV_DEBUG, LIBDAX_MSGS_PRIO_LOW,
|
|
|
|
msg, 0,0);
|
|
|
|
}
|
2007-02-06 13:06:39 +00:00
|
|
|
|
2006-08-15 20:37:04 +00:00
|
|
|
d->issue_command(d, &c);
|
2007-09-18 20:03:20 +00:00
|
|
|
|
|
|
|
/* ts A70918 */
|
|
|
|
if (c.error) {
|
|
|
|
d->cancel = 1;
|
|
|
|
return;
|
|
|
|
}
|
2009-10-30 13:45:26 +00:00
|
|
|
|
2007-09-18 20:03:20 +00:00
|
|
|
if (spc_wait_unit_attention(d, 3600, "SYNCHRONIZE CACHE", 0) <= 0)
|
|
|
|
d->cancel = 1;
|
2007-10-03 11:24:41 +00:00
|
|
|
else
|
|
|
|
d->needs_sync_cache = 0;
|
2006-08-15 20:37:04 +00:00
|
|
|
}
|
2006-10-21 18:51:35 +00:00
|
|
|
|
2006-10-23 11:31:37 +00:00
|
|
|
|
|
|
|
/* ts A61023 : http://libburn.pykix.org/ticket/14
|
|
|
|
get size and free space of drive buffer
|
|
|
|
*/
|
|
|
|
int mmc_read_buffer_capacity(struct burn_drive *d)
|
|
|
|
{
|
|
|
|
struct buffer buf;
|
|
|
|
struct command c;
|
|
|
|
unsigned char *data;
|
2007-05-21 18:57:09 +00:00
|
|
|
int alloc_len = 12;
|
2006-10-23 11:31:37 +00:00
|
|
|
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_read_buffer_capacity") <= 0)
|
|
|
|
return 0;
|
2007-05-21 18:57:09 +00:00
|
|
|
|
|
|
|
scsi_init_command(&c, MMC_READ_BUFFER_CAPACITY,
|
|
|
|
sizeof(MMC_READ_BUFFER_CAPACITY));
|
|
|
|
c.dxfer_len = alloc_len;
|
|
|
|
c.opcode[7] = (c.dxfer_len >> 8) & 0xff;
|
|
|
|
c.opcode[8] = c.dxfer_len & 0xff;
|
|
|
|
c.retry = 1;
|
2006-10-23 11:31:37 +00:00
|
|
|
c.page = &buf;
|
2007-07-12 16:29:29 +00:00
|
|
|
memset(c.page->data, 0, alloc_len);
|
2006-10-23 11:31:37 +00:00
|
|
|
c.page->bytes = 0;
|
|
|
|
c.page->sectors = 0;
|
|
|
|
|
|
|
|
c.dir = FROM_DRIVE;
|
|
|
|
d->issue_command(d, &c);
|
|
|
|
|
|
|
|
/* >>> ??? error diagnostics */
|
2007-07-12 16:29:29 +00:00
|
|
|
if (c.error)
|
|
|
|
return 0;
|
2006-10-23 11:31:37 +00:00
|
|
|
|
|
|
|
data = c.page->data;
|
|
|
|
|
|
|
|
d->progress.buffer_capacity =
|
|
|
|
(data[4]<<24)|(data[5]<<16)|(data[6]<<8)|data[7];
|
|
|
|
d->progress.buffer_available =
|
|
|
|
(data[8]<<24)|(data[9]<<16)|(data[10]<<8)|data[11];
|
2007-07-12 16:29:29 +00:00
|
|
|
d->pessimistic_buffer_free = d->progress.buffer_available;
|
|
|
|
d->pbf_altered = 0;
|
2006-11-19 11:47:34 +00:00
|
|
|
if (d->progress.buffered_bytes >= d->progress.buffer_capacity){
|
|
|
|
double fill;
|
|
|
|
|
|
|
|
fill = d->progress.buffer_capacity
|
|
|
|
- d->progress.buffer_available;
|
|
|
|
if (fill < d->progress.buffer_min_fill && fill>=0)
|
|
|
|
d->progress.buffer_min_fill = fill;
|
|
|
|
}
|
2006-10-23 11:31:37 +00:00
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-12-30 00:15:07 +00:00
|
|
|
/* ts A61219 : learned much from dvd+rw-tools-7.0: plus_rw_format()
|
|
|
|
and mmc5r03c.pdf, 6.5 FORMAT UNIT */
|
2007-01-01 17:10:54 +00:00
|
|
|
/*
|
2007-01-08 10:42:54 +00:00
|
|
|
@param size The size (in bytes) to be sent with the FORMAT comand
|
2008-04-22 16:13:05 +00:00
|
|
|
@param flag bit1+2: size mode
|
|
|
|
0 = use parameter size as far as it makes sense
|
|
|
|
1 = insist in size 0 even if there is a better default known
|
|
|
|
2 = without bit7: format to maximum available size
|
|
|
|
with bit7 : take size from indexed format descriptor
|
|
|
|
3 = format to default size
|
2007-01-09 21:06:55 +00:00
|
|
|
bit3= expand format up to at least size
|
2007-01-10 15:26:30 +00:00
|
|
|
bit4= enforce re-format of (partly) formatted media
|
2008-04-18 09:27:16 +00:00
|
|
|
bit5= try to disable eventual defect management
|
2008-04-26 15:07:39 +00:00
|
|
|
bit6= try to avoid lengthy media certification
|
2007-01-13 21:16:04 +00:00
|
|
|
bit7= bit8 to bit15 contain the index of the format to use
|
|
|
|
bit8-bit15 = see bit7
|
2008-12-10 09:26:09 +00:00
|
|
|
bit16= enable POW on blank BD-R
|
2007-01-01 17:10:54 +00:00
|
|
|
*/
|
2007-01-06 12:08:57 +00:00
|
|
|
int mmc_format_unit(struct burn_drive *d, off_t size, int flag)
|
2006-12-20 11:20:08 +00:00
|
|
|
{
|
|
|
|
struct buffer buf;
|
|
|
|
struct command c;
|
2007-01-09 21:06:55 +00:00
|
|
|
int ret, tolerate_failure = 0, return_immediately = 0, i, format_type;
|
2008-04-22 16:13:05 +00:00
|
|
|
int index, format_sub_type = 0, format_00_index, size_mode;
|
2008-04-26 15:07:39 +00:00
|
|
|
int accept_count = 0;
|
2008-04-22 16:13:05 +00:00
|
|
|
off_t num_of_blocks = 0, diff, format_size, i_size, format_00_max_size;
|
2008-12-12 11:22:14 +00:00
|
|
|
off_t min_size = -1, max_size = -1;
|
2008-08-30 10:44:45 +00:00
|
|
|
char msg[256],descr[80];
|
|
|
|
int key, asc, ascq;
|
2007-01-10 15:27:54 +00:00
|
|
|
int full_format_type = 0x00; /* Full Format (or 0x10 for DVD-RW ?) */
|
2006-12-20 11:20:08 +00:00
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 0);
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_format_unit") <= 0)
|
|
|
|
return 0;
|
2008-04-22 16:13:05 +00:00
|
|
|
size_mode = (flag >> 1) & 3;
|
2007-05-21 18:57:09 +00:00
|
|
|
|
|
|
|
scsi_init_command(&c, MMC_FORMAT_UNIT, sizeof(MMC_FORMAT_UNIT));
|
|
|
|
/*
|
2006-12-20 11:20:08 +00:00
|
|
|
c.oplen = sizeof(MMC_FORMAT_UNIT);
|
|
|
|
memcpy(c.opcode, MMC_FORMAT_UNIT, sizeof(MMC_FORMAT_UNIT));
|
2007-05-21 18:57:09 +00:00
|
|
|
*/
|
|
|
|
c.retry = 1;
|
2006-12-20 11:20:08 +00:00
|
|
|
c.page = &buf;
|
|
|
|
c.page->bytes = 12;
|
|
|
|
c.page->sectors = 0;
|
|
|
|
c.dir = TO_DRIVE;
|
|
|
|
memset(c.page->data, 0, c.page->bytes);
|
|
|
|
|
|
|
|
descr[0] = 0;
|
2007-01-10 15:26:30 +00:00
|
|
|
c.page->data[1] = 0x02; /* Immed */
|
|
|
|
c.page->data[3] = 8; /* Format descriptor length */
|
2007-01-06 12:08:57 +00:00
|
|
|
num_of_blocks = size / 2048;
|
2007-03-01 12:07:29 +00:00
|
|
|
mmc_int_to_four_char(c.page->data + 4, num_of_blocks);
|
|
|
|
|
2007-01-13 21:16:04 +00:00
|
|
|
if (flag & 128) { /* explicitely chosen format descriptor */
|
|
|
|
/* use case: the app knows what to do */
|
|
|
|
|
|
|
|
ret = mmc_read_format_capacities(d, -1);
|
|
|
|
if (ret <= 0)
|
|
|
|
goto selected_not_suitable;
|
|
|
|
index = (flag >> 8) & 0xff;
|
2008-04-18 09:27:16 +00:00
|
|
|
if(index < 0 || index >= d->num_format_descr) {
|
2007-01-13 21:16:04 +00:00
|
|
|
selected_not_suitable:;
|
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
|
|
|
0x00020132,
|
|
|
|
LIBDAX_MSGS_SEV_SORRY, LIBDAX_MSGS_PRIO_HIGH,
|
|
|
|
"Selected format is not suitable for libburn",
|
|
|
|
0, 0);
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
if (!(d->current_profile == 0x13 ||
|
|
|
|
d->current_profile == 0x14 ||
|
2008-04-12 16:42:45 +00:00
|
|
|
d->current_profile == 0x1a ||
|
2008-04-18 09:27:16 +00:00
|
|
|
d->current_profile == 0x12 ||
|
2009-01-09 09:59:59 +00:00
|
|
|
d->current_profile == 0x41 ||
|
|
|
|
d->current_profile == 0x43))
|
2007-01-13 21:16:04 +00:00
|
|
|
goto unsuitable_media;
|
|
|
|
|
|
|
|
format_type = d->format_descriptors[index].type;
|
2008-04-18 09:27:16 +00:00
|
|
|
if (!(format_type == 0x00 || format_type == 0x01 ||
|
|
|
|
format_type == 0x10 ||
|
2007-01-13 21:16:04 +00:00
|
|
|
format_type == 0x11 || format_type == 0x13 ||
|
2008-04-18 09:27:16 +00:00
|
|
|
format_type == 0x15 || format_type == 0x26 ||
|
2009-01-09 09:59:59 +00:00
|
|
|
format_type == 0x30 || format_type == 0x31 ||
|
|
|
|
format_type == 0x32))
|
2007-01-13 21:16:04 +00:00
|
|
|
goto selected_not_suitable;
|
|
|
|
if (flag & 4) {
|
|
|
|
num_of_blocks =
|
|
|
|
d->format_descriptors[index].size / 2048;
|
2007-03-01 12:07:29 +00:00
|
|
|
mmc_int_to_four_char(c.page->data + 4, num_of_blocks);
|
2007-01-13 21:16:04 +00:00
|
|
|
}
|
|
|
|
if (format_type != 0x26)
|
|
|
|
for (i = 0; i < 3; i++)
|
|
|
|
c.page->data[9 + i] =
|
|
|
|
( d->format_descriptors[index].tdp >>
|
|
|
|
(16 - 8 * i)) & 0xff;
|
2009-01-09 09:59:59 +00:00
|
|
|
if (format_type == 0x30 || format_type == 0x31 ||
|
|
|
|
format_type == 0x32) {
|
2008-04-26 15:07:39 +00:00
|
|
|
if (flag & 64)
|
|
|
|
format_sub_type = 3; /* Quick certification */
|
|
|
|
else
|
|
|
|
format_sub_type = 2; /* Full certification */
|
|
|
|
}
|
|
|
|
if (d->current_profile == 0x12 && format_type !=0x01 &&
|
|
|
|
(flag & 64)) {
|
|
|
|
/* DCRT and CmpList, see below */
|
|
|
|
c.page->data[1] |= 0x20;
|
|
|
|
c.opcode[1] |= 0x08;
|
|
|
|
}
|
|
|
|
c.page->data[1] |= 0x80; /* FOV = this flag vector is valid */
|
2008-04-23 11:02:11 +00:00
|
|
|
sprintf(descr, "%s (descr %d)", d->current_profile_text,index);
|
2007-01-13 21:16:04 +00:00
|
|
|
return_immediately = 1; /* caller must do the waiting */
|
|
|
|
|
|
|
|
} else if (d->current_profile == 0x1a) { /* DVD+RW */
|
|
|
|
/* use case: background formatting during write !(flag&4)
|
|
|
|
de-icing as explicit formatting action (flag&4)
|
|
|
|
*/
|
2007-01-03 16:42:53 +00:00
|
|
|
|
2006-12-30 00:15:07 +00:00
|
|
|
/* mmc5r03c.pdf , 6.5.4.2.14, DVD+RW Basic Format */
|
2007-01-09 21:06:55 +00:00
|
|
|
format_type = 0x26;
|
2007-01-08 10:42:54 +00:00
|
|
|
|
2008-04-22 16:13:05 +00:00
|
|
|
/* >>> ??? is this "| 8" a bug ? */
|
|
|
|
|
2007-01-10 21:07:48 +00:00
|
|
|
if ((size <= 0 && !(flag & 2)) || (flag & (4 | 8))) {
|
2007-01-09 21:06:55 +00:00
|
|
|
/* maximum capacity */
|
|
|
|
memset(c.page->data + 4, 0xff, 4);
|
2007-01-10 21:07:48 +00:00
|
|
|
num_of_blocks = 0xffffffff;
|
|
|
|
}
|
2007-01-08 10:42:54 +00:00
|
|
|
|
2007-01-10 21:07:48 +00:00
|
|
|
if(d->bg_format_status == 2 ||
|
|
|
|
(d->bg_format_status == 3 && !(flag & 16))) {
|
|
|
|
sprintf(msg,"FORMAT UNIT ignored. Already %s.",
|
|
|
|
(d->bg_format_status == 2 ? "in progress" :
|
|
|
|
"completed"));
|
2006-12-20 11:20:08 +00:00
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
|
|
|
0x00020120,
|
|
|
|
LIBDAX_MSGS_SEV_NOTE, LIBDAX_MSGS_PRIO_HIGH,
|
|
|
|
msg, 0,0);
|
2007-01-10 15:26:30 +00:00
|
|
|
return 2;
|
2006-12-20 11:20:08 +00:00
|
|
|
}
|
2007-01-10 15:26:30 +00:00
|
|
|
if (!(flag & 16)) /* if not re-format is desired */
|
|
|
|
if (d->bg_format_status == 1) /* is partly formatted */
|
|
|
|
c.page->data[11] = 1; /* Restart bit */
|
2007-01-10 21:07:48 +00:00
|
|
|
sprintf(descr, "DVD+RW (fs=%d,rs=%d)",
|
|
|
|
d->bg_format_status, (c.page->data[11] == 1));
|
|
|
|
if (flag & 4)
|
|
|
|
return_immediately = 1;/* caller must do the waiting */
|
2007-01-03 16:42:53 +00:00
|
|
|
|
2007-01-10 15:26:30 +00:00
|
|
|
} else if (d->current_profile == 0x13 && !(flag & 16)) {
|
|
|
|
/*DVD-RW restricted overwrite*/
|
2007-01-13 21:16:04 +00:00
|
|
|
/* use case: quick grow formatting during write */
|
2007-01-01 17:10:54 +00:00
|
|
|
|
2007-01-09 21:06:55 +00:00
|
|
|
ret = mmc_read_format_capacities(d, 0x13);
|
|
|
|
if (ret > 0) {
|
|
|
|
if (d->best_format_type == 0x13) {
|
|
|
|
if (d->best_format_size <= 0)
|
|
|
|
return 1;
|
|
|
|
} else {
|
2007-01-14 13:41:19 +00:00
|
|
|
if (d->format_descr_type == 2) /* formatted */
|
2007-01-09 21:06:55 +00:00
|
|
|
return 1;
|
2007-01-14 13:41:19 +00:00
|
|
|
if (d->format_descr_type == 3){/*intermediate*/
|
2007-01-18 21:18:03 +00:00
|
|
|
d->needs_close_session = 1;
|
2007-01-14 13:41:19 +00:00
|
|
|
return 1;
|
|
|
|
}
|
2007-01-09 21:06:55 +00:00
|
|
|
/* does trying make sense at all ? */
|
|
|
|
tolerate_failure = 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (d->best_format_type == 0x13 && (flag & (4 | 8))) {
|
|
|
|
num_of_blocks = d->best_format_size / 2048;
|
|
|
|
if (flag & 8) {
|
|
|
|
/* num_of_blocks needed to reach size */
|
|
|
|
diff = (size - d->format_curr_max_size) /32768;
|
|
|
|
if ((size - d->format_curr_max_size) % 32768)
|
|
|
|
diff++;
|
|
|
|
diff *= 16;
|
|
|
|
if (diff < num_of_blocks)
|
|
|
|
num_of_blocks = diff;
|
|
|
|
}
|
|
|
|
if (num_of_blocks > 0)
|
2007-03-01 12:07:29 +00:00
|
|
|
mmc_int_to_four_char(c.page->data + 4,
|
|
|
|
num_of_blocks);
|
2007-01-09 21:06:55 +00:00
|
|
|
}
|
2006-12-30 00:15:07 +00:00
|
|
|
/* 6.5.4.2.8 , DVD-RW Quick Grow Last Border */
|
2007-01-09 21:06:55 +00:00
|
|
|
format_type = 0x13;
|
2007-01-01 17:10:54 +00:00
|
|
|
c.page->data[11] = 16; /* block size * 2k */
|
2007-01-10 21:07:48 +00:00
|
|
|
sprintf(descr, "DVD-RW quick grow");
|
2007-01-03 16:42:53 +00:00
|
|
|
|
2007-01-10 15:26:30 +00:00
|
|
|
} else if (d->current_profile == 0x14 ||
|
|
|
|
(d->current_profile == 0x13 && (flag & 16))) {
|
|
|
|
/* DVD-RW sequential recording (or Overwrite for re-format) */
|
2007-01-13 21:16:04 +00:00
|
|
|
/* use case : transition from Sequential to Overwrite
|
|
|
|
re-formatting of Overwrite media */
|
2007-01-03 16:42:53 +00:00
|
|
|
|
2007-01-09 21:06:55 +00:00
|
|
|
/* To Restricted Overwrite */
|
2007-01-13 21:16:04 +00:00
|
|
|
/* 6.5.4.2.10 Format Type = 15h (DVD-RW Quick) */
|
|
|
|
/* or 6.5.4.2.1 Format Type = 00h (Full Format) */
|
|
|
|
/* or 6.5.4.2.5 Format Type = 10h (DVD-RW Full Format) */
|
2007-01-10 15:26:30 +00:00
|
|
|
mmc_read_format_capacities(d,
|
|
|
|
(flag & 4) ? full_format_type : 0x15);
|
2007-01-09 21:06:55 +00:00
|
|
|
if (d->best_format_type == 0x15 ||
|
2007-01-10 15:26:30 +00:00
|
|
|
d->best_format_type == full_format_type) {
|
|
|
|
if ((flag & 4)
|
|
|
|
|| d->best_format_type == full_format_type) {
|
2007-01-09 21:06:55 +00:00
|
|
|
num_of_blocks = d->best_format_size / 2048;
|
2007-03-01 12:07:29 +00:00
|
|
|
mmc_int_to_four_char(c.page->data + 4,
|
|
|
|
num_of_blocks);
|
2007-01-09 21:06:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
} else {
|
2008-04-18 09:27:16 +00:00
|
|
|
no_suitable_formatting_type:;
|
2007-01-09 21:06:55 +00:00
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
|
|
|
0x00020131,
|
|
|
|
LIBDAX_MSGS_SEV_SORRY, LIBDAX_MSGS_PRIO_HIGH,
|
|
|
|
"No suitable formatting type offered by drive",
|
|
|
|
0, 0);
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
format_type = d->best_format_type;
|
2007-01-01 17:10:54 +00:00
|
|
|
c.page->data[11] = 16; /* block size * 2k */
|
2007-01-10 21:07:48 +00:00
|
|
|
sprintf(descr, "DVD-RW %s",
|
|
|
|
format_type == 0x15 ? "quick" : "full");
|
2007-01-03 16:42:53 +00:00
|
|
|
return_immediately = 1; /* caller must do the waiting */
|
|
|
|
|
2008-04-18 09:27:16 +00:00
|
|
|
} else if (d->current_profile == 0x12) {
|
|
|
|
/* ts A80417 : DVD-RAM */
|
2008-04-22 16:13:05 +00:00
|
|
|
/* 6.5.4.2.1 Format Type = 00h (Full Format)
|
|
|
|
6.5.4.2.2 Format Type = 01h (Spare Area Expansion)
|
|
|
|
*/
|
|
|
|
index = format_00_index = -1;
|
|
|
|
format_size = format_00_max_size = -1;
|
2008-04-18 09:27:16 +00:00
|
|
|
for (i = 0; i < d->num_format_descr; i++) {
|
|
|
|
format_type = d->format_descriptors[i].type;
|
2008-04-22 16:13:05 +00:00
|
|
|
i_size = d->format_descriptors[i].size;
|
|
|
|
if (format_type != 0x00 && format_type != 0x01)
|
|
|
|
continue;
|
|
|
|
if (flag & 32) { /* No defect mgt */
|
|
|
|
/* Search for largest 0x00 format descriptor */
|
|
|
|
if (format_type != 0x00)
|
|
|
|
continue;
|
|
|
|
if (i_size < format_size)
|
|
|
|
continue;
|
|
|
|
format_size = i_size;
|
|
|
|
index = i;
|
|
|
|
continue;
|
|
|
|
} else if (flag & 4) { /*Max or default size with mgt*/
|
|
|
|
/* Search for second largest 0x00
|
|
|
|
format descriptor. For max size allow
|
|
|
|
format type 0x01.
|
|
|
|
*/
|
|
|
|
if (format_type == 0x00) {
|
|
|
|
if (i_size < format_size)
|
|
|
|
continue;
|
|
|
|
if (i_size < format_00_max_size) {
|
|
|
|
format_size = i_size;
|
|
|
|
index = i;
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
format_size = format_00_max_size;
|
|
|
|
index = format_00_index;
|
|
|
|
format_00_max_size = i_size;
|
|
|
|
format_00_index = i;
|
2008-04-18 09:27:16 +00:00
|
|
|
continue;
|
|
|
|
}
|
2008-04-22 16:13:05 +00:00
|
|
|
if (size_mode==3)
|
|
|
|
continue;
|
|
|
|
if (i_size > format_size) {
|
|
|
|
format_size = i_size;
|
2008-04-18 09:27:16 +00:00
|
|
|
index = i;
|
|
|
|
}
|
2008-04-22 16:13:05 +00:00
|
|
|
continue;
|
|
|
|
}
|
|
|
|
/* Search for smallest 0x0 or 0x01
|
|
|
|
descriptor >= size */;
|
|
|
|
if (d->format_descriptors[i].size >= size &&
|
|
|
|
(format_size < 0 || i_size < format_size)
|
|
|
|
) {
|
|
|
|
format_size = i_size;
|
|
|
|
index = i;
|
2008-04-18 09:27:16 +00:00
|
|
|
}
|
2008-04-12 16:42:45 +00:00
|
|
|
}
|
2008-04-22 16:13:05 +00:00
|
|
|
if(index < 0 && (flag & 4) && !(flag & 32)) {
|
|
|
|
format_size = format_00_max_size;
|
|
|
|
index = format_00_index;
|
|
|
|
}
|
2008-04-18 09:27:16 +00:00
|
|
|
if(index < 0)
|
|
|
|
goto no_suitable_formatting_type;
|
|
|
|
format_type = d->format_descriptors[index].type;
|
|
|
|
num_of_blocks = d->format_descriptors[index].size / 2048;
|
|
|
|
mmc_int_to_four_char(c.page->data + 4, num_of_blocks);
|
|
|
|
for (i = 0; i < 3; i++)
|
|
|
|
c.page->data[9 + i] =
|
|
|
|
( d->format_descriptors[index].tdp >>
|
|
|
|
(16 - 8 * i)) & 0xff;
|
|
|
|
sprintf(descr, "%s", d->current_profile_text);
|
|
|
|
return_immediately = 1; /* caller must do the waiting */
|
2008-04-18 19:46:18 +00:00
|
|
|
c.page->data[1] |= 0x80; /* FOV = this flag vector is valid */
|
|
|
|
|
2008-04-26 15:07:39 +00:00
|
|
|
if ((flag & 64) && format_type != 0x01) {
|
|
|
|
/* MMC-5 6.5.3.2 , 6.5.4.2.1.2
|
|
|
|
DCRT: Disable Certification and maintain number
|
|
|
|
of blocks
|
|
|
|
CmpList: Override maintaining of number of blocks
|
|
|
|
with DCRT
|
|
|
|
*/
|
|
|
|
/* ts A80426 : prevents change of formatted size
|
|
|
|
with PHILIPS SPD3300L and Verbatim 3x DVD-RAM
|
|
|
|
and format_type 0x00. Works on TSSTcorp SH-S203B
|
|
|
|
*/
|
|
|
|
c.page->data[1] |= 0x20;
|
|
|
|
c.opcode[1] |= 0x08;
|
|
|
|
}
|
2008-04-12 16:42:45 +00:00
|
|
|
|
2008-12-10 09:26:09 +00:00
|
|
|
} else if (d->current_profile == 0x41) {
|
|
|
|
/* BD-R SRM */
|
|
|
|
|
|
|
|
index = -1;
|
|
|
|
format_size = -1;
|
|
|
|
if (d->num_format_descr <= 0)
|
|
|
|
goto no_suitable_formatting_type;
|
|
|
|
if (d->format_descriptors[0].type != 0)
|
|
|
|
goto no_suitable_formatting_type;
|
|
|
|
for (i = 0; i < d->num_format_descr; i++) {
|
|
|
|
format_type = d->format_descriptors[i].type;
|
|
|
|
i_size = d->format_descriptors[i].size;
|
|
|
|
if (format_type != 0x00 && format_type != 0x32)
|
|
|
|
continue;
|
|
|
|
if (flag & 32) { /* No defect mgt */
|
2008-12-11 09:22:33 +00:00
|
|
|
/* ts A81211 : MMC-5 6.5.4.2.17.1
|
|
|
|
When formatted with Format Type 32h,
|
|
|
|
the BD-R disc is required to allocate
|
|
|
|
a non-zero number of spares.
|
|
|
|
*/
|
2008-12-10 09:26:09 +00:00
|
|
|
goto no_suitable_formatting_type;
|
|
|
|
|
|
|
|
} else if(size_mode == 2) { /* max payload size */
|
|
|
|
/* search largest 0x32 format descriptor */
|
|
|
|
if(format_type != 0x32)
|
|
|
|
continue;
|
|
|
|
} else if(size_mode == 3) { /* default payload size */
|
|
|
|
if (format_type == 0x00) {
|
|
|
|
index = i;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
continue;
|
|
|
|
} else { /* defect managed format with size wish */
|
|
|
|
|
2008-12-12 11:22:14 +00:00
|
|
|
#ifdef Libburn_bd_r_format_olD
|
2008-12-10 09:26:09 +00:00
|
|
|
|
2008-12-12 11:22:14 +00:00
|
|
|
/* search for smallest 0x32 >= size */
|
2008-12-10 09:26:09 +00:00
|
|
|
if(format_type != 0x32)
|
|
|
|
continue;
|
|
|
|
if (i_size < size)
|
|
|
|
continue;
|
|
|
|
if (format_size >= 0 && i_size >= format_size)
|
|
|
|
continue;
|
|
|
|
index = i;
|
|
|
|
format_size = i_size;
|
|
|
|
continue;
|
2008-12-12 11:22:14 +00:00
|
|
|
|
|
|
|
#else /* Libburn_bd_r_format_olD */
|
|
|
|
|
|
|
|
/* search largest and smallest 0x32 */
|
|
|
|
if(format_type != 0x32)
|
|
|
|
continue;
|
|
|
|
if (i_size < min_size || min_size < 0)
|
|
|
|
min_size = i_size;
|
|
|
|
if (i_size > max_size)
|
|
|
|
max_size = i_size;
|
|
|
|
|
|
|
|
#endif /* ! Libburn_bd_r_format_olD */
|
|
|
|
|
2008-12-10 09:26:09 +00:00
|
|
|
}
|
|
|
|
/* common for all cases which search largest
|
|
|
|
descriptors */
|
|
|
|
if (i_size > format_size) {
|
|
|
|
format_size = i_size;
|
|
|
|
index = i;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (size_mode == 2 && index < 0 && !(flag & 32))
|
|
|
|
index = 0;
|
|
|
|
if (index < 0)
|
|
|
|
goto no_suitable_formatting_type;
|
|
|
|
format_type = d->format_descriptors[index].type;
|
|
|
|
if (flag & (1 << 16))
|
|
|
|
format_sub_type = 0; /* SRM + POW */
|
|
|
|
else
|
|
|
|
format_sub_type = 1; /* SRM (- POW) */
|
|
|
|
|
2008-12-12 11:22:14 +00:00
|
|
|
#ifdef Libburn_bd_r_format_olD
|
|
|
|
if (0) {
|
|
|
|
#else
|
|
|
|
if (size_mode == 0 || size_mode == 1) {
|
2008-12-12 21:40:34 +00:00
|
|
|
#endif /* ! Libburn_bd_r_format_olD */
|
2008-12-10 09:26:09 +00:00
|
|
|
|
2008-12-12 11:22:14 +00:00
|
|
|
if (min_size < 0 || max_size < 0)
|
|
|
|
goto no_suitable_formatting_type;
|
|
|
|
if (size <= 0)
|
|
|
|
size = min_size;
|
|
|
|
if (size % 0x10000)
|
|
|
|
size += 0x10000 - (size % 0x10000);
|
|
|
|
if (size < min_size)
|
|
|
|
goto no_suitable_formatting_type;
|
|
|
|
else if(size > max_size)
|
|
|
|
goto no_suitable_formatting_type;
|
|
|
|
num_of_blocks = size / 2048;
|
|
|
|
mmc_int_to_four_char(c.page->data + 4, num_of_blocks);
|
|
|
|
for (i = 0; i < 3; i++)
|
|
|
|
c.page->data[9 + i] = 0;
|
|
|
|
} else {
|
|
|
|
num_of_blocks =
|
|
|
|
d->format_descriptors[index].size / 2048;
|
|
|
|
mmc_int_to_four_char(c.page->data + 4, num_of_blocks);
|
|
|
|
for (i = 0; i < 3; i++)
|
|
|
|
c.page->data[9 + i] =
|
|
|
|
( d->format_descriptors[index].tdp >>
|
|
|
|
(16 - 8 * i)) & 0xff;
|
|
|
|
}
|
2008-12-10 09:26:09 +00:00
|
|
|
sprintf(descr, "%s", d->current_profile_text);
|
|
|
|
return_immediately = 1; /* caller must do the waiting */
|
|
|
|
c.page->data[1] |= 0x80; /* FOV = this flag vector is valid */
|
|
|
|
|
2008-05-06 18:08:04 +00:00
|
|
|
} else if (d->current_profile == 0x43) {
|
2008-04-12 16:42:45 +00:00
|
|
|
/* BD-RE */
|
2008-04-25 13:16:23 +00:00
|
|
|
index = -1;
|
|
|
|
format_size = -1;
|
|
|
|
if (d->num_format_descr <= 0)
|
|
|
|
goto no_suitable_formatting_type;
|
|
|
|
if (d->format_descriptors[0].type != 0)
|
|
|
|
goto no_suitable_formatting_type;
|
|
|
|
for (i = 0; i < d->num_format_descr; i++) {
|
|
|
|
format_type = d->format_descriptors[i].type;
|
|
|
|
i_size = d->format_descriptors[i].size;
|
|
|
|
if (format_type != 0x00 && format_type != 0x30 &&
|
|
|
|
format_type != 0x31)
|
|
|
|
continue;
|
|
|
|
if (flag & 32) { /* No defect mgt */
|
|
|
|
/* search largest format 0x31 */
|
|
|
|
if(format_type != 0x31)
|
|
|
|
continue;
|
|
|
|
} else if(size_mode == 2) { /* max payload size */
|
|
|
|
/* search largest 0x30 format descriptor */
|
|
|
|
if(format_type != 0x30)
|
|
|
|
continue;
|
|
|
|
} else if(size_mode == 3) { /* default payload size */
|
2008-04-26 15:07:39 +00:00
|
|
|
if (accept_count < 1)
|
|
|
|
index = 0; /* this cannot certify */
|
2008-11-29 14:04:31 +00:00
|
|
|
|
|
|
|
/* ts A81129
|
|
|
|
LG GGW-H20L YL03 refuses on 0x30 with
|
|
|
|
"Quick certification". dvd+rw-format
|
|
|
|
does 0x00 by default and succeeds quickly.
|
|
|
|
*/
|
|
|
|
if ((flag & 64) && format_type == 0x00) {
|
|
|
|
index = i;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
2008-04-26 15:07:39 +00:00
|
|
|
if(format_type != 0x30)
|
|
|
|
continue;
|
|
|
|
accept_count++;
|
|
|
|
if (accept_count == 1)
|
|
|
|
index = i;
|
2008-04-25 13:16:23 +00:00
|
|
|
continue;
|
|
|
|
} else { /* defect managed format with size wish */
|
2008-12-10 09:26:09 +00:00
|
|
|
|
2008-12-12 11:22:14 +00:00
|
|
|
#ifdef Libburn_bd_re_format_olD
|
2008-12-10 09:26:09 +00:00
|
|
|
|
2008-12-12 11:22:14 +00:00
|
|
|
/* search for smallest 0x30 >= size */
|
2008-04-25 13:16:23 +00:00
|
|
|
if(format_type != 0x30)
|
|
|
|
continue;
|
|
|
|
if (i_size < size)
|
|
|
|
continue;
|
|
|
|
if (format_size >= 0 && i_size >= format_size)
|
|
|
|
continue;
|
|
|
|
index = i;
|
|
|
|
format_size = i_size;
|
|
|
|
continue;
|
2008-12-12 11:22:14 +00:00
|
|
|
|
|
|
|
#else /* Libburn_bd_re_format_olD */
|
|
|
|
|
|
|
|
/* search largest and smallest 0x30 */
|
|
|
|
if(format_type != 0x30)
|
|
|
|
continue;
|
|
|
|
if (i_size < min_size || min_size < 0)
|
|
|
|
min_size = i_size;
|
|
|
|
if (i_size > max_size)
|
|
|
|
max_size = i_size;
|
|
|
|
|
|
|
|
#endif /* ! Libburn_bd_re_format_olD */
|
|
|
|
|
2008-04-25 13:16:23 +00:00
|
|
|
}
|
|
|
|
/* common for all cases which search largest
|
|
|
|
descriptors */
|
|
|
|
if (i_size > format_size) {
|
|
|
|
format_size = i_size;
|
|
|
|
index = i;
|
|
|
|
}
|
2008-04-12 16:42:45 +00:00
|
|
|
}
|
2008-12-12 11:22:14 +00:00
|
|
|
|
2008-04-25 13:16:23 +00:00
|
|
|
if (size_mode == 2 && index < 0 && !(flag & 32))
|
|
|
|
index = 0;
|
|
|
|
if (index < 0)
|
|
|
|
goto no_suitable_formatting_type;
|
|
|
|
format_type = d->format_descriptors[index].type;
|
2008-04-26 15:07:39 +00:00
|
|
|
if (format_type == 0x30 || format_type == 0x31) {
|
|
|
|
if (flag & 64)
|
|
|
|
format_sub_type = 3; /* Quick certification */
|
|
|
|
else
|
|
|
|
format_sub_type = 2; /* Full certification */
|
|
|
|
}
|
2008-12-10 09:26:09 +00:00
|
|
|
|
2008-12-12 11:22:14 +00:00
|
|
|
#ifdef Libburn_bd_re_format_olD
|
|
|
|
if (0) {
|
|
|
|
#else
|
|
|
|
if (size_mode == 0 || size_mode == 1) {
|
|
|
|
#endif /* ! Libburn_bd_re_format_olD */
|
2008-12-10 09:26:09 +00:00
|
|
|
|
2008-12-12 11:22:14 +00:00
|
|
|
if (min_size < 0 || max_size < 0)
|
|
|
|
goto no_suitable_formatting_type;
|
|
|
|
if (size <= 0)
|
|
|
|
size = min_size;
|
|
|
|
if (size % 0x10000)
|
|
|
|
size += 0x10000 - (size % 0x10000);
|
|
|
|
if (size < min_size)
|
|
|
|
goto no_suitable_formatting_type;
|
|
|
|
else if(size > max_size)
|
|
|
|
goto no_suitable_formatting_type;
|
|
|
|
num_of_blocks = size / 2048;
|
|
|
|
mmc_int_to_four_char(c.page->data + 4, num_of_blocks);
|
|
|
|
for (i = 0; i < 3; i++)
|
|
|
|
c.page->data[9 + i] = 0;
|
|
|
|
} else {
|
|
|
|
num_of_blocks =
|
|
|
|
d->format_descriptors[index].size / 2048;
|
|
|
|
mmc_int_to_four_char(c.page->data + 4, num_of_blocks);
|
|
|
|
for (i = 0; i < 3; i++)
|
|
|
|
c.page->data[9 + i] =
|
|
|
|
( d->format_descriptors[index].tdp >>
|
|
|
|
(16 - 8 * i)) & 0xff;
|
|
|
|
}
|
2008-04-25 13:16:23 +00:00
|
|
|
sprintf(descr, "%s", d->current_profile_text);
|
|
|
|
return_immediately = 1; /* caller must do the waiting */
|
|
|
|
c.page->data[1] |= 0x80; /* FOV = this flag vector is valid */
|
2008-04-12 16:42:45 +00:00
|
|
|
|
2006-12-20 11:20:08 +00:00
|
|
|
} else {
|
|
|
|
|
2008-04-25 13:16:23 +00:00
|
|
|
/* >>> other formattable types to come */
|
|
|
|
|
2007-01-13 21:16:04 +00:00
|
|
|
unsuitable_media:;
|
2006-12-20 11:20:08 +00:00
|
|
|
sprintf(msg, "Unsuitable media detected. Profile %4.4Xh %s",
|
|
|
|
d->current_profile, d->current_profile_text);
|
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
|
|
|
0x0002011e,
|
|
|
|
LIBDAX_MSGS_SEV_SORRY, LIBDAX_MSGS_PRIO_HIGH,
|
2007-01-09 21:06:55 +00:00
|
|
|
msg, 0, 0);
|
2006-12-20 11:20:08 +00:00
|
|
|
return 0;
|
|
|
|
}
|
2008-04-18 09:27:16 +00:00
|
|
|
c.page->data[8] = (format_type << 2) | (format_sub_type & 3);
|
2007-01-09 21:06:55 +00:00
|
|
|
|
2008-04-18 19:46:18 +00:00
|
|
|
sprintf(msg, "Format type %2.2Xh \"%s\", blocks = %.f",
|
2007-01-10 21:07:48 +00:00
|
|
|
format_type, descr, (double) num_of_blocks);
|
2007-01-09 21:06:55 +00:00
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index, 0x00000002,
|
|
|
|
LIBDAX_MSGS_SEV_DEBUG, LIBDAX_MSGS_PRIO_ZERO,
|
|
|
|
msg, 0, 0);
|
2008-04-18 19:46:18 +00:00
|
|
|
sprintf(msg, "CDB: ");
|
|
|
|
for (i = 0; i < 6; i++)
|
|
|
|
sprintf(msg + strlen(msg), "%2.2X ", c.opcode[i]);
|
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index, 0x00000002,
|
|
|
|
LIBDAX_MSGS_SEV_DEBUG, LIBDAX_MSGS_PRIO_ZERO,
|
|
|
|
msg, 0, 0);
|
2008-04-22 16:13:05 +00:00
|
|
|
sprintf(msg, "Format list: ");
|
2008-04-18 19:46:18 +00:00
|
|
|
for (i = 0; i < 12; i++)
|
|
|
|
sprintf(msg + strlen(msg), "%2.2X ", c.page->data[i]);
|
|
|
|
strcat(msg, "\n");
|
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index, 0x00000002,
|
|
|
|
LIBDAX_MSGS_SEV_DEBUG, LIBDAX_MSGS_PRIO_ZERO,
|
|
|
|
msg, 0, 0);
|
|
|
|
|
2008-04-25 13:16:23 +00:00
|
|
|
#ifdef Libburn_do_not_format_dvd_ram_or_bd_rE
|
|
|
|
if(d->current_profile == 0x43 || d->current_profile == 0x12) {
|
|
|
|
sprintf(msg,
|
|
|
|
"Formatting of %s not implemented yet - This is a dummy",
|
|
|
|
d->current_profile_text);
|
2008-04-18 09:27:16 +00:00
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
|
|
|
0x00000002,
|
2008-04-22 16:13:05 +00:00
|
|
|
LIBDAX_MSGS_SEV_WARNING, LIBDAX_MSGS_PRIO_ZERO,
|
2008-04-25 13:16:23 +00:00
|
|
|
msg, 0, 0);
|
2008-04-18 09:27:16 +00:00
|
|
|
return 1;
|
|
|
|
}
|
2008-04-25 13:16:23 +00:00
|
|
|
#endif /* Libburn_do_not_format_dvd_ram_or_bd_rE */
|
2008-04-18 09:27:16 +00:00
|
|
|
|
2006-12-20 11:20:08 +00:00
|
|
|
d->issue_command(d, &c);
|
2007-01-01 17:10:54 +00:00
|
|
|
if (c.error && !tolerate_failure) {
|
2006-12-20 11:20:08 +00:00
|
|
|
if (c.sense[2]!=0) {
|
2008-08-30 10:44:45 +00:00
|
|
|
|
|
|
|
#ifdef NIX
|
2006-12-20 11:20:08 +00:00
|
|
|
sprintf(msg,
|
|
|
|
"SCSI error on format_unit(%s): key=%X asc=%2.2Xh ascq=%2.2Xh",
|
|
|
|
descr,
|
|
|
|
c.sense[2],c.sense[12],c.sense[13]);
|
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
|
|
|
0x00020122,
|
|
|
|
LIBDAX_MSGS_SEV_FATAL, LIBDAX_MSGS_PRIO_HIGH,
|
|
|
|
msg, 0, 0);
|
2008-08-30 10:44:45 +00:00
|
|
|
#else /* NIX */
|
|
|
|
sprintf(msg, "SCSI error on format_unit(%s): ", descr);
|
|
|
|
scsi_error_msg(d, c.sense, 14, msg + strlen(msg),
|
|
|
|
&key, &asc, &ascq);
|
|
|
|
|
|
|
|
#endif /* !NIX */
|
|
|
|
|
2006-12-20 11:20:08 +00:00
|
|
|
}
|
|
|
|
return 0;
|
2007-01-14 13:41:19 +00:00
|
|
|
} else if ((!c.error) && (format_type == 0x13 || format_type == 0x15))
|
2007-01-18 21:18:03 +00:00
|
|
|
d->needs_close_session = 1;
|
2007-01-03 16:42:53 +00:00
|
|
|
if (return_immediately)
|
|
|
|
return 1;
|
|
|
|
usleep(1000000); /* there seems to be a little race condition */
|
|
|
|
for (ret = 0; ret <= 0 ;) {
|
|
|
|
usleep(50000);
|
2006-12-20 11:20:08 +00:00
|
|
|
ret = spc_test_unit_ready(d);
|
2007-01-03 16:42:53 +00:00
|
|
|
}
|
2006-12-20 11:20:08 +00:00
|
|
|
mmc_sync_cache(d);
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-12-25 19:00:26 +00:00
|
|
|
/* ts A61225 */
|
2007-05-21 18:57:09 +00:00
|
|
|
static int mmc_get_write_performance_al(struct burn_drive *d,
|
|
|
|
int *alloc_len, int *max_descr)
|
2006-12-25 19:00:26 +00:00
|
|
|
{
|
|
|
|
struct buffer buf;
|
2007-05-21 18:57:09 +00:00
|
|
|
int len, i, b, num_descr, ret, old_alloc_len;
|
2006-12-25 19:00:26 +00:00
|
|
|
int exact_bit, read_speed, write_speed;
|
|
|
|
/* if this call delivers usable data then they should override
|
|
|
|
previously recorded min/max speed and not compete with them */
|
|
|
|
int min_write_speed = 0x7fffffff, max_write_speed = 0;
|
|
|
|
int min_read_speed = 0x7fffffff, max_read_speed = 0;
|
|
|
|
struct command c;
|
|
|
|
unsigned long end_lba;
|
|
|
|
unsigned char *pd;
|
2006-12-26 17:07:53 +00:00
|
|
|
struct burn_speed_descriptor *sd;
|
2006-12-25 19:00:26 +00:00
|
|
|
|
|
|
|
/* A61225 : 1 = report about speed descriptors */
|
|
|
|
static int speed_debug = 0;
|
|
|
|
|
2006-12-26 17:07:53 +00:00
|
|
|
if (d->current_profile <= 0)
|
|
|
|
mmc_get_configuration(d);
|
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
if (*alloc_len < 8)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
scsi_init_command(&c, MMC_GET_PERFORMANCE,
|
|
|
|
sizeof(MMC_GET_PERFORMANCE));
|
|
|
|
/*
|
2006-12-25 19:00:26 +00:00
|
|
|
memcpy(c.opcode, MMC_GET_PERFORMANCE, sizeof(MMC_GET_PERFORMANCE));
|
2007-05-21 18:57:09 +00:00
|
|
|
c.oplen = sizeof(MMC_GET_PERFORMANCE);
|
|
|
|
*/
|
|
|
|
/* ts A70519 : now controlled externally
|
2006-12-25 19:00:26 +00:00
|
|
|
max_descr = ( BUFFER_SIZE - 8 ) / 16 - 1;
|
2007-05-21 18:57:09 +00:00
|
|
|
*/
|
2006-12-25 19:00:26 +00:00
|
|
|
|
|
|
|
/* >>> future: maintain a list of write descriptors
|
|
|
|
if (max_descr > d->max_write_descr - d->num_write_descr)
|
|
|
|
max_descr = d->max_write_descr;
|
|
|
|
*/
|
2007-05-21 18:57:09 +00:00
|
|
|
c.dxfer_len = *alloc_len;
|
2006-12-25 19:00:26 +00:00
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
c.opcode[8] = ( *max_descr >> 8 ) & 0xff;
|
|
|
|
c.opcode[9] = ( *max_descr >> 0 ) & 0xff;
|
2006-12-25 19:00:26 +00:00
|
|
|
c.opcode[10] = 3;
|
|
|
|
c.retry = 1;
|
|
|
|
c.page = &buf;
|
|
|
|
c.page->sectors = 0;
|
|
|
|
c.page->bytes = 0;
|
|
|
|
c.dir = FROM_DRIVE;
|
|
|
|
d->issue_command(d, &c);
|
2009-06-03 18:53:57 +00:00
|
|
|
|
|
|
|
#ifdef Libisofs_simulate_old_mmc1_drivE
|
|
|
|
c.error = 1;
|
|
|
|
c.sense[2] = 0x5;
|
|
|
|
c.sense[12] = 0x20;
|
|
|
|
c.sense[13] = 0x0;
|
|
|
|
#endif /* Libisofs_simulate_old_mmc1_drivE */
|
|
|
|
|
2006-12-25 19:00:26 +00:00
|
|
|
if (c.error)
|
|
|
|
return 0;
|
2007-05-21 18:57:09 +00:00
|
|
|
len = mmc_four_char_to_int(c.page->data);
|
|
|
|
old_alloc_len = *alloc_len;
|
|
|
|
*alloc_len = len + 4;
|
|
|
|
if (len + 4 > old_alloc_len)
|
|
|
|
len = old_alloc_len - 4;
|
|
|
|
num_descr = ( *alloc_len - 8 ) / 16;
|
|
|
|
if (*max_descr == 0) {
|
|
|
|
*max_descr = num_descr;
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
if (old_alloc_len < 16)
|
|
|
|
return 1;
|
|
|
|
if (len < 12)
|
2006-12-25 19:00:26 +00:00
|
|
|
return 0;
|
|
|
|
|
|
|
|
pd = c.page->data;
|
2007-05-21 18:57:09 +00:00
|
|
|
if (num_descr > *max_descr)
|
|
|
|
num_descr = *max_descr;
|
2006-12-26 17:07:53 +00:00
|
|
|
for (i = 0; i < num_descr; i++) {
|
2006-12-25 19:00:26 +00:00
|
|
|
exact_bit = !!(pd[8 + i*16] & 2);
|
|
|
|
end_lba = read_speed = write_speed = 0;
|
|
|
|
for (b = 0; b < 4 ; b++) {
|
|
|
|
end_lba += pd[8 + i*16 + 4 + b] << (24 - 8 * b);
|
|
|
|
read_speed += pd[8 + i*16 + 8 + b] << (24 - 8 * b);
|
|
|
|
write_speed += pd[8 + i*16 + 12 + b] << (24 - 8 * b);
|
|
|
|
}
|
|
|
|
if (end_lba > 0x7ffffffe)
|
|
|
|
end_lba = 0x7ffffffe;
|
|
|
|
|
2006-12-26 17:07:53 +00:00
|
|
|
if (speed_debug)
|
2006-12-25 19:00:26 +00:00
|
|
|
fprintf(stderr,
|
|
|
|
"LIBBURN_DEBUG: kB/s: write=%d read=%d end=%lu exact=%d\n",
|
|
|
|
write_speed, read_speed, end_lba, exact_bit);
|
|
|
|
|
2006-12-26 17:07:53 +00:00
|
|
|
/* ts A61226 */
|
|
|
|
ret = burn_speed_descriptor_new(&(d->mdata->speed_descriptors),
|
|
|
|
NULL, d->mdata->speed_descriptors, 0);
|
|
|
|
if (ret > 0) {
|
|
|
|
sd = d->mdata->speed_descriptors;
|
|
|
|
sd->source = 2;
|
|
|
|
if (d->current_profile > 0) {
|
|
|
|
sd->profile_loaded = d->current_profile;
|
|
|
|
strcpy(sd->profile_name,
|
|
|
|
d->current_profile_text);
|
|
|
|
}
|
|
|
|
sd->wrc = (pd[8 + i*16] >> 3 ) & 3;
|
|
|
|
sd->exact = exact_bit;
|
|
|
|
sd->mrw = pd[8 + i*16] & 1;
|
|
|
|
sd->end_lba = end_lba;
|
|
|
|
sd->write_speed = write_speed;
|
|
|
|
sd->read_speed = read_speed;
|
|
|
|
}
|
|
|
|
|
2006-12-25 19:00:26 +00:00
|
|
|
if (end_lba > d->mdata->max_end_lba)
|
|
|
|
d->mdata->max_end_lba = end_lba;
|
|
|
|
if (end_lba < d->mdata->min_end_lba)
|
|
|
|
d->mdata->min_end_lba = end_lba;
|
|
|
|
if (write_speed < min_write_speed)
|
|
|
|
min_write_speed = write_speed;
|
|
|
|
if (write_speed > max_write_speed)
|
|
|
|
max_write_speed = write_speed;
|
|
|
|
if (read_speed < min_read_speed)
|
|
|
|
min_read_speed = read_speed;
|
|
|
|
if (read_speed > max_read_speed)
|
|
|
|
max_read_speed = read_speed;
|
|
|
|
}
|
|
|
|
if (min_write_speed < 0x7fffffff)
|
|
|
|
d->mdata->min_write_speed = min_write_speed;
|
|
|
|
if (max_write_speed > 0)
|
|
|
|
d->mdata->max_write_speed = max_write_speed;
|
|
|
|
/* there is no mdata->min_read_speed yet
|
|
|
|
if (min_read_speed < 0x7fffffff)
|
|
|
|
d->mdata->min_read_speed = min_read_speed;
|
|
|
|
*/
|
|
|
|
if (max_read_speed > 0)
|
|
|
|
d->mdata->max_read_speed = max_read_speed;
|
|
|
|
return num_descr;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
int mmc_get_write_performance(struct burn_drive *d)
|
|
|
|
{
|
|
|
|
int alloc_len = 8, max_descr = 0, ret;
|
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 1);
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_get_write_performance") <= 0)
|
|
|
|
return 0;
|
|
|
|
|
2007-05-21 18:57:09 +00:00
|
|
|
/* first command execution to learn number of descriptors and
|
|
|
|
dxfer_len */
|
|
|
|
ret = mmc_get_write_performance_al(d, &alloc_len, &max_descr);
|
|
|
|
/*
|
|
|
|
fprintf(stderr,"LIBBURN_DEBUG: ACh alloc_len = %d , ret = %d\n",
|
|
|
|
alloc_len, ret);
|
|
|
|
*/
|
|
|
|
if (max_descr > 0 && ret > 0)
|
|
|
|
/* second execution with announced length */
|
|
|
|
ret = mmc_get_write_performance_al(d, &alloc_len, &max_descr);
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-12-30 00:15:07 +00:00
|
|
|
/* ts A61229 : outsourced from spc_select_write_params() */
|
|
|
|
/* Note: Page data is not zeroed here to allow preset defaults. Thus
|
|
|
|
memset(pd, 0, 2 + d->mdata->write_page_length);
|
|
|
|
is the eventual duty of the caller.
|
|
|
|
*/
|
|
|
|
int mmc_compose_mode_page_5(struct burn_drive *d,
|
|
|
|
const struct burn_write_opts *o,
|
|
|
|
unsigned char *pd)
|
|
|
|
{
|
|
|
|
pd[0] = 5;
|
|
|
|
pd[1] = d->mdata->write_page_length;
|
|
|
|
|
2007-02-06 13:06:39 +00:00
|
|
|
if (d->current_profile == 0x13) {
|
|
|
|
/* A61229 : DVD-RW restricted overwrite */
|
2006-12-30 00:15:07 +00:00
|
|
|
/* learned from transport.hxx : page05_setup()
|
|
|
|
and mmc3r10g.pdf table 347 */
|
|
|
|
/* BUFE (burnproof), no LS_V (i.e. default Link Size, i hope),
|
|
|
|
no simulate, write type 0 = packet */
|
|
|
|
pd[2] = (1 << 6);
|
|
|
|
/* no multi, fixed packet, track mode 5 */
|
|
|
|
pd[3] = (1 << 5) | 5;
|
|
|
|
/* Data Block Type */
|
|
|
|
pd[4] = 8;
|
|
|
|
/* Link size dummy */
|
|
|
|
pd[5] = 0;
|
2007-02-23 19:08:58 +00:00
|
|
|
} else if ((d->current_profile == 0x14 || d->current_profile == 0x11 ||
|
|
|
|
d->current_profile == 0x15)
|
2009-11-10 20:32:59 +00:00
|
|
|
&& o->write_type == BURN_WRITE_SAO) {
|
2007-02-23 19:08:58 +00:00
|
|
|
/* ts A70205 : DVD-R[W][/DL] : Disc-at-once, DAO */
|
2007-02-06 13:06:39 +00:00
|
|
|
/* Learned from dvd+rw-tools and mmc5r03c.pdf .
|
|
|
|
See doc/cookbook.txt for more detailed references. */
|
|
|
|
|
|
|
|
/* BUFE , LS_V = 0, Test Write, Write Type = 2 SAO (DAO) */
|
|
|
|
pd[2] = ((!!o->underrun_proof) << 6)
|
|
|
|
| ((!!o->simulate) << 4)
|
|
|
|
| 2;
|
2009-11-10 20:32:59 +00:00
|
|
|
|
|
|
|
/* No multi-session , FP = 0 , Copy = 0, Track Mode = 5 */
|
2007-02-06 13:06:39 +00:00
|
|
|
pd[3] = 5;
|
|
|
|
|
2009-11-10 20:32:59 +00:00
|
|
|
#ifdef Libburn_pioneer_dvr_216d_load_mode5
|
|
|
|
|
|
|
|
/* >>> use track mode from mmc_get_nwa() */
|
|
|
|
/* >>> pd[3] = (pd[3] & ~0xf) | (d->track_inf[5] & 0xf); */
|
2009-11-03 18:45:08 +00:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2009-11-10 20:32:59 +00:00
|
|
|
/* Data Block Type = 8 */
|
|
|
|
pd[4] = 8;
|
|
|
|
|
2007-02-23 19:08:58 +00:00
|
|
|
} else if (d->current_profile == 0x14 || d->current_profile == 0x11 ||
|
|
|
|
d->current_profile == 0x15) {
|
|
|
|
/* ts A70128 : DVD-R[W][/DL] Incremental Streaming */
|
2007-02-06 13:06:39 +00:00
|
|
|
/* Learned from transport.hxx : page05_setup()
|
2007-01-29 17:57:31 +00:00
|
|
|
and mmc5r03c.pdf 7.5, 4.2.3.4 Table 17
|
|
|
|
and spc3r23.pdf 6.8, 7.4.3 */
|
2007-02-06 13:06:39 +00:00
|
|
|
|
|
|
|
/* BUFE , LS_V = 1, Test Write,
|
|
|
|
Write Type = 0 Packet/Incremental */
|
2007-01-29 17:57:31 +00:00
|
|
|
pd[2] = ((!!o->underrun_proof) << 6)
|
|
|
|
| (1 << 5)
|
|
|
|
| ((!!o->simulate) << 4);
|
|
|
|
/* Multi-session , FP = 1 , Track Mode = 5 */
|
|
|
|
pd[3] = ((3 * !!o->multi) << 6) | (1 << 5) | 5;
|
|
|
|
/* Data Block Type = 8 */
|
|
|
|
pd[4] = 8;
|
|
|
|
/* Link Size */
|
|
|
|
if (d->current_feat21h_link_size >= 0)
|
|
|
|
pd[5] = d->current_feat21h_link_size;
|
|
|
|
else
|
|
|
|
pd[5] = 16;
|
|
|
|
if (d->current_feat21h_link_size != 16) {
|
|
|
|
char msg[80];
|
|
|
|
|
|
|
|
sprintf(msg,
|
|
|
|
"Feature 21h Link Size = %d (expected 16)\n",
|
|
|
|
d->current_feat21h_link_size);
|
|
|
|
libdax_msgs_submit(libdax_messenger, -1, 0x00000002,
|
|
|
|
LIBDAX_MSGS_SEV_DEBUG, LIBDAX_MSGS_PRIO_ZERO,
|
|
|
|
msg, 0, 0);
|
|
|
|
}
|
|
|
|
/* Packet Size */
|
|
|
|
pd[13] = 16;
|
|
|
|
|
2007-03-01 12:07:29 +00:00
|
|
|
} else if (d->current_profile == 0x1a || d->current_profile == 0x1b ||
|
2008-02-28 12:32:34 +00:00
|
|
|
d->current_profile == 0x2b || d->current_profile == 0x12 ||
|
2008-12-09 12:35:13 +00:00
|
|
|
d->current_profile == 0x41 || d->current_profile == 0x42 ||
|
2008-02-28 12:32:34 +00:00
|
|
|
d->current_profile == 0x43) {
|
2008-12-09 12:35:13 +00:00
|
|
|
/* not with DVD+R[W][/DL] or DVD-RAM or BD-R[E] */;
|
2007-03-01 12:07:29 +00:00
|
|
|
return 0;
|
2006-12-30 00:15:07 +00:00
|
|
|
} else {
|
|
|
|
/* Traditional setup for CD */
|
2007-02-06 13:06:39 +00:00
|
|
|
|
2006-12-30 00:15:07 +00:00
|
|
|
pd[2] = ((!!o->underrun_proof) << 6)
|
|
|
|
| ((!!o->simulate) << 4)
|
|
|
|
| (o->write_type & 0x0f);
|
|
|
|
|
|
|
|
/* ts A61106 : MMC-1 table 110 : multi==0 or multi==3 */
|
|
|
|
pd[3] = ((3 * !!o->multi) << 6) | (o->control & 0x0f);
|
|
|
|
|
|
|
|
pd[4] = spc_block_type(o->block_type);
|
|
|
|
|
|
|
|
/* ts A61104 */
|
|
|
|
if(!(o->control&4)) /* audio (MMC-1 table 61) */
|
|
|
|
if(o->write_type == BURN_WRITE_TAO)
|
|
|
|
pd[4] = 0; /* Data Block Type: Raw Data */
|
|
|
|
|
|
|
|
pd[14] = 0; /* audio pause length MSB */
|
|
|
|
pd[15] = 150; /* audio pause length LSB */
|
|
|
|
|
|
|
|
/*XXX need session format! */
|
|
|
|
/* ts A61229 : but session format (pd[8]) = 0 seems ok */
|
|
|
|
|
|
|
|
}
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
2007-07-12 16:29:29 +00:00
|
|
|
|
2007-08-12 15:25:56 +00:00
|
|
|
/* A70812 ts */
|
|
|
|
int mmc_read_10(struct burn_drive *d, int start,int amount, struct buffer *buf)
|
|
|
|
{
|
|
|
|
struct command c;
|
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 0);
|
2007-09-12 10:45:34 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_read_10") <= 0)
|
|
|
|
return -1;
|
|
|
|
;
|
2007-08-12 15:25:56 +00:00
|
|
|
if (amount > BUFFER_SIZE / 2048)
|
|
|
|
return -1;
|
|
|
|
|
|
|
|
scsi_init_command(&c, MMC_READ_10, sizeof(MMC_READ_10));
|
|
|
|
c.dxfer_len = amount * 2048;
|
|
|
|
c.retry = 1;
|
|
|
|
mmc_int_to_four_char(c.opcode + 2, start);
|
|
|
|
c.opcode[7] = (amount >> 8) & 0xFF;
|
|
|
|
c.opcode[8] = amount & 0xFF;
|
|
|
|
c.page = buf;
|
|
|
|
c.page->bytes = 0;
|
|
|
|
c.page->sectors = 0;
|
|
|
|
c.dir = FROM_DRIVE;
|
|
|
|
d->issue_command(d, &c);
|
|
|
|
if (c.error) {
|
2008-08-30 10:44:45 +00:00
|
|
|
|
|
|
|
#ifdef NIX
|
2007-08-12 15:25:56 +00:00
|
|
|
char msg[160];
|
2008-08-30 10:44:45 +00:00
|
|
|
|
2007-08-22 13:46:21 +00:00
|
|
|
sprintf(msg,
|
2007-08-12 15:25:56 +00:00
|
|
|
"SCSI error on read_10(%d,%d): key=%X asc=%2.2Xh ascq=%2.2Xh",
|
|
|
|
start, amount,
|
|
|
|
c.sense[2],c.sense[12],c.sense[13]);
|
2008-08-30 10:44:45 +00:00
|
|
|
#else /* NIX */
|
|
|
|
char msg[256];
|
|
|
|
int key, asc, ascq;
|
|
|
|
|
|
|
|
sprintf(msg, "SCSI error on read_10(%d,%d): ", start, amount);
|
|
|
|
scsi_error_msg(d, c.sense, 14, msg + strlen(msg),
|
|
|
|
&key, &asc, &ascq);
|
|
|
|
|
|
|
|
#endif /* !NIX */
|
|
|
|
|
2007-08-23 15:02:55 +00:00
|
|
|
if(!d->silent_on_scsi_error)
|
|
|
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
2007-08-12 15:25:56 +00:00
|
|
|
0x00020144,
|
|
|
|
LIBDAX_MSGS_SEV_SORRY, LIBDAX_MSGS_PRIO_HIGH,
|
|
|
|
msg, 0, 0);
|
|
|
|
return BE_CANCELLED;
|
|
|
|
}
|
|
|
|
|
|
|
|
buf->sectors = amount;
|
|
|
|
buf->bytes = amount * 2048;
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-12-10 09:26:09 +00:00
|
|
|
/* ts A81210 : Determine the upper limit of readable data size */
|
|
|
|
int mmc_read_capacity(struct burn_drive *d)
|
|
|
|
{
|
|
|
|
struct buffer buf;
|
|
|
|
struct command c;
|
|
|
|
int alloc_len= 8;
|
|
|
|
|
|
|
|
d->media_read_capacity = 0x7fffffff;
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 1);
|
2008-12-10 09:26:09 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_read_capacity") <= 0)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
scsi_init_command(&c, MMC_READ_CAPACITY, sizeof(MMC_READ_CAPACITY));
|
|
|
|
c.dxfer_len = alloc_len;
|
|
|
|
c.retry = 1;
|
|
|
|
c.page = &buf;
|
|
|
|
c.page->bytes = 0;
|
|
|
|
c.page->sectors = 0;
|
|
|
|
c.dir = FROM_DRIVE;
|
|
|
|
d->issue_command(d, &c);
|
|
|
|
d->media_read_capacity = mmc_four_char_to_int(c.page->data);
|
|
|
|
if (d->media_read_capacity < 0) {
|
|
|
|
d->media_read_capacity = 0x7fffffff;
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-09-04 20:21:55 +00:00
|
|
|
/* ts A90903 */
|
|
|
|
/* mmc5r03c.pdf 6.23 ADh READ DISC STRUCTURE obtains media specific information
|
|
|
|
*/
|
|
|
|
static int mmc_read_disc_structure_al(struct burn_drive *d, int *alloc_len,
|
|
|
|
int media_type, int layer_number, int format,
|
|
|
|
int min_len, char **reply, int *reply_len,
|
|
|
|
int flag)
|
|
|
|
{
|
|
|
|
struct buffer buf;
|
|
|
|
int old_alloc_len, len;
|
|
|
|
struct command c;
|
|
|
|
unsigned char *dpt;
|
|
|
|
|
|
|
|
*reply = NULL;
|
|
|
|
*reply_len = 0;
|
|
|
|
|
|
|
|
if (*alloc_len < 4)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
scsi_init_command(&c, MMC_READ_DISC_STRUCTURE,
|
|
|
|
sizeof(MMC_READ_DISC_STRUCTURE));
|
|
|
|
c.dxfer_len = *alloc_len;
|
|
|
|
c.retry = 1;
|
|
|
|
c.opcode[1]= media_type;
|
|
|
|
c.opcode[7]= format;
|
|
|
|
c.opcode[8]= (c.dxfer_len >> 8) & 0xff;
|
|
|
|
c.opcode[9]= c.dxfer_len & 0xff;
|
|
|
|
c.page = &buf;
|
|
|
|
c.page->sectors = 0;
|
|
|
|
c.page->bytes = 0;
|
|
|
|
c.dir = FROM_DRIVE;
|
|
|
|
|
|
|
|
d->issue_command(d, &c);
|
|
|
|
if (c.error)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
len = (c.page->data[0] << 8) | (c.page->data[1]);
|
|
|
|
old_alloc_len = *alloc_len;
|
|
|
|
*alloc_len = len + 2;
|
|
|
|
if (old_alloc_len <= 4)
|
|
|
|
return 1;
|
|
|
|
if (len + 2 > old_alloc_len)
|
|
|
|
len = old_alloc_len - 2;
|
|
|
|
if (len < 4)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
dpt = c.page->data + 4;
|
|
|
|
if (len - 2 < min_len)
|
|
|
|
return 0;
|
|
|
|
*reply = calloc(len - 2, 1);
|
|
|
|
if (*reply == NULL)
|
|
|
|
return 0;
|
|
|
|
*reply_len = len - 2;
|
|
|
|
memcpy(*reply, dpt, len - 2);
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
int mmc_read_disc_structure(struct burn_drive *d,
|
|
|
|
int media_type, int layer_number, int format, int min_len,
|
|
|
|
char **reply, int *reply_len, int flag)
|
|
|
|
{
|
|
|
|
int alloc_len = 4, ret;
|
2009-12-05 11:17:13 +00:00
|
|
|
char msg[80];
|
2009-09-04 20:21:55 +00:00
|
|
|
|
2009-11-18 12:25:57 +00:00
|
|
|
mmc_start_if_needed(d, 1);
|
2009-09-04 20:21:55 +00:00
|
|
|
if (mmc_function_spy(d, "mmc_read_disc_structure") <= 0)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
ret = mmc_read_disc_structure_al(d, &alloc_len,
|
|
|
|
media_type, layer_number, format, min_len,
|
|
|
|
reply, reply_len, 0);
|
|
|
|
/*
|
|
|
|
fprintf(stderr,"LIBBURN_DEBUG: ADh alloc_len = %d , ret = %d\n",
|
|
|
|
alloc_len, ret);
|
|
|
|
*/
|
2009-12-05 11:17:13 +00:00
|
|
|
if (ret <= 0)
|
|
|
|
return ret;
|
|
|
|
if (alloc_len < 12) {
|
|
|
|
sprintf(msg,
|
|
|
|
"READ DISC STRUCTURE announces only %d bytes of reply\n",
|
|
|
|
alloc_len);
|
|
|
|
libdax_msgs_submit(libdax_messenger, -1, 0x00000002,
|
|
|
|
LIBDAX_MSGS_SEV_DEBUG, LIBDAX_MSGS_PRIO_ZERO,
|
|
|
|
msg, 0, 0);
|
|
|
|
ret = 0;
|
|
|
|
|
2009-12-06 07:32:38 +00:00
|
|
|
/* ts A91205
|
|
|
|
LG GH22LS30 revision 1.00 returns for DVD-R format
|
|
|
|
code 0x0E an allocation length of 4 (= 0 payload).
|
|
|
|
A MS-Windows tool can inquire media code "RITEKF1",
|
|
|
|
though.
|
|
|
|
This macro causes a try to unconditionally read the
|
|
|
|
desired payload bytes. The drive then returns 35
|
|
|
|
bytes as requested and the media id is "RITEKF1".
|
|
|
|
Nevertheless this is not a generally usable gesture
|
2010-02-12 21:26:46 +00:00
|
|
|
because older GNU/Linux USB dislikes requests to fetch
|
2009-12-06 07:32:38 +00:00
|
|
|
more bytes than the drive will deliver.
|
|
|
|
|
|
|
|
# define Libburn_enforce_structure_code_0x0E 1
|
2009-12-05 11:17:13 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifdef Libburn_enforce_structure_code_0x0E
|
|
|
|
if (format == 0x0E) {
|
|
|
|
alloc_len = min_len + 4;
|
|
|
|
ret = mmc_read_disc_structure_al(d, &alloc_len,
|
|
|
|
media_type, layer_number, format, min_len,
|
|
|
|
reply, reply_len, 0);
|
|
|
|
if (*reply_len < min_len || *reply == NULL)
|
|
|
|
ret = 0;
|
|
|
|
sprintf(msg, "READ DISC STRUCTURE returns %d bytes of required %d\n",
|
|
|
|
*reply_len + 4, min_len + 4);
|
|
|
|
libdax_msgs_submit(libdax_messenger, -1, 0x00000002,
|
|
|
|
LIBDAX_MSGS_SEV_DEBUG, LIBDAX_MSGS_PRIO_ZERO,
|
|
|
|
msg, 0, 0);
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
} else
|
2009-09-04 20:21:55 +00:00
|
|
|
ret = mmc_read_disc_structure_al(d, &alloc_len,
|
|
|
|
media_type, layer_number, format, min_len,
|
|
|
|
reply, reply_len, 0);
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ts A90903 */
|
2009-09-06 11:20:18 +00:00
|
|
|
/*
|
|
|
|
@param flag bit0= set bit1 in flag for burn_util_make_printable_word
|
|
|
|
and do not append media revision
|
|
|
|
*/
|
2009-09-04 20:21:55 +00:00
|
|
|
static int mmc_set_product_id(char *reply,
|
|
|
|
int manuf_idx, int type_idx, int rev_idx,
|
|
|
|
char **product_id, char **media_code1, char **media_code2, int flag)
|
|
|
|
{
|
2009-09-05 11:29:44 +00:00
|
|
|
int ret;
|
|
|
|
|
2009-09-04 20:21:55 +00:00
|
|
|
*product_id = calloc(17, 1);
|
|
|
|
*media_code1 = calloc(9, 1);
|
|
|
|
*media_code2 = calloc(8, 1);
|
|
|
|
if (*product_id == NULL ||
|
|
|
|
*media_code1 == NULL || *media_code2 == NULL)
|
|
|
|
return -1;
|
|
|
|
sprintf(*media_code1, "%.8s", reply + manuf_idx);
|
2009-09-06 11:20:18 +00:00
|
|
|
ret = burn_util_make_printable_word(media_code1,
|
|
|
|
1 | ((flag & 1) << 1));
|
2009-09-05 11:29:44 +00:00
|
|
|
if (ret <= 0)
|
|
|
|
return -1;
|
2009-09-06 11:20:18 +00:00
|
|
|
sprintf(*media_code2, "%.3s%s", reply + type_idx,
|
|
|
|
(flag & 1) ? "" : "xxxx");
|
|
|
|
ret = burn_util_make_printable_word(media_code2,
|
|
|
|
1 | ((flag & 1) << 1));
|
2009-09-05 11:29:44 +00:00
|
|
|
if (ret <= 0)
|
|
|
|
return -1;
|
2009-09-06 11:20:18 +00:00
|
|
|
if (!(flag & 1)) {
|
|
|
|
sprintf(*media_code2 + strlen(*media_code2) - 4, "/%d",
|
|
|
|
(int) ((unsigned char *) reply)[rev_idx]);
|
|
|
|
}
|
2009-09-04 20:21:55 +00:00
|
|
|
sprintf(*product_id, "%s/%s", *media_code1, *media_code2);
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* ts A90903 */
|
|
|
|
/* MMC backend of API call burn_get_media_product_id()
|
|
|
|
See also doc/mediainfo.txt
|
|
|
|
@param flag Bitfield for control purposes
|
2009-09-06 11:20:18 +00:00
|
|
|
bit0= do not escape " _/" (not suitable for
|
|
|
|
burn_guess_manufacturer())
|
|
|
|
|
2009-09-04 20:21:55 +00:00
|
|
|
*/
|
|
|
|
int mmc_get_media_product_id(struct burn_drive *d,
|
|
|
|
char **product_id, char **media_code1, char **media_code2,
|
|
|
|
char **book_type, int flag)
|
|
|
|
{
|
|
|
|
int prf, ret, reply_len, i, has_11h = -1, bt, start_lba, end_lba;
|
|
|
|
int min, sec, fr, media_type = 0;
|
|
|
|
char *reply = NULL, *wpt;
|
2009-09-05 11:29:44 +00:00
|
|
|
|
2009-09-04 20:21:55 +00:00
|
|
|
static char *books[16] = {
|
|
|
|
"DVD-ROM", "DVD-RAM", "DVD-R", "DVD-RW",
|
|
|
|
"HD DVD-ROM", "HD DVD-RAM", "HD DVD-R", "unknown",
|
|
|
|
"unknown", "DVD+RW", "DVD+R", "unknown",
|
|
|
|
"unknown", "DVD+RW DL" "DVD+R DL", "unknown"};
|
|
|
|
|
|
|
|
*product_id = *media_code1 = *media_code2 = *book_type = NULL;
|
|
|
|
prf = d->current_profile;
|
|
|
|
if (prf == 0x09 || prf == 0x0A) {
|
|
|
|
|
|
|
|
*product_id = calloc(20, 1);
|
|
|
|
*media_code1 = calloc(10, 1);
|
|
|
|
*media_code2 = calloc(10, 1);
|
|
|
|
if (*product_id == NULL ||
|
|
|
|
*media_code1 == NULL || *media_code2 == NULL) {
|
|
|
|
ret = -1;
|
|
|
|
goto ex;
|
|
|
|
}
|
|
|
|
ret = burn_disc_read_atip(d);
|
|
|
|
if (ret <= 0)
|
|
|
|
goto ex;
|
|
|
|
ret = burn_drive_get_start_end_lba(d, &start_lba, &end_lba, 0);
|
|
|
|
if (ret <= 0)
|
|
|
|
goto ex;
|
|
|
|
burn_lba_to_msf(start_lba, &min, &sec, &fr);
|
|
|
|
sprintf(*media_code1, "%2.2dm%2.2ds%2.2df", min, sec, fr);
|
|
|
|
burn_lba_to_msf(end_lba, &min, &sec, &fr);
|
|
|
|
sprintf(*media_code2, "%2.2dm%2.2ds%2.2df", min, sec, fr);
|
|
|
|
sprintf(*product_id, "%s/%s", *media_code1, *media_code2);
|
|
|
|
ret = 1;
|
|
|
|
goto ex; /* No booktype with CD media */
|
|
|
|
|
|
|
|
} else if (prf == 0x11 || prf == 0x13 || prf == 0x14 || prf == 0x15) {
|
|
|
|
/* DVD-R */
|
|
|
|
|
|
|
|
ret = mmc_read_disc_structure(d, 0, 0, 0x0E, 31, &reply,
|
|
|
|
&reply_len, 0);
|
|
|
|
if (ret <= 0)
|
|
|
|
goto ex;
|
2009-09-06 11:20:18 +00:00
|
|
|
/* ECMA-279 for DVD-R promises a third sixpack in field 5,
|
|
|
|
but ECMA-338 for DVD-RW defines a different meaning.
|
|
|
|
DVD-R and DVD-RW bear unprintable characters in there.
|
|
|
|
*/
|
|
|
|
if (reply[16] != 3 || reply[24] != 4) {
|
2009-09-04 20:21:55 +00:00
|
|
|
ret = 0;
|
|
|
|
goto ex;
|
|
|
|
}
|
|
|
|
*media_code1 = calloc(19, 1);
|
|
|
|
*media_code2 = strdup("");
|
2009-09-05 11:29:44 +00:00
|
|
|
if (*media_code1 == NULL || *media_code2 == NULL) {
|
2009-09-04 20:21:55 +00:00
|
|
|
ret = -1;
|
|
|
|
goto ex;
|
|
|
|
}
|
2009-09-05 11:29:44 +00:00
|
|
|
memcpy(*media_code1, reply + 17, 6);
|
|
|
|
memcpy(*media_code1 + 6, reply + 25, 6);
|
2009-09-06 11:20:18 +00:00
|
|
|
|
2009-09-04 20:21:55 +00:00
|
|
|
/* Clean out 0 bytes */
|
2009-09-05 11:29:44 +00:00
|
|
|
wpt = *media_code1;
|
2009-09-04 20:21:55 +00:00
|
|
|
for (i = 0; i < 18; i++)
|
2009-09-05 11:29:44 +00:00
|
|
|
if ((*media_code1)[i])
|
|
|
|
*(wpt++) = (*media_code1)[i];
|
2009-09-04 20:21:55 +00:00
|
|
|
*wpt = 0;
|
2009-09-06 11:20:18 +00:00
|
|
|
ret = burn_util_make_printable_word(media_code1,
|
|
|
|
1 | ((flag & 1) << 1));
|
2009-09-05 11:29:44 +00:00
|
|
|
if (ret <= 0)
|
|
|
|
goto ex;
|
|
|
|
*product_id = strdup(*media_code1);
|
|
|
|
if (*product_id == NULL) {
|
|
|
|
ret = -1;
|
|
|
|
goto ex;
|
|
|
|
}
|
2009-09-04 20:21:55 +00:00
|
|
|
|
|
|
|
} else if (prf == 0x1a || prf == 0x1b || prf == 0x2b) { /* DVD+R[W] */
|
|
|
|
|
|
|
|
/* Check whether the drive supports format 11h */
|
|
|
|
has_11h = 0;
|
|
|
|
ret = mmc_read_disc_structure(d, 0, 0, 4, 0xff, &reply,
|
|
|
|
&reply_len, 0);
|
|
|
|
if (ret > 0) {
|
|
|
|
for (i = 0; i < reply_len; i += 4) {
|
|
|
|
if (reply[i] == 0x11 && (reply[i + 1] & 64))
|
|
|
|
has_11h = 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (reply != NULL)
|
|
|
|
free(reply);
|
|
|
|
reply = NULL;
|
|
|
|
ret = mmc_read_disc_structure(d, 0, 0, 0x11, 29, &reply,
|
|
|
|
&reply_len, 0);
|
|
|
|
if (ret <= 0) {
|
|
|
|
/* Hope for format 00h */
|
|
|
|
has_11h = 0;
|
|
|
|
} else {
|
|
|
|
/* Dig out manufacturer, media type and revision */
|
|
|
|
ret = mmc_set_product_id(reply, 19, 27, 28,
|
2009-09-06 11:20:18 +00:00
|
|
|
product_id, media_code1, media_code2,
|
|
|
|
flag & 1);
|
2009-09-04 20:21:55 +00:00
|
|
|
if (ret <= 0)
|
|
|
|
goto ex;
|
|
|
|
}
|
|
|
|
} else if (prf == 0x41 || prf == 0x43 || prf == 0x40 || prf == 0x42) {
|
|
|
|
/* BD */
|
|
|
|
media_type = 1;
|
|
|
|
ret = mmc_read_disc_structure(d, 1, 0, 0x00, 112, &reply,
|
|
|
|
&reply_len, 0);
|
|
|
|
if (ret <= 0)
|
|
|
|
goto ex;
|
|
|
|
if (reply[0] != 'D' || reply[1] != 'I') {
|
|
|
|
ret = 0;
|
|
|
|
goto ex;
|
|
|
|
}
|
|
|
|
/* Dig out manufacturer, media type and revision */
|
|
|
|
ret = mmc_set_product_id(reply, 100, 106, 111,
|
2009-09-06 11:20:18 +00:00
|
|
|
product_id, media_code1, media_code2,
|
|
|
|
flag & 1);
|
2009-09-04 20:21:55 +00:00
|
|
|
if (ret <= 0)
|
|
|
|
goto ex;
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
/* Source of DVD-RAM manufacturer and media id not found yet */
|
|
|
|
ret = 0;
|
|
|
|
goto ex;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (reply != NULL)
|
|
|
|
free(reply);
|
|
|
|
reply = NULL;
|
|
|
|
ret = mmc_read_disc_structure(d, media_type, 0, 0x00, 1,
|
|
|
|
&reply, &reply_len, 0);
|
|
|
|
if (ret <= 0)
|
|
|
|
goto ex;
|
|
|
|
bt = (reply[0] >> 4) & 0xf;
|
|
|
|
*book_type = calloc(80 + strlen(books[bt]), 1);
|
|
|
|
if (*book_type == NULL) {
|
|
|
|
ret = -1;
|
|
|
|
goto ex;
|
|
|
|
}
|
|
|
|
sprintf(*book_type, "%2.2Xh, %s book [revision %d]",
|
|
|
|
bt, books[bt], reply[0] & 0xf);
|
|
|
|
|
|
|
|
if (has_11h == 0 && *product_id == NULL && reply_len > 28) {
|
|
|
|
/* DVD+ with no format 11h */
|
|
|
|
/* Get manufacturer and media type from bytes 19 and 27 */
|
|
|
|
ret = mmc_set_product_id(reply, 19, 27, 28, product_id,
|
2009-09-06 11:20:18 +00:00
|
|
|
media_code1, media_code2,
|
|
|
|
flag & 1);
|
2009-09-04 20:21:55 +00:00
|
|
|
if (*product_id == NULL) {
|
|
|
|
ret = 0;
|
|
|
|
goto ex;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
ret = 1;
|
|
|
|
ex:;
|
|
|
|
if (reply != NULL)
|
|
|
|
free(reply);
|
|
|
|
if (ret <= 0) {
|
|
|
|
if (*product_id != NULL)
|
|
|
|
free(*product_id);
|
|
|
|
if (*media_code1 != NULL)
|
|
|
|
free(*media_code1);
|
|
|
|
if (*media_code2 != NULL)
|
|
|
|
free(*media_code2);
|
|
|
|
if (*book_type != NULL)
|
|
|
|
free(*book_type);
|
|
|
|
*product_id = *media_code1 = *media_code2 = *book_type = NULL;
|
|
|
|
}
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-07-12 16:29:29 +00:00
|
|
|
/* ts A61021 : the mmc specific part of sg.c:enumerate_common()
|
|
|
|
*/
|
|
|
|
int mmc_setup_drive(struct burn_drive *d)
|
|
|
|
{
|
|
|
|
d->read_atip = mmc_read_atip;
|
|
|
|
d->read_toc = mmc_read_toc;
|
|
|
|
d->write = mmc_write;
|
|
|
|
d->erase = mmc_erase;
|
|
|
|
d->read_sectors = mmc_read_sectors;
|
|
|
|
d->perform_opc = mmc_perform_opc;
|
|
|
|
d->set_speed = mmc_set_speed;
|
|
|
|
d->send_cue_sheet = mmc_send_cue_sheet;
|
|
|
|
d->reserve_track = mmc_reserve_track;
|
|
|
|
d->sync_cache = mmc_sync_cache;
|
|
|
|
d->get_nwa = mmc_get_nwa;
|
|
|
|
d->read_multi_session_c1 = mmc_read_multi_session_c1;
|
|
|
|
d->close_disc = mmc_close_disc;
|
|
|
|
d->close_session = mmc_close_session;
|
|
|
|
d->close_track_session = mmc_close;
|
|
|
|
d->read_buffer_capacity = mmc_read_buffer_capacity;
|
|
|
|
d->format_unit = mmc_format_unit;
|
|
|
|
d->read_format_capacities = mmc_read_format_capacities;
|
2007-08-12 15:25:56 +00:00
|
|
|
d->read_10 = mmc_read_10;
|
2007-07-12 16:29:29 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* ts A70302 */
|
|
|
|
d->phys_if_std = -1;
|
|
|
|
d->phys_if_name[0] = 0;
|
|
|
|
|
|
|
|
/* ts A61020 */
|
|
|
|
d->start_lba = -2000000000;
|
|
|
|
d->end_lba = -2000000000;
|
|
|
|
|
2009-08-15 13:32:56 +00:00
|
|
|
/* ts A61201 - A90815*/
|
2007-07-12 16:29:29 +00:00
|
|
|
d->erasable = 0;
|
|
|
|
d->current_profile = -1;
|
|
|
|
d->current_profile_text[0] = 0;
|
|
|
|
d->current_is_cd_profile = 0;
|
|
|
|
d->current_is_supported_profile = 0;
|
2009-06-03 18:53:57 +00:00
|
|
|
d->current_is_guessed_profile = 0;
|
2009-08-15 13:32:56 +00:00
|
|
|
memset(d->all_profiles, 0, 256);
|
|
|
|
d->num_profiles = 0;
|
2007-07-12 16:29:29 +00:00
|
|
|
d->current_has_feat21h = 0;
|
|
|
|
d->current_feat21h_link_size = -1;
|
2008-12-12 21:40:34 +00:00
|
|
|
d->current_feat23h_byte4 = 0;
|
|
|
|
d->current_feat23h_byte8 = 0;
|
2007-07-12 16:29:29 +00:00
|
|
|
d->current_feat2fh_byte4 = -1;
|
|
|
|
d->needs_close_session = 0;
|
2007-10-03 11:24:41 +00:00
|
|
|
d->needs_sync_cache = 0;
|
2007-07-12 16:29:29 +00:00
|
|
|
d->bg_format_status = -1;
|
2009-11-05 17:03:01 +00:00
|
|
|
d->num_opc_tables = -1;
|
2009-09-09 12:52:07 +00:00
|
|
|
d->last_lead_in = -2000000000;
|
|
|
|
d->last_lead_out = -2000000000;
|
|
|
|
d->disc_type = 0xff;
|
|
|
|
d->disc_id = 0;
|
|
|
|
memset(d->disc_bar_code, 0, 9);
|
|
|
|
d->disc_app_code = 0;
|
|
|
|
d->disc_info_valid = 0;
|
2007-07-12 16:29:29 +00:00
|
|
|
d->num_format_descr = 0;
|
|
|
|
d->complete_sessions = 0;
|
2009-01-09 09:59:59 +00:00
|
|
|
d->state_of_last_session = -1;
|
2007-07-12 16:29:29 +00:00
|
|
|
d->last_track_no = 1;
|
|
|
|
d->media_capacity_remaining = 0;
|
|
|
|
d->media_lba_limit = 0;
|
2008-12-10 09:26:09 +00:00
|
|
|
d->media_read_capacity = 0x7fffffff;
|
2007-07-12 16:29:29 +00:00
|
|
|
d->pessimistic_buffer_free = 0;
|
|
|
|
d->pbf_altered = 0;
|
|
|
|
d->wait_for_buffer_free = Libburn_wait_for_buffer_freE;
|
|
|
|
d->nominal_write_speed = 0;
|
|
|
|
d->pessimistic_writes = 0;
|
|
|
|
d->waited_writes = 0;
|
|
|
|
d->waited_tries = 0;
|
|
|
|
d->waited_usec = 0;
|
|
|
|
d->wfb_min_usec = Libburn_wait_for_buffer_min_useC;
|
|
|
|
d->wfb_max_usec = Libburn_wait_for_buffer_max_useC;
|
|
|
|
d->wfb_timeout_sec = Libburn_wait_for_buffer_tio_seC;
|
|
|
|
d->wfb_min_percent = Libburn_wait_for_buffer_min_perC;
|
|
|
|
d->wfb_max_percent = Libburn_wait_for_buffer_max_perC;
|
|
|
|
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|