Re: scsi init problem in 2.4.0-test10?

2000-11-02 Thread Elizabeth Morris-Baker
> > Hello, Yes, I encountered the same problem, and have a fix, but want to test it. If the author of scsi_scan.c would like to correct it, then that would be fine. Basically the problem is in scan_scsis_single. Some scsi devices are notoriously brain dea

Re: scsi init problem in 2.4.0-test10?

2000-11-02 Thread Elizabeth Morris-Baker
eth > > --8t9RHnE3ZwKMSgU+ > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Thu, Nov 02, 2000 at 03:58:24PM -0600, Elizabeth Morris-Baker wrote: > > Basically the problem is in scan_scsis_single.

Re: scsi init problem in 2.4.0-test10? [PATCH]

2000-11-02 Thread Elizabeth Morris-Baker
} while(time1); + } + } while (SRpnt->sr_result && spintime && (retries < 3) && + time_after(spintime_value + 100 * HZ, jiffies)); SCSI_LOG_SCAN_BUS(3, printk("scsi: performing INQUIRY\n")); /* ---

Re: scsi init problem in 2.4.0-test10? [PATCH]

2000-11-02 Thread Elizabeth Morris-Baker
eir newer machines, so some compromise has to be arrived at. I will look into the matter further. Thanks again. cheers, eamb > On Thu, Nov 02, 2000 at 06:24:47PM -0600, Elizabeth Morris-Baker wrote: > > > > > > > Yes,