From df6c2d4ed7d9e0e5f4c523b0a46c9bb16b28e52e Mon Sep 17 00:00:00 2001 From: David Leonard Date: Mon, 23 Aug 1999 23:24:48 +0000 Subject: reset card before attempting config --- sys/dev/pcmcia/if_rln_pcmcia.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/pcmcia') diff --git a/sys/dev/pcmcia/if_rln_pcmcia.c b/sys/dev/pcmcia/if_rln_pcmcia.c index 934c1a891fb..f4758ff1d75 100644 --- a/sys/dev/pcmcia/if_rln_pcmcia.c +++ b/sys/dev/pcmcia/if_rln_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rln_pcmcia.c,v 1.6 1999/08/19 06:38:24 d Exp $ */ +/* $OpenBSD: if_rln_pcmcia.c,v 1.7 1999/08/23 23:24:47 d Exp $ */ /* * David Leonard , 1999. Public domain. * @@ -234,6 +234,7 @@ rln_pcmcia_attach(parent, self, aux) printf(" manf %04x prod %04x", pa->manufacturer, pa->product); #endif + rln_reset(sc); rlnconfig(sc); printf("\n"); } -- cgit v1.2.3