From owner-cvs-all Tue Feb 11 22:46:12 2003 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 D1AA237B401; Tue, 11 Feb 2003 22:46:09 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9AB943FA3; Tue, 11 Feb 2003 22:46:08 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.6/8.12.3) with ESMTP id h1C6k73Y087033; Tue, 11 Feb 2003 23:46:07 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 11 Feb 2003 23:46:04 -0700 (MST) Message-Id: <20030211.234604.23470202.imp@bsdimp.com> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cardbus cardbus_cis.c From: "M. Warner Losh" In-Reply-To: <200302120611.h1C6BlFl047220@repoman.freebsd.org> References: <200302120611.h1C6BlFl047220@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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200302120611.h1C6BlFl047220@repoman.freebsd.org> Warner Losh writes: : imp 2003/02/11 22:11:47 PST : : Modified files: : sys/dev/cardbus cardbus_cis.c : Log: : MF-p4: : Kill the slightly bogus #define for DECODE_PROTOTYPE : Be less verbose. Hide most (all I hope) of the CIS : parsing behind cardbus_debug_cis (which is set with : hw.cardbus.debug_cis=1). : : This doesn't fix problems with parsing, but should make cardbus : less chatty. There appears to be some issues still with the : parsing of the CIS, but this won't fix them. : : Prompted by: scottl This also includes fixes to the NID parsing, which will make xircom dc cards' NIC addresses correct (but not for ru@, since he has a different problem). Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message