summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_edvar.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-09-07 03:20:33 +0000
committerimp <imp@FreeBSD.org>2005-09-07 03:20:33 +0000
commitaa9d523c4119c5a4b3d56e6f062a81e051d4c087 (patch)
tree5b0921bfa84ddc67a2470b83fdd8625a798baea0 /sys/dev/ed/if_edvar.h
parentdd6197a72f19c2421d29832199b9733578e71b52 (diff)
downloadFreeBSD-src-aa9d523c4119c5a4b3d56e6f062a81e051d4c087.zip
FreeBSD-src-aa9d523c4119c5a4b3d56e6f062a81e051d4c087.tar.gz
o Expose ed_probe_Novel_generic, it is useful for pccard case.
o Fix a now stale comment. There are likely many others like them, but this one definitely hasn't been true since DELAY was introduced into the tree.
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 f125d38..571e7c2 100644
--- a/sys/dev/ed/if_edvar.h
+++ b/sys/dev/ed/if_edvar.h
@@ -196,6 +196,7 @@ int ed_probe_3Com(device_t, int, int);
#ifdef ED_SIC
int ed_probe_SIC(device_t, int, int);
#endif
+int ed_probe_Novell_generic(device_t, int);
int ed_probe_Novell(device_t, int, int);
void ed_Novell_read_mac(struct ed_softc *);
#ifdef ED_HPP
OpenPOWER on IntegriCloud