From owner-cvs-all Thu Oct 14 20:10:19 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 7C5C91508D; Thu, 14 Oct 1999 20:10:14 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA90319; Thu, 14 Oct 1999 20:10:14 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199910150310.UAA90319@freefall.freebsd.org> From: Warner Losh Date: Thu, 14 Oct 1999 20:10:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pccard.c pccard_nbk.c pccard_nbk.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/10/14 20:10:14 PDT Modified files: sys/pccard pccard.c pccard_nbk.c pccard_nbk.h Log: Make it easier to have completely new bus attachment points for pccard devices. There may still be problems with said drivers, if so please let me know. o Move attach-like functionality to the nbk attach compatibility code. o Smarter probe code: for the compatibility code probe succeeds if strcmp succeeds, for noncompatibility you can do anything you like. o Get rid of some compiler warnings introduced in last commit. Revision Changes Path 1.88 +8 -29 src/sys/pccard/pccard.c 1.6 +61 -5 src/sys/pccard/pccard_nbk.c 1.3 +4 -1 src/sys/pccard/pccard_nbk.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message