From bda603bd61572eba5ccc500aadea950ab93662d0 Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Fri, 11 Sep 1998 12:06:59 +0000 Subject: Add a third parameter to epconfig to get the MAC address if it's a pcmcia card and support it. Use NULL otherwise. Update the ep based drivers. --- sys/dev/isa/if_ep_isapnp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/isa/if_ep_isapnp.c') diff --git a/sys/dev/isa/if_ep_isapnp.c b/sys/dev/isa/if_ep_isapnp.c index 67b3c02235e..3f86363e31d 100644 --- a/sys/dev/isa/if_ep_isapnp.c +++ b/sys/dev/isa/if_ep_isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ep_isapnp.c,v 1.2 1998/03/23 03:06:07 deraadt Exp $ */ +/* $OpenBSD: if_ep_isapnp.c,v 1.3 1998/09/11 12:06:57 fgsch Exp $ */ /* $NetBSD: if_ep_isapnp.c,v 1.5 1996/05/12 23:52:36 mycroft Exp $ */ /* @@ -115,7 +115,7 @@ ep_isapnp_attach(parent, self, aux) sc->bustype = EP_BUS_ISA; /* Should look at ia->ia_devident... */ - epconfig(sc, EP_CHIPSET_3C509); + epconfig(sc, EP_CHIPSET_3C509, NULL); sc->sc_ih = isa_intr_establish(ia->ia_ic, ia->ia_irq, IST_EDGE, IPL_NET, epintr, sc, sc->sc_dev.dv_xname); -- cgit v1.2.3