Re: [patch] add scsi changer driver

2005-03-07 Thread Gerd Knorr
On Sun, Mar 06, 2005 at 07:55:25PM +0200, James Bottomley wrote: > Looking through this, the only things I really noticed that need work > are: > > ch_do_scsi(): It looks like this has an effective reimplementation of > scsi_wait_req. We're trying to deprecate the usage of scsi_do_req so we > ca

Re: [patch] add scsi changer driver

2005-02-16 Thread Gerd Knorr
> > + list_for_each(item,&ch_devlist) { > > + tmp = list_entry(item, scsi_changer, list); > > list_for_each_entry Oh, a new fancy toy I havn't notices yet ;) When this was added btw.? New version of the patch is below. Gerd ======[