From owner-cvs-all@FreeBSD.ORG Fri Jan 21 02:11:49 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 2441716A4CE; Fri, 21 Jan 2005 02:11:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF76443D1D; Fri, 21 Jan 2005 02:11:48 +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 j0L2Bm12011056; Fri, 21 Jan 2005 02:11:48 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0L2BmP1011055; Fri, 21 Jan 2005 02:11:48 GMT (envelope-from imp) Message-Id: <200501210211.j0L2BmP1011055@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 Jan 2005 02:11:48 +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_cis.c pccard_cis.h 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: Fri, 21 Jan 2005 02:11:49 -0000 imp 2005-01-21 02:11:48 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard_cis.c pccard_cis.h Log: Some older PC Cards have a weird format for FUNCE tuples. They appear as type 0, rather than the usualy type 4. Assume that this format is from an old standard and go with it. The Fujitsu FMV-186A and Silicom Ethernet cards I have both have tuples with this format, and they are both pretty old cards. # if somebody knows for sure, please let me know. Revision Changes Path 1.30 +14 -2 src/sys/dev/pccard/pccard_cis.c 1.3 +1 -0 src/sys/dev/pccard/pccard_cis.h