From owner-cvs-all Fri Oct 6 22:48:54 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 E734837B503; Fri, 6 Oct 2000 22:48:51 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA95926; Fri, 6 Oct 2000 22:48:51 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200010070548.WAA95926@freefall.freebsd.org> From: Warner Losh Date: Fri, 6 Oct 2000 22:48:51 -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/06 22:48:51 PDT Modified files: sys/dev/pccard pccard.c Log: o Implement get_ivars so matching routines will work (this causes compat probe routines to work). o Have a null driver_added routines. We need to be careful about probing until after we know we have a card. For the moment, we do nothing (which is safe). This fixes a panic when a driver is loaded w/o a card in the slot. XXX still need to fix the resource list code. It is totally busted and XXX causes a panic in the child printing routine after the probe has XXX succeeded. Revision Changes Path 1.19 +39 -4 src/sys/dev/pccard/pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message