Date: Tue, 9 Jul 2019 04:10:41 +0900 (JST) From: Mori Hiroki <yamori813@yahoo.co.jp> To: Ian Lepore <ian@freebsd.org>, "freebsd-mips@freebsd.org" <freebsd-mips@freebsd.org> Subject: Re: panic on 13-CURRENT Message-ID: <509265059.344183.1562613041849.JavaMail.yahoo@jws704001.mail.kks.yahoo.co.jp> In-Reply-To: <76d35d595aa4b1ede98157b8b4210dd7e60ca52e.camel@freebsd.org> References: <575189220.318858.1562577407386.JavaMail.yahoo.ref@jws704003.mail.kks.yahoo.co.jp> <575189220.318858.1562577407386.JavaMail.yahoo@jws704003.mail.kks.yahoo.co.jp> <76d35d595aa4b1ede98157b8b4210dd7e60ca52e.camel@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Thanks for your reply. I do comment out=C2=A0device_busy() and=C2=A0device_unbusy() then work fine= . http://dmesgd.nycbug.org/index.cgi?do=3Dview&id=3D5050 Hiroki Mori ----- Original Message ----- > From: Ian Lepore <ian@freebsd.org> > To: Mori Hiroki <yamori813@yahoo.co.jp>; "freebsd-mips@freebsd.org" <free= bsd-mips@freebsd.org> > Cc:=20 > Date: 2019/7/9, Tue 01:15 > Subject: Re: panic on 13-CURRENT >=20 > On Mon, 2019-07-08 at 18:16 +0900, Mori Hiroki wrote: >>=C2=A0=C2=A0Hi >>=20 >>=C2=A0=C2=A0I try to 13-CURRENT today. >>=20 >>=C2=A0=C2=A0I have panic on Atheros target. >>=20 >>=C2=A0=C2=A0[...] >>=C2=A0=C2=A0gpioiic0: <GPIO I2C bit-banging driver> at pins 19-20 on gpio= bus0 >>=C2=A0=C2=A0gpioiic0: SCL pin: 20, SDA pin: 19 >>=C2=A0=C2=A0iicbb0: <I2C bit-banging driver> on gpioiic0 >>=C2=A0=C2=A0iicbus0: <Philips I2C bus> on iicbb0 master-only >>=C2=A0=C2=A0iic0: <I2C generic I/O> on iicbus0 >>=C2=A0=C2=A0panic: device_busy: called for unattached device >>=C2=A0=C2=A0time =3D 1 >>=C2=A0=C2=A0KDB: enter: panic >>=C2=A0=C2=A0[ thread pid 0 tid 100000 ] >>=C2=A0=C2=A0Stopped at=C2=A0 =C2=A0 =C2=A0 _DYNAMIC_LINKING+0x3: >>=C2=A0=C2=A0db> >>=20 >=20 > I think I figured it out... the rtl8366rb driver is doing IO in its > probe routine, which means the device isn't attached yet.=C2=A0 Now I jus= t > have to figure out how to fix it.=C2=A0 Reverting r348164 will get you pa= st > the error and let you test other things while I work on it. >=20 > -- Ian >=20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?509265059.344183.1562613041849.JavaMail.yahoo>