svn commit: r192919 - head/sys/dev/sound/pci

Joel Dahl joel at FreeBSD.org
Wed May 27 18:13:17 UTC 2009


Author: joel (doc committer)
Date: Wed May 27 18:13:15 2009
New Revision: 192919
URL: http://svn.freebsd.org/changeset/base/192919

Log:
  Separate comments from the license text.

Modified:
  head/sys/dev/sound/pci/cmi.c
  head/sys/dev/sound/pci/cs4281.c
  head/sys/dev/sound/pci/vibes.c

Modified: head/sys/dev/sound/pci/cmi.c
==============================================================================
--- head/sys/dev/sound/pci/cmi.c	Wed May 27 18:12:27 2009	(r192918)
+++ head/sys/dev/sound/pci/cmi.c	Wed May 27 18:13:15 2009	(r192919)
@@ -22,7 +22,9 @@
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF
  * SUCH DAMAGE.
- *
+ */
+
+/*
  * This driver exists largely as a result of other people's efforts.
  * Much of register handling is based on NetBSD CMI8x38 audio driver
  * by Takuya Shiozaki <AoiMoe at imou.to>.  Chen-Li Tien

Modified: head/sys/dev/sound/pci/cs4281.c
==============================================================================
--- head/sys/dev/sound/pci/cs4281.c	Wed May 27 18:12:27 2009	(r192918)
+++ head/sys/dev/sound/pci/cs4281.c	Wed May 27 18:13:15 2009	(r192919)
@@ -22,7 +22,9 @@
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF
  * SUCH DAMAGE.
- *
+ */
+
+/*
  * The order of pokes in the initiation sequence is based on Linux
  * driver by Thomas Sailer, gw boynton (wesb at crystal.cirrus.com), tom
  * woller (twoller at crystal.cirrus.com).  Shingo Watanabe (nabe at nabechan.org)

Modified: head/sys/dev/sound/pci/vibes.c
==============================================================================
--- head/sys/dev/sound/pci/vibes.c	Wed May 27 18:12:27 2009	(r192918)
+++ head/sys/dev/sound/pci/vibes.c	Wed May 27 18:13:15 2009	(r192919)
@@ -22,7 +22,9 @@
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
- *
+ */
+
+/*
  * This card has the annoying habit of "clicking" when attached and
  * detached, haven't been able to remedy this with any combination of
  * muting.


More information about the svn-src-head mailing list