From owner-cvs-src@FreeBSD.ORG Fri Apr 9 10:27:36 2004 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 A047A16A4CE; Fri, 9 Apr 2004 10:27:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 822C643D31; Fri, 9 Apr 2004 10:27:36 -0700 (PDT) (envelope-from rsm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i39HRaGe090633; Fri, 9 Apr 2004 10:27:36 -0700 (PDT) (envelope-from rsm@repoman.freebsd.org) Received: (from rsm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i39HRa7d090632; Fri, 9 Apr 2004 10:27:36 -0700 (PDT) (envelope-from rsm) Message-Id: <200404091727.i39HRa7d090632@repoman.freebsd.org> From: Scott Mitchell Date: Fri, 9 Apr 2004 10:27:36 -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/xe if_xe_pccard.c if_xevar.h 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: Fri, 09 Apr 2004 17:27:36 -0000 rsm 2004/04/09 10:27:36 PDT FreeBSD src repository Modified files: sys/dev/xe if_xe_pccard.c if_xevar.h Log: Fix probe routine to use card IDs from pccarddevs for NEWCARD and OLDCARD. Should now correctly probe and attach all supported cards in either mode. Reviewed by: imp (mentor) Revision Changes Path 1.15 +97 -145 src/sys/dev/xe/if_xe_pccard.c 1.5 +2 -2 src/sys/dev/xe/if_xevar.h