From owner-cvs-all@FreeBSD.ORG Wed Apr 23 16:45:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3787137B401; Wed, 23 Apr 2003 16:45:21 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A46243FAF; Wed, 23 Apr 2003 16:45:20 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h3NNjJA7044925; Wed, 23 Apr 2003 17:45:19 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 23 Apr 2003 17:45:18 -0600 (MDT) Message-Id: <20030423.174518.70705292.imp@bsdimp.com> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200304232332.h3NNWrED076831@repoman.freebsd.org> References: <200304232332.h3NNWrED076831@repoman.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/sys/dev/pccard pccardvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 23:45:21 -0000 In message: <200304232332.h3NNWrED076831@repoman.freebsd.org> Warner Losh writes: : Add accessor for cis4 string. Neither OLDCARD nor NEWCARD support : this yet, but that will change soon. Actaully, I lied. NEWCARD supports this already. Warner