diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-09-07 03:20:33 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-09-07 03:20:33 +0000 |
| commit | 3ba88ec4647ddd8ae50851cd7fed45a680aef936 (patch) | |
| tree | 5b0921bfa84ddc67a2470b83fdd8625a798baea0 /sys/dev/ed/if_edvar.h | |
| parent | 57b5187b16cde6f8d481a49866110b282197023a (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed/if_edvar.h')
| -rw-r--r-- | sys/dev/ed/if_edvar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ed/if_edvar.h b/sys/dev/ed/if_edvar.h index f125d38376ae..571e7c21d1d9 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 |
