Hello Mark, From: mark tinguely <[EMAIL PROTECTED]> Date: Fri, 2 Nov 2001 08:31:28 -0600 (CST) ::> I'm having panic for the last few days, if I have PCCARD inserted. ::> If no card is inside, system boots up fine. ::> ::> Here's the panic message, I've written down. <cut> ::the panic appears to be a side affect that allocate_driver() in ::sys/pccard/pccard.c does not check the success/failure of device_add_child(). ::The patch that would fix that is: ::--- pccard.c.orig Fri Sep 14 03:43:15 2001 ::+++ pccard.c Fri Nov 2 08:21:48 2001 <cut> :: ::The real question is, why is device_add_child failing? The best answer ::is that the device class is not being found in make_device() ::sys/kern/subr_bus.c. I would suggest you print the string in variable ::"name", I think it is corrupt. :: ::--mark tinguely.
Thank you for the patch, that fixed my panic problem. Unfortunatly that was not enough for my pccard to get recognized correctly, as suggested by OGAWA-san on anther thread. Thank you anyway, Haro =------------------------------------------------------------------------------ _ _ Munehiro (haro) Matsuda -|- /_\ |_|_| Business Incubation Dept., Kubota Corp. /|\ |_| |_|_| 1-3 Nihonbashi-Muromachi 3-Chome Chuo-ku Tokyo 103-8310, Japan Tel: +81-3-3245-3318 Fax: +81-3-3245-3315 Email: [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message