Date: Mon, 16 Oct 2000 23:29:21 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccard.c Message-ID: <200010170629.XAA42708@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010170629.XAA42708>