From owner-cvs-all@FreeBSD.ORG Mon Jan 24 06:54:06 2005 Return-Path: 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 4414016A4CE; Mon, 24 Jan 2005 06:54:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E70DF43D1F; Mon, 24 Jan 2005 06:54:05 +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 j0O6s5dv015848; Mon, 24 Jan 2005 06:54:05 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0O6s53r015847; Mon, 24 Jan 2005 06:54:05 GMT (envelope-from imp) Message-Id: <200501240654.j0O6s53r015847@repoman.freebsd.org> From: Warner Losh Date: Mon, 24 Jan 2005 06:54:05 +0000 (UTC) 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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2005 06:54:06 -0000 imp 2005-01-24 06:54:05 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard.c Log: Ignore the expected function number. NetBSD went this route a while ago. FreeBSD originally tried this to cope with multifunction cards. However, it turns out that we're better off not worrying about the function number, and instead worry about the function type for the function. This has worked well in NetBSD, and all FreeBSD's relevant drivers have been converted. # I'll rework the macros that specify them shortly, as soon as I can # come up with a good, compatible way to deal... Revision Changes Path 1.98 +0 -5 src/sys/dev/pccard/pccard.c