diff --git a/sys/dev/cardbus/if_ath_cardbus.c b/sys/dev/cardbus/if_ath_cardbus.c index 2497032392ef..5fda6ae61cd3 100644 --- a/sys/dev/cardbus/if_ath_cardbus.c +++ b/sys/dev/cardbus/if_ath_cardbus.c @@ -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 . @@ -36,7 +36,7 @@ */ #include -__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 @@ ath_cardbus_attach(struct device *parent, struct device *self, csc->sc_ct = ct; csc->sc_tag = ca->ca_tag; + printf("\n"); + /* * Power management hooks. */