From owner-cvs-src-old@FreeBSD.ORG Mon Nov 17 01:32:44 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 229631065673 for ; Mon, 17 Nov 2008 01:32:44 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 109208FC0C for ; Mon, 17 Nov 2008 01:32:44 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mAH1Wh5A051867 for ; Mon, 17 Nov 2008 01:32:43 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mAH1WhY3051866 for cvs-src-old@freebsd.org; Mon, 17 Nov 2008 01:32:43 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200811170132.mAH1WhY3051866@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Mon, 17 Nov 2008 01:32:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cardbus cardbus.c cardbus_cis.c cardbus_device.c cardbusvar.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2008 01:32:44 -0000 imp 2008-11-17 01:32:29 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus.c cardbus_cis.c cardbus_device.c cardbusvar.h Log: SVN rev 185015 on 2008-11-17 01:32:29Z by imp Overhaul of CIS parsing, next step: keep a cached copy of the CIS, read before we configure the card, so we can implement /dev/cardbus*.cis. Also, do this on a per-child basis, so we now have a different name than before. I think i'll have to fix that for some legacy tools to keep working. I can now do a dumpcis on my running atheros card and have it still work! Revision Changes Path 1.67 +7 -5 src/sys/dev/cardbus/cardbus.c 1.65 +1 -0 src/sys/dev/cardbus/cardbus_cis.c 1.3 +33 -54 src/sys/dev/cardbus/cardbus_device.c 1.16 +27 -14 src/sys/dev/cardbus/cardbusvar.h