From owner-cvs-all@FreeBSD.ORG Fri Jan 21 02:14:40 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 A213E16A4CE; Fri, 21 Jan 2005 02:14:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77BC143D5C; Fri, 21 Jan 2005 02:14:40 +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 j0L2Eeon011198; Fri, 21 Jan 2005 02:14:40 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0L2EeVu011197; Fri, 21 Jan 2005 02:14:40 GMT (envelope-from imp) Message-Id: <200501210214.j0L2EeVu011197@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 Jan 2005 02:14:40 +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/fe if_fe_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: Fri, 21 Jan 2005 02:14:40 -0000 imp 2005-01-21 02:14:40 UTC FreeBSD src repository Modified files: sys/dev/fe if_fe_pccard.c Log: Rework pccard attachment a little. Now both of my fe based ethernet cards work. These changes depend on the expanded funce parsing that just was committed to pccard_cis.c. In NetBSD the ethernet address was read out of attr memory directly. We rely on the kernel pccard parser to pulll this information out of what appears to be an obsolete funce with the information in it. # I'm still getting the no rx interrupt sometimes with some hub/switches # for reasons unknown... But usually only one and only when dhclient # runs. Revision Changes Path 1.20 +22 -26 src/sys/dev/fe/if_fe_pccard.c