From owner-cvs-src@FreeBSD.ORG Sun Jun 1 20:55:38 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6055C10657F9; Sun, 1 Jun 2008 20:55:38 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 263758FC1A; Sun, 1 Jun 2008 20:55:38 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m51Ktctd008727; Sun, 1 Jun 2008 20:55:38 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m51KtcKx008726; Sun, 1 Jun 2008 20:55:38 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200806012055.m51KtcKx008726@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 1 Jun 2008 20:55:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccard pccard_cis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 01 Jun 2008 20:55:38 -0000 imp 2008-06-01 20:55:38 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard_cis.c Log: SVN rev 179483 on 2008-06-01 20:55:34Z by imp Slight simplification of the power parsing code, as well as using autoincrement in some places where it makes sense. This makes this .o about 180 bytes smaller on x86 and amd64 with no apparent functional changes. Revision Changes Path 1.41 +27 -45 src/sys/dev/pccard/pccard_cis.c