From owner-cvs-src@FreeBSD.ORG Wed Apr 23 16:39:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6723037B401; Wed, 23 Apr 2003 16:39:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02C9343FB1; Wed, 23 Apr 2003 16:39:22 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3NNdL0U081245; Wed, 23 Apr 2003 16:39:21 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3NNdLNj081242; Wed, 23 Apr 2003 16:39:21 -0700 (PDT) Message-Id: <200304232339.h3NNdLNj081242@repoman.freebsd.org> From: Warner Losh Date: Wed, 23 Apr 2003 16:39:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pccard cardinfo.h pccard.c pccard_nbk.c slot.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 23:39:23 -0000 imp 2003/04/23 16:39:21 PDT FreeBSD src repository Modified files: sys/pccard cardinfo.h pccard.c pccard_nbk.c slot.h Log: 1. Allow drivers to query CIS strings from OLDCARD. 2. Include backwards compatibility good for the moment (eventually will be turned off in current, but allow for a short transition period). PR: 51333 Submited by: Scott Mitchell (1) MFC after: 2 weeks Revision Changes Path 1.29 +21 -0 src/sys/pccard/cardinfo.h 1.158 +34 -0 src/sys/pccard/pccard.c 1.43 +12 -0 src/sys/pccard/pccard_nbk.c 1.38 +2 -0 src/sys/pccard/slot.h