Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/btattach Fix comment. CSR use BlueCore command.



details:   https://anonhg.NetBSD.org/src/rev/3dad8761802a
branches:  trunk
changeset: 749708:3dad8761802a
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sun Dec 06 12:29:48 2009 +0000

description:
Fix comment.  CSR use BlueCore command.

diffstat:

 usr.sbin/btattach/init_csr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d76d285a45b1 -r 3dad8761802a usr.sbin/btattach/init_csr.c
--- a/usr.sbin/btattach/init_csr.c      Sun Dec 06 12:27:33 2009 +0000
+++ b/usr.sbin/btattach/init_csr.c      Sun Dec 06 12:29:48 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: init_csr.c,v 1.1 2008/04/15 11:17:48 plunky Exp $      */
+/*     $NetBSD: init_csr.c,v 1.2 2009/12/06 12:29:48 kiyohara Exp $    */
 
 /*-
  * Copyright (c) 2008 Iain Hibbert
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: init_csr.c,v 1.1 2008/04/15 11:17:48 plunky Exp $");
+__RCSID("$NetBSD: init_csr.c,v 1.2 2009/12/06 12:29:48 kiyohara Exp $");
 
 #include <bluetooth.h>
 #include <errno.h>
@@ -84,7 +84,7 @@
 {
        struct bccmd cmd;
 
-       /* setup BCSP command packet */
+       /* setup BlueCore command packet */
        memset(&cmd, 0, sizeof(cmd));
 
        cmd.chanid = CSR_BCCMD_LAST | CSR_BCCMD_FIRST | BCSP_CHANNEL_BCCMD;



Home | Main Index | Thread Index | Old Index