[700] in linux-scsi channel archive
Re: Linux 1.3.34 wont boot^H^H^H^H compile ;-)
daemon@ATHENA.MIT.EDU (Paul Gortmaker)
Mon Oct 16 04:16:29 1995
From: Paul Gortmaker <gpg109@rsphy1.anu.edu.au>
To: eric@aib.com (Eric Youngdale)
Date: Mon, 16 Oct 1995 15:00:29 +1000 (EST)
Cc: linux-scsi@vger.rutgers.edu
In-Reply-To: <m0t4a14-0009WdC@aib.com> from "Eric Youngdale" at Oct 15, 95 04:50:00 pm
Hi Eric,
> No there was one patch that got left out. This is more or less
> what you need to get things going. Linus already has a patchkit that
> includes this patch among several others:
[...]
> - scsi_result = ((current->pid == 0 || !shpnt->unchecked_isa_dma)
> + scsi_result = ((!dma_malloc_freelist || !shpnt->unchecked_isa_dma)
In addition to the above, one has to move the static declaration of
dma_malloc_freelist to somewhere before its first usage in the above.
Obvious, I know, but just checking to make sure this was included
as one of the "several others" that got sent to Linus.
Regards,
Paul.