Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Mar 2004 02:33:31 +0900
From:      mistral@imasy.or.jp (Yoshihiko Sarumaru)
To:        akiyama@jp.FreeBSD.org
Cc:        julian@elischer.org
Subject:   Re: HEADSUP!!! USB MFC committed..
Message-ID:  <040312023331.M0100549@shimako.imasy.or.jp>
In-Reply-To: Your message of "Wed, 10 Mar 2004 22:18:05 %2B0900". <20040310221805L.akiyama@jp.FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi akiyama san,

unfortunately, It couldn't help me.

With KMODDEPS, DDB said:
Stopped at usbd_get_string+0x15: movl 0(%eax), %eax)
db> trace
usbd_get_string(.....)
usbd_devinfo_vp(.....)
usbd_devinfo(.....)
ugen_attach(.....)
DEVICE_ATTACH(.....)
device_probe_and_attach(.....) at ...
usbd_probe_and_attach(.....) at ...
usbd_new_device(.....) at ...
(snip)

Without KMODEPS, I had been seen:
Stopped at usbd_get_interface_descriptor+0x6: movl 0x4(%eax),%eax
db> trace
usbd_get_interface_descriptor(1,6,....) at usbd_get_interface_descriptor+0x6
umodem_match(.....) at umodem_match+0x24
DEVICE_PROBE(.....) at DEVICE_PROBE+0x2e
device_probe_child(.....) at ...
device_probe_and_attach(.....) at ...
usbd_probe_and_attach(.....) at ...
usbd_new_device(.....) at ...
(snip)

I don't know what is different between two above situation.

By the way, I found it would always panic with latter panic
message  when I load kernel-without-usb + usb.ko + ucom.ko +
umodem.ko then boot although I didn't plugged any umodem devices.

akiyama san wrote:

> Hi, Sarumaru-san.
> 
> At Mon, 8 Mar 2004 01:38:07 +0900,
> Yoshihiko Sarumaru wrote:
> 
> > I report you about a USB problem that would be occur with my
> > laptop after you MFC'ed USB stuff.
> > 
> > With GENERIC kernel, it is fine and there are no changes from
> > before, but with no usb kernel + usb.ko + umass.ko, it would be
> > panic everytime on boot.
> > 
> > It is not depend on umass. The panic would be happen when I
> > didn't load umass.ko but ucom.ko + umodem.ko and plug USB modem
> > (PHS phone).
> 
> I reproduced this panic, and tracked this down.
> This is a kernel module dependency problem.
> 
> Please try attached patch, and let me know the result.
> If this patch fix your problem, I'll commit this.
> -- 
> Shunsuke Akiyama
> akiyama@jp.FreeBSD.org
> akiyama@FreeBSD.org
--
Yoshihiko Sarumaru
mail: mistral@imasy.or.jp       web: http://www.imasy.or.jp/~mistral/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?040312023331.M0100549>