RE: [PATCH] mac_scsi boot crash fix

2005-03-09 Thread Kenn Humborg
Kenn, my macs like your patch :-) Did it make it upstream? Yes. http://linux-scsi.bkbits.net:8080/scsi-misc-2.6/[EMAIL PROTECTED] xrPCoj1REg?nav=index.html|[EMAIL PROTECTED] Later, Kenn - To unsubscribe from this list: send the line unsubscribe linux-scsi in the body of a message to

Re: [PATCH] m68k link error and NCR5380_exit()

2005-03-07 Thread Kenn Humborg
On Mon, Mar 07, 2005 at 09:53:22AM -0800, Brad Boyer wrote: On Tue, Mar 08, 2005 at 12:45:28AM +1100, Finn Thain wrote: My main reservation about embarking on this is that I don't think mac_scsi ever actually worked under 2.6 (or 2.5?) kernels. I'm not competent enough to submit a good,

Re: Possible use of uninitialized variable in sd.c

2005-03-01 Thread Kenn Humborg
returned from idr_get_new will be clobbered. Patch initializes checks error code from idr_get_new before accessing index. Signed-off-by: Kenn Humborg [EMAIL PROTECTED] --- src/drivers/scsi/sd.c-2.6.102005-02-25 21:02:17.0 + +++ src/drivers/scsi/sd.c 2005-03-01 23:21

NCR5380 delayed work fix and locking fix

2005-02-24 Thread Kenn Humborg
lock. This patch removes the call to NCR5380_proc_info() from NCR5380_print_status. Cosmetic: Remove duplicated lines of code from NCR5380_abort(). Signed-off-by: Kenn Humborg [EMAIL PROTECTED] --- src/drivers/scsi/NCR5380.c-2.6.10 2005-02-24 23:16:04.243579058 + +++ src/drivers/scsi/NCR5380