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



>                       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.

YAMAMOTO Takashi


Home | Main Index | Thread Index | Old Index