aprint_naive("\n") in attach.

This commit is contained in:
uwe 2008-06-05 20:34:00 +00:00
parent 9c8d0a73f9
commit b0aa5b3112
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: wdc_pcmcia.c,v 1.111 2008/04/28 20:23:56 martin Exp $ */
/* $NetBSD: wdc_pcmcia.c,v 1.112 2008/06/05 20:34:00 uwe Exp $ */
/*-
* Copyright (c) 1998, 2003, 2004 The NetBSD Foundation, Inc.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: wdc_pcmcia.c,v 1.111 2008/04/28 20:23:56 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: wdc_pcmcia.c,v 1.112 2008/06/05 20:34:00 uwe Exp $");
#include <sys/param.h>
#include <sys/device.h>
@ -215,6 +215,8 @@ wdc_pcmcia_attach(device_t parent, device_t self, void *aux)
int i;
int error;
aprint_naive("\n");
sc->sc_wdcdev.sc_atac.atac_dev = self;
sc->sc_pf = pa->pf;