diff options
| author | Takeshi Shibagaki <shiba@FreeBSD.org> | 2003-10-15 17:22:15 +0000 |
|---|---|---|
| committer | Takeshi Shibagaki <shiba@FreeBSD.org> | 2003-10-15 17:22:15 +0000 |
| commit | 5141386c7b2db22c9e6989c341c61aeb04445f3c (patch) | |
| tree | 00f1cac86cae04099dc7b4c9d6331fa05860052b /sys/dev/ed/if_edvar.h | |
| parent | f99468cf6c734972c8a727bba5311b78a2dc5cfc (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 3855b6dec617..3b71c8c939a6 100644 --- a/sys/dev/ed/if_edvar.h +++ b/sys/dev/ed/if_edvar.h @@ -199,6 +199,7 @@ int ed_probe_generic8390 (struct ed_softc *); int ed_probe_WD80x3 (device_t, int, int); int ed_probe_WD80x3_generic (device_t, int, unsigned short *[]); int ed_probe_3Com (device_t, int, int); +int ed_probe_SIC (device_t, int, int); int ed_probe_Novell (device_t, int, int); int ed_probe_Novell_generic (device_t, int); int ed_probe_HP_pclanp (device_t, int, int); |
