Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jul 2001 08:09:54 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pccard pcic_pci.c
Message-ID:  <200107251509.f6PF9sN11163@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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