Subject: Re: pool_get failing to allocate a scsipi xs struct
To: David Forbes <david@flossy.u-net.com>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: tech-kern
Date: 07/16/1999 16:18:53
On Thu, 15 Jul 1999 20:44:33 +0100 (BST) 
 David Forbes <david@flossy.u-net.com> wrote:

 > I've got a driver for my parallel-port Iomega ZIP drive mainly working. It
 > probes & attaches, detects the drive, etc. fine, passing SCSI commands to
 > and from the drive as it goes.  However, when I attempt to mount a disk or
 > attempt anything useful, it fails, because the pool_get() call appears
 > to fail.  I think it due to a problem with how I communicate with the
 > scsibus layer...

If you send me a shar file of your code, I'd be happy to look at it and
see what problems I can find...

        -- Jason R. Thorpe <thorpej@nas.nasa.gov>