NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-i386/38356: multiboot(8) command line option root= does not work



|> In <20080404040239.7C5AD11704%yamt.dyndns.org@localhost>
|>  yamt%mwd.biglobe.ne.jp@localhost (YAMAMOTO Takashi) wrote:
> >                     if (strncmp(cd->cf_name, biv->devname, len) == 0 &&
> > -                       biv->devname[len] - '0' == cd->cf_unit) {
> > +                       biv->devname[len] - '0' == dv->dv_unit) {

> i guess it should be device_unit().
> otherwise seems reasonable to me.

I didn't know that function.  Thanks.

-- 
Minoura Makoto <makoto%hauN.org@localhost>


Home | Main Index | Thread Index | Old Index