summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-15 22:18:12 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-15 22:18:12 +0000
commitd5d1aa6f71cdfd10a18be9a2507e272e4935e1bc (patch)
treedc00ee5f274e90445dc4b774d8e8041d0fc8b831 /sys/dev/pcmcia
parent71fe4b8d3be9eafb84ac5f1e0da3e85dae9b2141 (diff)
make it at least compile; parts from maurice@amaze.nl
Diffstat (limited to 'sys/dev/pcmcia')
-rw-r--r--sys/dev/pcmcia/if_awi_pcmcia.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/if_awi_pcmcia.c b/sys/dev/pcmcia/if_awi_pcmcia.c
index ed0c2ddcb71..ba576b3ffd3 100644
--- a/sys/dev/pcmcia/if_awi_pcmcia.c
+++ b/sys/dev/pcmcia/if_awi_pcmcia.c
@@ -1,5 +1,5 @@
/* $NetBSD: if_awi_pcmcia.c,v 1.13 2000/03/22 11:22:20 onoe Exp $ */
-/* $OpenBSD: if_awi_pcmcia.c,v 1.10 2002/03/14 01:27:00 millert Exp $ */
+/* $OpenBSD: if_awi_pcmcia.c,v 1.11 2002/09/15 22:18:11 deraadt Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -354,7 +354,7 @@ awi_pcmcia_attach(parent, self, aux)
sc->sc_dev.dv_xname);
goto no_interrupt;
}
- sc->sc_ifp = &sc->sc_ec.ac_if;
+ sc->sc_ifp = &sc->sc_arpcom.ac_if;
sc->sc_cansleep = 1;
if (awi_attach(sc) != 0) {