From owner-cvs-all Wed Nov 14 22:37:16 2001 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 7AFB437B416; Wed, 14 Nov 2001 22:37:13 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAF6bDg76232; Wed, 14 Nov 2001 22:37:13 -0800 (PST) (envelope-from imp) Message-Id: <200111150637.fAF6bDg76232@freefall.freebsd.org> From: Warner Losh Date: Wed, 14 Nov 2001 22:37:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccardvar.h src/sys/dev/an if_an_pccard.c src/sys/dev/wi if_wi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/11/14 22:37:13 PST Modified files: sys/dev/pccard pccardvar.h sys/dev/an if_an_pccard.c sys/dev/wi if_wi.c Log: Hoist the Card/Card2 macros that I invented for the wi driver into pccard layer and rename them PCMCIA_CARD and PCMCIA_CARD2 respectively (note, this is being done with an eye towards NetBSD integreation so it is easier to keep lists of cards between us and them in sync). Use this in the an and wi drivers. Revision Changes Path 1.12 +4 -9 src/sys/dev/an/if_an_pccard.c 1.29 +10 -0 src/sys/dev/pccard/pccardvar.h 1.64 +21 -29 src/sys/dev/wi/if_wi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message