> 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