New API call burn_drive_set_immed()

This commit is contained in:
2016-07-30 14:03:10 +00:00
parent 2e8dec42e5
commit 740e726ffe
8 changed files with 114 additions and 15 deletions

View File

@ -44,6 +44,14 @@
/* The number of above list items */
#define BURN_OS_NON_SIGNAL_COUNT 11
/* ts B60730 */
/* Either OpenBSD or SASANO Takayoshi's LG BH14NS48 throw 2,0,0
on Immed bit with BLANK and SYNCHRONIZE CACHE.
Until it is clear that the drive is to blame, the OpenBSD default is
not to use Immed.
*/
#define Libburn_do_no_immed_defaulT 1
#else /* __OpenBSD__ */
/** To list all signals which shall surely not be caught */