summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_edvar.h
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2000-06-29 07:31:37 +0000
committerps <ps@FreeBSD.org>2000-06-29 07:31:37 +0000
commit9028f8e470f5c73c9d6932a29dbdc459e81fab9c (patch)
treeec049ffb01a487979868e2216452bb5db66ff97e /sys/dev/ed/if_edvar.h
parente8e6955a9f446d3deaaed2356559c7372f49a831 (diff)
downloadFreeBSD-src-9028f8e470f5c73c9d6932a29dbdc459e81fab9c.zip
FreeBSD-src-9028f8e470f5c73c9d6932a29dbdc459e81fab9c.tar.gz
Only try to detect Linksys PCMCIA cards when we are in a pccard
environment. This fixes the breakage to ISA ethernet cards. Reviewed by: peter
Diffstat (limited to 'sys/dev/ed/if_edvar.h')
-rw-r--r--sys/dev/ed/if_edvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ed/if_edvar.h b/sys/dev/ed/if_edvar.h
index 39db724..85170b6 100644
--- a/sys/dev/ed/if_edvar.h
+++ b/sys/dev/ed/if_edvar.h
@@ -100,6 +100,7 @@ int ed_probe_3Com __P((device_t));
int ed_probe_Novell __P((device_t));
int ed_probe_Novell_generic __P((device_t, int, int));
int ed_probe_HP_pclanp __P((device_t));
+int ed_get_Linksys __P((struct ed_softc *));
int ed_attach __P((struct ed_softc *, int, int));
void ed_stop __P((struct ed_softc *));
OpenPOWER on IntegriCloud