From owner-cvs-all Sun Aug 26 16:55:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15CCC37B408; Sun, 26 Aug 2001 16:55:35 -0700 (PDT) (envelope-from jon@FreeBSD.org) Received: (from jon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7QNtZM71914; Sun, 26 Aug 2001 16:55:35 -0700 (PDT) (envelope-from jon) Message-Id: <200108262355.f7QNtZM71914@freefall.freebsd.org> From: Jonathan Chen Date: Sun, 26 Aug 2001 16:55:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cardbus cardbus.c cardbus_cis.c cardbus_cis.h cardbusreg.h cardbusvar.h src/sys/dev/pccbb pccbb.c pccbbdevid.h pccbbreg.h pccbbvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jon 2001/08/26 16:55:34 PDT Modified files: sys/dev/cardbus cardbus.c cardbus_cis.c cardbus_cis.h cardbusreg.h cardbusvar.h sys/dev/pccbb pccbb.c pccbbdevid.h pccbbreg.h pccbbvar.h Log: Non-functional changes to NEWCARD stuff. This is the first part of a two-part update to NEWCARD. Changes in this commit are non-functional, and includes the following: * indentation and other changes to meet style(9). * other minor style consistancy changes * addition of comments * renaming of device_t variables to be consistant across all of NEWCARD. (note that not all style violations are fixed in this commit -- those that aren't will be clobbered by the next commit.) Revision Changes Path 1.11 +193 -183 src/sys/dev/cardbus/cardbus.c 1.10 +132 -127 src/sys/dev/cardbus/cardbus_cis.c 1.5 +61 -61 src/sys/dev/cardbus/cardbus_cis.h 1.5 +42 -42 src/sys/dev/cardbus/cardbusreg.h 1.3 +4 -4 src/sys/dev/cardbus/cardbusvar.h 1.21 +465 -467 src/sys/dev/pccbb/pccbb.c 1.3 +2 -2 src/sys/dev/pccbb/pccbbdevid.h 1.7 +107 -107 src/sys/dev/pccbb/pccbbreg.h 1.6 +52 -52 src/sys/dev/pccbb/pccbbvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message