debug printf change.

This commit is contained in:
uch 2001-09-14 17:12:43 +00:00
parent a970042213
commit a902597034
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: hd64461uart.c,v 1.3 2001/07/13 16:21:39 uch Exp $ */
/* $NetBSD: hd64461uart.c,v 1.4 2001/09/14 17:12:43 uch Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -215,6 +215,7 @@ hd64461uart_info(struct hd64461uart_softc *sc)
{
const char name[] = __FUNCTION__;
printf("\n");
dbg_banner_start(name, sizeof name);
dbg_banner_end();
}