From owner-cvs-src@FreeBSD.ORG Fri Jul 1 14:43:29 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 A4CE316A41C; Fri, 1 Jul 2005 14:43:29 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.village.org (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BBB143D1D; Fri, 1 Jul 2005 14:43:29 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.3) with ESMTP id j61EggIK092150; Fri, 1 Jul 2005 08:42:42 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 01 Jul 2005 08:42:37 -0600 (MDT) Message-Id: <20050701.084237.25160980.imp@bsdimp.com> To: bms@spc.org From: "M. Warner Losh" In-Reply-To: <20050701103328.GC724@empiric.icir.org> References: <200507010340.j613eS6j036670@repoman.freebsd.org> <20050701103328.GC724@empiric.icir.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/pccard card_if.m pccard.c pccard_cis.c pccardvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 01 Jul 2005 14:43:29 -0000 In message: <20050701103328.GC724@empiric.icir.org> Bruce M Simpson writes: : On Fri, Jul 01, 2005 at 03:40:28AM +0000, Warner Losh wrote: : > Log: : > Add a much-requested feature: The ability for pccard attachments to : > scan the CIS for interesting tuples. 95% of what can be obtained from : > the CIS is harvested by the pccard layer and presented to the user in : > standard function calls. However, there are special needs at times : > where the standard stuff doesn't suffice. This is for those special : > cases. : : OMG, this has been on my TODO list for so long. You know this can be used : for things like flash cards etc; CIS_DEVICEGEO, CIS_JEDEC_C etc. need such : special treatment. Since there's no 'function' tuple on linear flash cards, I suspect that the pccard layer is going to just discard it. So that has to change as well... Warner