New API function burn_scsi_transport_id()

This commit is contained in:
2009-12-26 08:01:35 +00:00
parent e13b6369ba
commit 08169d63bc
7 changed files with 28 additions and 8 deletions

View File

@ -64,7 +64,7 @@ int mmc_function_spy(struct burn_drive *d, char * text);
*/
int sg_initialize(char msg[1024], int flag)
{
/* nothing to be done */
strcpy(msg, "internal FreeBSD CAM adapter sg-freebsd");
return 1;
}