Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/dev/ic Pull up rev 1.12:



details:   https://anonhg.NetBSD.org/src/rev/0fb31d71d233
branches:  netbsd-1-5
changeset: 489362:0fb31d71d233
user:      soren <soren%NetBSD.org@localhost>
date:      Sun Sep 03 22:47:53 2000 +0000

description:
Pull up rev 1.12:
> date: 2000/07/14 21:09:45;  author: soren;  state: Exp;  lines: +2 -2
> Merge-o (printf format mistake).

diffstat:

 sys/dev/ic/ac97.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1ee9bd0ae09f -r 0fb31d71d233 sys/dev/ic/ac97.c
--- a/sys/dev/ic/ac97.c Sun Sep 03 22:46:35 2000 +0000
+++ b/sys/dev/ic/ac97.c Sun Sep 03 22:47:53 2000 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: ac97.c,v 1.11 2000/06/06 17:25:52 soren Exp $ */
+/*      $NetBSD: ac97.c,v 1.11.2.1 2000/09/03 22:47:53 soren Exp $ */
 /*      $OpenBSD: ac97.c,v 1.2 1999/09/21 16:06:27 csapuntz Exp $ */
 
 /*
@@ -510,7 +510,7 @@
                                printf("%c%c%c%d", pnp[0], pnp[1], pnp[2],
                                    pnp[3]);
                        else
-                               printf("unknown (0x%8x)", id);
+                               printf("unknown (0x%08x)", id);
                        break;
                }
                if (ac97codecid[i].id == id) {



Home | Main Index | Thread Index | Old Index