]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make the multiple interrupts attachment an error not a panic.
authorWarner Losh <imp@FreeBSD.org>
Wed, 25 Jul 2001 15:09:54 +0000 (15:09 +0000)
committerWarner Losh <imp@FreeBSD.org>
Wed, 25 Jul 2001 15:09:54 +0000 (15:09 +0000)
commitdd99c79cc1c3d198209473d6f2a2d02b13822c9c
treef332f3254aa51dc87525b83543cc40111a18491d
parent101f105db2aec18214a7e93a8de52b28f1cddc03
Make the multiple interrupts attachment an error not a panic.
Sometimes, when pccardd is restarted, it fails to realize that the
device is already attached and tries to attach it again.  This leads
to bad mojo since the pccard code isn't setup to handle that, so the
panic was put in.  Now it appears that it is triggering too easily, so
I'm backing it off to a non-fatal error.
sys/pccard/pcic_pci.c