From owner-freebsd-bugs Thu Mar 21 10:10:28 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA14110 for bugs-outgoing; Thu, 21 Mar 1996 10:10:28 -0800 (PST) Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id KAA14095 Thu, 21 Mar 1996 10:10:24 -0800 (PST) Received: from localhost.shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.4/8.7.3) with SMTP id KAA02061; Thu, 21 Mar 1996 10:09:36 -0800 (PST) Message-Id: <199603211809.KAA02061@precipice.shockwave.com> To: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi) cc: bde@freebsd.org, hackers@freebsd.org, bugs@freebsd.org, jmz@freebsd.org Subject: Re: dev_attach after boot (Re: modloaded block/char device drivers) In-reply-to: Your message of "Thu, 21 Mar 1996 23:43:22 +0900." <199603211443.XAA08476@frig.mt.cs.keio.ac.jp> Date: Thu, 21 Mar 1996 10:09:35 -0800 From: Paul Traina Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Not all dynamic dev_attach() causes panic(). For example, if_ed NE2000 compatible PCMCIA Ethernet OK if_nep 3C589x PCMCIA Ethernet OK if_fe Fujitsu PCMCIA Ethernet OK wdc/wd Flash ATA / Type 3 ATA disk NG sio PCMCIA Modem OK aic/cd SCSI CDROM w/ SlimSCSI PCMCIA NG aic/sd SCSI HDD w/ SlimSCSI PCMCIA NG So, I think adding the controllers dynamically causes this panic(), but I was confused by reading that qcam has the same problem. Apparently, qcam is not controller/disk type device. Of course I read dev_attach() in kern_devconf.c and it seems to have no problem which causes such panic()'s. No, but the one common thread is that all of the ones that are OK register no character/block devices.