Subject: Re: port-alpha/4903: using DEC's isp10X0 F/W fails to fireup correctly after boot
To: None <mjacob@feral.com>
From: Chris G. Demetriou <cgd@pa.dec.com>
List: netbsd-bugs
Date: 01/27/1998 22:57:42
> >Fix:
> 	I think chris' suggestion from separate mail is correct and to
> always download f/w (he also suggested a compilation switch or some
> other switches, but...)

Actually, there's already a driver 'flags' flag which forces the
driver to not download the firmware.  From isp_reset():

        if ((isp->isp_fwrev >= isp->isp_mdvec->dv_fwrev) ||
            (cf_flags & 0x80) != 0) {
                dodnld = 0;
        }

My suggestion was (or was intended to be): "leave that flag's
behaviour alone."  8-)



chris