From owner-cvs-all Sun Sep 5 23:34:57 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 A74A6158E7; Sun, 5 Sep 1999 23:34:55 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA20182; Sun, 5 Sep 1999 23:34:44 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199909060634.XAA20182@freefall.freebsd.org> From: Warner Losh Date: Sun, 5 Sep 1999 23:34:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pccard_nbk.c pccard_nbk.h pccard.c pcic.c slot.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/09/05 23:34:44 PDT Modified files: sys/pccard pccard.c pcic.c slot.h Added files: sys/pccard pccard_nbk.c pccard_nbk.h Log: Kludge together support for the old pccard system with newbus. This will allow newbus based drivers to have pccard attachments. Also start printing out probe messages for pccards stating the resources used and regularize many of the pccard printfs. Reviewed by: Peter Wemm. Revision Changes Path 1.84 +58 -16 src/sys/pccard/pccard.c 1.75 +1 -1 src/sys/pccard/pcic.c 1.17 +18 -3 src/sys/pccard/slot.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message