aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed/if_edvar.h
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2000-09-12 11:03:12 +0000
committerPaul Saab <ps@FreeBSD.org>2000-09-12 11:03:12 +0000
commit6004db96ae3b699a7416aec7a2c38d386412a3a1 (patch)
tree95d114e19a1c9405fd35f8b5cdf3f99722c5de8f /sys/dev/ed/if_edvar.h
parent9ff5ce6baf165aeb3cb45dd7dd5a8dc9da4fc9d4 (diff)
downloadsrc-6004db96ae3b699a7416aec7a2c38d386412a3a1.tar.gz
src-6004db96ae3b699a7416aec7a2c38d386412a3a1.zip
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.
Notes
Notes: svn path=/head/; revision=65771
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 d78f4427f6ec..535146e1e849 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 *));