From owner-cvs-all Sun Oct 8 20:40:19 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 3595E37B66F; Sun, 8 Oct 2000 20:40:16 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA37478; Sun, 8 Oct 2000 20:40:16 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200010090340.UAA37478@freefall.freebsd.org> From: Warner Losh Date: Sun, 8 Oct 2000 20:40:15 -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/08 20:40:15 PDT Modified files: sys/dev/pccard pccard.c pccardvar.h Log: o Record the pccard_function in the ivar. o Use a macro function to get the ivar for the child rather than the casting directly. This should be a little safer and easier to read. Revision Changes Path 1.20 +12 -9 src/sys/dev/pccard/pccard.c 1.18 +2 -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