From owner-cvs-all Sun Jul 29 17: 4: 3 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 A3E7437B403; Sun, 29 Jul 2001 17:03:58 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6U03wd42769; Sun, 29 Jul 2001 17:03:58 -0700 (PDT) (envelope-from imp) Message-Id: <200107300003.f6U03wd42769@freefall.freebsd.org> From: Warner Losh Date: Sun, 29 Jul 2001 17:03:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pccard.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/29 17:03:58 PDT Modified files: sys/pccard pccard.c Log: When booted -v (eg bootverbose is non-zero), have pccard report what resources it is attempting to assign to a child object. This should help people track down mysterious resource allocation problems more easily. # Unfortunately, it is harder to do the conflict check and report which # resource failed if the driver itself doesn't. Revision Changes Path 1.131 +8 -1 src/sys/pccard/pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message