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



The following reply was made to PR port-i386/38356; it has been noted by GNATS.

From: yamt%mwd.biglobe.ne.jp@localhost (YAMAMOTO Takashi)
To: gnats-bugs%NetBSD.org@localhost
Cc: port-i386-maintainer%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
        netbsd-bugs%netbsd.org@localhost
Subject: Re: port-i386/38356: multiboot(8) command line option root= does not
 work
Date: Fri,  4 Apr 2008 13:02:39 +0900 (JST)

 >                      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