From owner-cvs-all Wed Jul 25 8:11:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC98837B7AA; Wed, 25 Jul 2001 08:09:54 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6PF9sN11163; Wed, 25 Jul 2001 08:09:54 -0700 (PDT) (envelope-from imp) Message-Id: <200107251509.f6PF9sN11163@freefall.freebsd.org> From: Warner Losh Date: Wed, 25 Jul 2001 08:09:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/07/25 08:09:54 PDT Modified files: sys/pccard pcic_pci.c Log: 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. Revision Changes Path 1.57 +6 -3 src/sys/pccard/pcic_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message