summaryrefslogtreecommitdiff
path: root/sys/dev/ep/if_ep_pccard.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ep/if_ep_pccard.c')
-rw-r--r--sys/dev/ep/if_ep_pccard.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/ep/if_ep_pccard.c b/sys/dev/ep/if_ep_pccard.c
index 037af335c87a..30eefb203111 100644
--- a/sys/dev/ep/if_ep_pccard.c
+++ b/sys/dev/ep/if_ep_pccard.c
@@ -98,6 +98,12 @@ ep_pccard_probe(device_t dev)
}
}
device_set_desc(dev, desc);
+
+ /*
+ * For some reason the 3c574 needs this.
+ */
+ ep_get_macaddr(sc, (u_char *)&sc->arpcom.ac_enaddr);
+
ep_free(dev);
return (0);
}