summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_edvar.h
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2000-09-12 11:03:12 +0000
committerps <ps@FreeBSD.org>2000-09-12 11:03:12 +0000
commit5f7726f4e7a3400d200c0152122d30f3dd541166 (patch)
tree7ca5d7befadc5e59c5ceb785e07bc687b14c4194 /sys/dev/ed/if_edvar.h
parenta7bc78c86d1b25efbea8d9ad3e7354ef3a302e90 (diff)
downloadFreeBSD-src-5f7726f4e7a3400d200c0152122d30f3dd541166.zip
FreeBSD-src-5f7726f4e7a3400d200c0152122d30f3dd541166.tar.gz
Move the detection of Linksys PCMCIA cards from attach to probe.
This should solve the problems people were seeing with this driver. Reported by: phk & others.
Diffstat (limited to 'sys/dev/ed/if_edvar.h')
-rw-r--r--sys/dev/ed/if_edvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ed/if_edvar.h b/sys/dev/ed/if_edvar.h
index d78f442..535146e 100644
--- a/sys/dev/ed/if_edvar.h
+++ b/sys/dev/ed/if_edvar.h
@@ -197,7 +197,7 @@ int ed_probe_Novell __P((device_t, int, int));
int ed_probe_Novell_generic __P((device_t, int));
int ed_probe_HP_pclanp __P((device_t, int, int));
-int ed_get_Linksys __P((struct ed_softc *));
+int ed_get_Linksys __P((device_t));
int ed_attach __P((struct ed_softc *, int, int));
void ed_stop __P((struct ed_softc *));
OpenPOWER on IntegriCloud