Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Aug 2001 16:55:34 -0700 (PDT)
From:      Jonathan Chen <jon@FreeBSD.org>
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
Message-ID:  <200108262355.f7QNtZM71914@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108262355.f7QNtZM71914>