Subject: Re: dev/ic/ncr5380sbc.c
To: None <peter@wonderland.org>
From: Gordon W. Ross <gwr@mc.com>
List: current-users
Date: 05/13/1996 10:23:57
> Date: Mon, 13 May 1996 06:10:47 +0000
> From: Peter Galbavy <peter@wonderland.org>

> At line 2566 - 2568 the arguments appear to be in the wrong order.
> 
>                /* Device is sitting on the bus! */ 
>                 printf("%s: Target %d LUN %d stuck busy, resetting...\n",  
>        --->            sr->sr_target, sr->sr_lun,
>        --->            sc->sc_dev.dv_xname);
> 
> ...

Oops!  Thanks very much!

Gordon