Re: Linux tape drivers

2007-04-04 Thread Willem Riede
, at least. Regards, Willem Riede. - To unsubscribe from this list: send the line unsubscribe linux-scsi in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Linux tape drivers

2007-04-03 Thread Willem Riede
those. If my previous experience getting osst to work properly with Bacula can be of any use, I'll be happy to help where I can. Regards, Willem Riede. - To unsubscribe from this list: send the line unsubscribe linux-scsi in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: Fw: [Bugme-new] [Bug 5117] New: Panic when accessing scsi-tapedrives with 4G-remap

2005-08-28 Thread Willem Riede
way to make it do so (other than buy more memory). Regards, Willem Riede. - To unsubscribe from this list: send the line unsubscribe linux-scsi in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Fw: [Bugme-new] [Bug 5117] New: Panic when accessing scsi-tapedrives with 4G-remap

2005-08-25 Thread Willem Riede
Could this purely be a highmem problem? Is the zero-copy DMA feature of st.c known to work OK with x86 highmem? I don't know about Kai, but I don't have the hardware to test that... Sorry, Willem Riede. - To unsubscribe from this list: send the line unsubscribe linux-scsi in the body

Re: [-mm PATCH 29/32] drivers/scsi: fix-up schedule_timeout() usage

2005-08-15 Thread Willem Riede
); + schedule_timeout_interruptible(HZ / OSST_POLL_PER_SEC); Others have suggested using msleep in osst instead of schedule, which I think is more appropriate. Regards, Willem Riede. - To unsubscribe from this list: send the line unsubscribe linux-scsi in the body of a message

Re: [2.6 patch] drivers/scsi/osst.c: remove unused code

2005-03-23 Thread Willem Riede
to os_scsi_tape_flush() recently. James, could you make this change in BK too, please? Signed-off-by: Willem Riede [EMAIL PROTECTED] --- linux-2.6.12-rc1-mm1-full/drivers/scsi/osst.c.old 2005-03-22 21:04:36.0 +0100 +++ linux-2.6.12-rc1-mm1-full/drivers/scsi/osst.c 2005-03-22 22:09

Re: [2.6 patch] drivers/scsi/osst.c: make code static

2005-03-22 Thread Willem Riede
On 03/22/2005 09:28:07 AM, Adrian Bunk wrote: This patch makes needlessly global code static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] James, I agree with this, can you put it in BK, please? Signed-off-by: Willem Riede [EMAIL PROTECTED] --- This patch was already sent on: - 28 Feb

Re: [patch 1/1] scsi/osst: replace schedule_timeout() with msleep()

2005-03-06 Thread Willem Riede
(TASK_INTERRUPTIBLE); - schedule_timeout(HZ / 10); + msleep(100); } --- #endif set_current_state(TASK_INTERRUPTIBLE); - schedule_timeout(HZ / 10); + msleep(100); } --- Regards, Willem Riede, osst maintainer

Re: [PATCH] osst: don't use obsolete SCSI APIs

2005-01-23 Thread Willem Riede
. I wanted to compile osst with these changes and do a quick regression test. I'm happy to report that is now completed successfully. I agree with these changes, and as far as I'm concerned, they can be applied. Signed-off-by: Willem Riede [EMAIL PROTECTED] = drivers/scsi/osst.c 1.65