From owner-cvs-all Mon Oct 16 0:51:16 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 256D737B671; Mon, 16 Oct 2000 00:51:13 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA29187; Mon, 16 Oct 2000 00:51:13 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200010160751.AAA29187@freefall.freebsd.org> From: Warner Losh Date: Mon, 16 Oct 2000 00:51:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccard.c pccardvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/10/16 00:51:12 PDT Modified files: sys/dev/pccard pccard.c pccardvar.h Log: First cut at allocating the resources from the CIS after the probe, but before the attach. Things aren't completely working, but this is a good checkpoint. Also, initialize the dev member of the function as soon as we add it to the parent. Revision Changes Path 1.22 +43 -21 src/sys/dev/pccard/pccard.c 1.20 +7 -1 src/sys/dev/pccard/pccardvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message