Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/cardbus Print missing newline on attach.
details: https://anonhg.NetBSD.org/src/rev/dff672554e1f
branches: trunk
changeset: 569841:dff672554e1f
user: enami <enami%NetBSD.org@localhost>
date: Thu Sep 09 01:40:13 2004 +0000
description:
Print missing newline on attach.
diffstat:
sys/dev/cardbus/if_ath_cardbus.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r d4f678751fda -r dff672554e1f sys/dev/cardbus/if_ath_cardbus.c
--- a/sys/dev/cardbus/if_ath_cardbus.c Thu Sep 09 00:33:03 2004 +0000
+++ b/sys/dev/cardbus/if_ath_cardbus.c Thu Sep 09 01:40:13 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ath_cardbus.c,v 1.4 2004/08/02 19:14:28 mycroft Exp $ */
+/* $NetBSD: if_ath_cardbus.c,v 1.5 2004/09/09 01:40:13 enami Exp $ */
/*
* Copyright (c) 2003
* Ichiro FUKUHARA <ichiro%ichiro.org@localhost>.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ath_cardbus.c,v 1.4 2004/08/02 19:14:28 mycroft Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ath_cardbus.c,v 1.5 2004/09/09 01:40:13 enami Exp $");
#include "opt_inet.h"
#include "opt_ns.h"
@@ -155,6 +155,8 @@
csc->sc_ct = ct;
csc->sc_tag = ca->ca_tag;
+ printf("\n");
+
/*
* Power management hooks.
*/
Home |
Main Index |
Thread Index |
Old Index