diff options
| author | martin <martin@NetBSD.org> | 2004-01-04 12:41:46 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2004-01-04 12:41:46 +0000 |
| commit | d30d9b04d0646049eca0a10a697c0c39bf278f03 (patch) | |
| tree | ffc65af837412d1a8479ad8cbedd9bc093493458 /sys/dev | |
| parent | c3bb9cd5a4d7a9603bddd981a0c1dc14a0d7dbb3 (diff) | |
Attach message formating nit, adapt to recent pcic (et al) changes.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pcmcia/isic_pcmcia.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/pcmcia/isic_pcmcia.c b/sys/dev/pcmcia/isic_pcmcia.c index efe7f33a3ba..d53b89c8880 100644 --- a/sys/dev/pcmcia/isic_pcmcia.c +++ b/sys/dev/pcmcia/isic_pcmcia.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: isic_pcmcia.c,v 1.22 2003/12/04 13:57:31 keihan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: isic_pcmcia.c,v 1.23 2004/01/04 12:41:46 martin Exp $"); #include <sys/param.h> #include <sys/errno.h> @@ -218,6 +218,7 @@ isic_pcmcia_attach(parent, self, aux) psc->sc_isic.sc_dev.dv_xname); return; } + printf(": %s\n", cde->name); /* Enable the card */ pcmcia_function_init(pa->pf, cfe); @@ -230,9 +231,6 @@ isic_pcmcia_attach(parent, self, aux) return; } - /* Announce card name */ - printf(": %s\n", cde->name); - /* XXX - we generate interrupts during card initialization. Block them for now, until the handler is established. */ s = splhigh(); |
