From owner-cvs-all Sun Nov 28 22:42:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E7138153FA; Sun, 28 Nov 1999 22:42:56 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA07336; Sun, 28 Nov 1999 22:42:56 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <199911290642.WAA07336@freefall.freebsd.org> From: Warner Losh Date: Sun, 28 Nov 1999 22:42:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccard.c pccard_cis.c pccardchip.h pccardvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/11/28 22:42:56 PST Modified files: sys/dev/pccard pccard.c pccard_cis.c pccardchip.h pccardvar.h Log: Flesh out the pccard bus_ methods with either the generic one (where it would work), or a specialized one. Most of these have been creatively stolen from pccard_nkb, which in turn stole from isa showing that generic bus_ versions of bus_{set,get,delete}_resource might be profitable. Fix a couple of minor bugs introduced in the last round of updates from NetBSD. Start on the pccard_ivar structure which will hold the resources and slot number. Add tcic as a possible attachment for pccard and rename the attachment for pcicx to pcic since the name has changed since I originally wrote this stuff. Next up: stringing together the various memory and I/O allocation/mapping primitives in i82365.c, final touches on the isa attach routine and other fun stuff in that line of attach. Revision Changes Path 1.3 +120 -10 src/sys/dev/pccard/pccard.c 1.3 +3 -3 src/sys/dev/pccard/pccard_cis.c 1.3 +2 -2 src/sys/dev/pccard/pccardchip.h 1.2 +5 -8 src/sys/dev/pccard/pccardvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message