From owner-cvs-src@FreeBSD.ORG Fri Jul 15 06:05:11 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 CE38416A41C; Fri, 15 Jul 2005 06:05:11 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EFF943D46; Fri, 15 Jul 2005 06:05:11 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F65BuD066404; Fri, 15 Jul 2005 06:05:11 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F65BkG066403; Fri, 15 Jul 2005 06:05:11 GMT (envelope-from imp) Message-Id: <200507150605.j6F65BkG066403@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 06:05:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/xe if_xe_pccard.c 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, 15 Jul 2005 06:05:12 -0000 imp 2005-07-15 06:05:11 UTC FreeBSD src repository Modified files: sys/dev/xe if_xe_pccard.c Log: Fix the xircom match routine. In it we were always return a match when the base vendor/id didn't match. Some cards woudl bogusly match and would cause other downstream problems. Revision Changes Path 1.28 +3 -0 src/sys/dev/xe/if_xe_pccard.c