From 8c0b17b382bebe9178512644ac834929925340ab Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 23 Sep 2006 08:29:19 +0000 Subject: [PATCH] Changed outdated comments --- libburn/drive.c | 5 +---- libburn/sg.c | 8 ++------ 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/libburn/drive.c b/libburn/drive.c index e389099..4557381 100644 --- a/libburn/drive.c +++ b/libburn/drive.c @@ -732,10 +732,7 @@ fprintf(stderr,"libburn experimental: burn_drive_find_devno( 0x%lX ) found %s\n" return 0; } -/* ts A60922 ticket 33 */ -/* Try to find an enumerated address with the same host,channel,target,lun. - If a _no parameter is < 0 then it matches any number. -*/ +/* ts A60923 */ int burn_drive_convert_scsi_adr(int host_no, int channel_no, int target_no, int lun_no, char adr[]) { diff --git a/libburn/sg.c b/libburn/sg.c index 4c44e64..0250c23 100644 --- a/libburn/sg.c +++ b/libburn/sg.c @@ -126,9 +126,7 @@ void ata_enumerate(void) /* ts A60813 O_EXCL with block devices is an unpublished feature of Linux kernels. Possibly introduced 2002. - It can only be used if libburn stops opening several - file descriptor on the same block device. - See comment in sg_grab() */ + Mentioned in "The Linux SCSI Generic (sg) HOWTO" */ if(burn_sg_open_o_excl) open_mode |= O_EXCL; /* ts A60813 @@ -195,9 +193,7 @@ void sg_enumerate(void) /* ts A60813 O_EXCL with block devices is an unpublished feature of Linux kernels. Possibly introduced 2002. - It can only be used if libburn stops opening several - file descriptor on the same block device. - See comment in sg_grab() */ + Mentioned in "The Linux SCSI Generic (sg) HOWTO" */ if(burn_sg_open_o_excl) open_mode |= O_EXCL; /* ts A60813