From owner-cvs-all@FreeBSD.ORG Fri Jan 21 19:51:24 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 1907F16A4D1; Fri, 21 Jan 2005 19:51:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E085543D41; Fri, 21 Jan 2005 19:51:23 +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 j0LJpNlU097518; Fri, 21 Jan 2005 19:51:23 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0LJpNm0097517; Fri, 21 Jan 2005 19:51:23 GMT (envelope-from imp) Message-Id: <200501211951.j0LJpNm0097517@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 Jan 2005 19:51:23 +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 19:51:24 -0000 imp 2005-01-21 19:51:23 UTC FreeBSD src repository Modified files: sys/dev/fe if_fe_pccard.c Log: we don't need the offset in the attr memory to get the ethernet address, nor do we need the alignment requirements, so eliminate them. This likely means that we can now collapse some of the entries as we have no need of them anymore (they match other entries and were there only to get the right attr memory offset of the enet addr). Revision Changes Path 1.22 +12 -14 src/sys/dev/fe/if_fe_pccard.c