Obtain TOC from non-CD via 52h READ TRACK INFORMATION

This commit is contained in:
2007-02-01 16:15:09 +00:00
parent dde52c1971
commit e876f90e6c
7 changed files with 385 additions and 58 deletions

View File

@ -199,10 +199,14 @@ struct burn_drive
int start_lba;
int end_lba;
/* ts A70131 : from 51h READ DISC INFORMATION Number of Sessions (-1)*/
int complete_sessions;
/* ts A70129 :
from 51h READ DISC INFORMATION Last Track Number in Last Session */
int last_track_no;
int toc_temp;
struct burn_disc *disc; /* disc structure */
int block_types[4];