From owner-cvs-all Sat Jun 16 16:26:25 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 058BA37B401; Sat, 16 Jun 2001 16:26:19 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5GNQIA95173; Sat, 16 Jun 2001 16:26:18 -0700 (PDT) (envelope-from imp) Message-Id: <200106162326.f5GNQIA95173@freefall.freebsd.org> From: Warner Losh Date: Sat, 16 Jun 2001 16:26:18 -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/06/16 16:26:18 PDT Modified files: sys/pccard pcic_pci.c Log: Some people are having problems with insert/eject. Add some debug information until the problems can be tracked down. Right now these are unconditional, but later it will be hidden behind a boot verbose. Also, if there are no events listed in the event mask, return right away. Specifically avoid writing back interrupt acks in this case. Revision Changes Path 1.50 +5 -1 src/sys/pccard/pcic_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message