Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/dev Print out IPL.



details:   https://anonhg.NetBSD.org/src/rev/ee8bb3cfc74c
branches:  trunk
changeset: 503825:ee8bb3cfc74c
user:      is <is%NetBSD.org@localhost>
date:      Wed Feb 14 21:05:31 2001 +0000

description:
Print out IPL.

diffstat:

 sys/arch/amiga/dev/aster.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c59c524f8c94 -r ee8bb3cfc74c sys/arch/amiga/dev/aster.c
--- a/sys/arch/amiga/dev/aster.c        Wed Feb 14 21:04:17 2001 +0000
+++ b/sys/arch/amiga/dev/aster.c        Wed Feb 14 21:05:31 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aster.c,v 1.11 2001/02/08 18:08:22 is Exp $ */
+/*     $NetBSD: aster.c,v 1.12 2001/02/14 21:05:31 is Exp $ */
 
 /*-
  * Copyright (c) 1998,2001 The NetBSD Foundation, Inc.
@@ -143,7 +143,7 @@
        }
 
        if (parent)
-               printf(": ISDN %s\n", cardname);
+               printf(" IPL %d: ISDN %s \n", supa.supio_ipl, cardname);
 
 
        supa.supio_iot = &astrsc->sc_bst;



Home | Main Index | Thread Index | Old Index