From owner-cvs-src@FreeBSD.ORG Tue Aug 19 22:44:57 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 D60B816A4BF; Tue, 19 Aug 2003 22:44:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F13F43FAF; Tue, 19 Aug 2003 22:44:56 -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 h7K5it0U022677; Tue, 19 Aug 2003 22:44:55 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7K5itse022676; Tue, 19 Aug 2003 22:44:55 -0700 (PDT) Message-Id: <200308200544.h7K5itse022676@repoman.freebsd.org> From: Warner Losh Date: Tue, 19 Aug 2003 22:44:55 -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/dev/pccard pccard_cis.c 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, 20 Aug 2003 05:44:57 -0000 imp 2003/08/19 22:44:55 PDT FreeBSD src repository Modified files: sys/dev/pccard pccard_cis.c Log: When debugging CIS, only print 10 CISTPL_NULLs. Chances are good they are all bogus, and the cards that don't decode things quite right often have hundreds of them. This will fix starvation of small dmesg buffers and allow better debugging to happen. I thought about adding an override, but there is such a thing as too many knobs. :-) Revision Changes Path 1.26 +12 -3 src/sys/dev/pccard/pccard_cis.c