From owner-cvs-all Mon Oct 16 23:29:24 2000 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 DF82537B4F9; Mon, 16 Oct 2000 23:29:21 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA42708; Mon, 16 Oct 2000 23:29:21 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200010170629.XAA42708@freefall.freebsd.org> From: Warner Losh Date: Mon, 16 Oct 2000 23:29:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/10/16 23:29:21 PDT Modified files: sys/dev/pccard pccard.c Log: More NEWCARD fixes. We now almost properly print the probe message. o Remember the resources we allocate for the config entry. o When we get the resource, do an resource_list_add and do a resource_list_delete if we fail later in the resource list. o In the pccard bus, we allocate the resources. When a child asks for them, just return the resources that we allocated (thanks to Paul Richards and Mike Smith for the idea). Revision Changes Path 1.23 +73 -10 src/sys/dev/pccard/pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message