Subject: Re: ncr (53c810ae) driver still wonky.
To: Aaro J Koskinen <akoskine@cc.helsinki.fi>
From: Darren Reed <darrenr@reed.wattle.id.au>
List: tech-kern
Date: 02/27/2000 19:56:07
In some email I received from Aaro J Koskinen, sie wrote:
> 
> Hello all,
> 
> Darren Reed wrote:
> > Booting a -current kernel on my alpha/pc164 with a 53c810ae, I tried
> > out the ncr driver with a Fujitsu M2909S-512 driver.  I still see lots
> > of error messages at bootup - error messages I don't see when I attach
> > the same drive to an adaptec (2940) card.  Does anyone have any clues
> > about how to fix this ?
> 
> This is just a guess, but here goes...

Thank you!

The below patch fixed my problem - yay!

Can someone please commit this ?  Thanks again!

Cheers,
Darren
*** scsipi_base.h.orig  Tue Dec  8 11:20:16 1998
--- scsipi_base.h       Mon Feb 28 10:41:54 2000
***************
*** 70,75 ****
--- 70,76 ----
  	 * Fill out the scsipi_xfer structure.  We don't know whose context
  	 * the cmd is in, so copy it.
  	 */
+ 	xs->req_sense_length = 0;
  	xs->sc_link = sc_link;
  	bcopy(scsipi_cmd, &xs->cmdstore, cmdlen);
  	xs->cmd = &xs->cmdstore;