From owner-cvs-all Sun Aug 26 16:56:53 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 92E7A37B40C; Sun, 26 Aug 2001 16:56:49 -0700 (PDT) (envelope-from jon@FreeBSD.org) Received: (from jon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7QNun172011; Sun, 26 Aug 2001 16:56:49 -0700 (PDT) (envelope-from jon) Message-Id: <200108262356.f7QNun172011@freefall.freebsd.org> From: Jonathan Chen Date: Sun, 26 Aug 2001 16:56:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard card_if.m 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:56:49 PDT Modified files: sys/dev/pccard card_if.m 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.15 +13 -13 src/sys/dev/pccard/card_if.m To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message