Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci/bktr Add a missing bktr%d: in one of the attach ...



details:   https://anonhg.NetBSD.org/src/rev/84712c2507b5
branches:  trunk
changeset: 486380:84712c2507b5
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sat May 20 16:16:15 2000 +0000

description:
Add a missing bktr%d: in one of the attach messages.

(When is this code going to be KNFed?)

diffstat:

 sys/dev/pci/bktr/bktr_card.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d5733b153c5c -r 84712c2507b5 sys/dev/pci/bktr/bktr_card.c
--- a/sys/dev/pci/bktr/bktr_card.c      Sat May 20 15:13:31 2000 +0000
+++ b/sys/dev/pci/bktr/bktr_card.c      Sat May 20 16:16:15 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bktr_card.c,v 1.3 2000/05/07 14:43:32 veego Exp $      */
+/*     $NetBSD: bktr_card.c,v 1.4 2000/05/20 16:16:15 augustss Exp $   */
 
 /* FreeBSD: src/sys/dev/bktr/bktr_card.c,v 1.9 2000/02/12 08:49:21 peter Exp */
 
@@ -1172,7 +1172,7 @@
        bktr->card.tuner_pllAddr = tuner_i2c_address;
 
        if ( verbose ) {
-               printf( "%s", bktr->card.name );
+               printf( "bktr%d: %s", unit, bktr->card.name );
                if ( bktr->card.tuner )
                        printf( ", %s tuner", bktr->card.tuner->name );
                if ( bktr->card.dbx )



Home | Main Index | Thread Index | Old Index