From owner-cvs-src@FreeBSD.ORG Wed Apr 9 08:54:02 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 BB9E537B401; Wed, 9 Apr 2003 08:54:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AE0243F3F; Wed, 9 Apr 2003 08:54:02 -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 h39Fs10U016027; Wed, 9 Apr 2003 08:54:02 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h39Fs1db016026; Wed, 9 Apr 2003 08:54:01 -0700 (PDT) Message-Id: <200304091554.h39Fs1db016026@repoman.freebsd.org> From: Warner Losh Date: Wed, 9 Apr 2003 08:54:01 -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.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, 09 Apr 2003 15:54:03 -0000 imp 2003/04/09 08:54:01 PDT FreeBSD src repository Modified files: sys/dev/pccard pccard.c Log: Make sure that both pp_name and pp_vendor are zero to know we're at the end of the list now that some valid entries don't have pp_name set. Also, don't print a warning if pp->name is NULL and it is a total wildcard. Revision Changes Path 1.76 +5 -4 src/sys/dev/pccard/pccard.c