From 6004db96ae3b699a7416aec7a2c38d386412a3a1 Mon Sep 17 00:00:00 2001 From: Paul Saab Date: Tue, 12 Sep 2000 11:03:12 +0000 Subject: 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. --- sys/dev/ed/if_edvar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/ed/if_edvar.h') 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 *)); -- cgit v1.2.3