diff options
author | shiba <shiba@FreeBSD.org> | 2003-10-15 17:22:15 +0000 |
---|---|---|
committer | shiba <shiba@FreeBSD.org> | 2003-10-15 17:22:15 +0000 |
commit | 24ea734c5d6692ab2ce863a82ec0a6eb682dbf82 (patch) | |
tree | 00f1cac86cae04099dc7b4c9d6331fa05860052b /sys/dev/ed/if_edvar.h | |
parent | 127c6b8a398487dfbbaaeaaa5d4bec9036945419 (diff) | |
download | FreeBSD-src-24ea734c5d6692ab2ce863a82ec0a6eb682dbf82.zip FreeBSD-src-24ea734c5d6692ab2ce863a82ec0a6eb682dbf82.tar.gz |
Add Allied Telesis SIC-AT boards support.
Discussed in from [FreeBSD-tech-jp 3396] to [FreeBSD-tech-jp 3407]
at FreeBSD-tech-jp@jp.freebsd.org.
NOTE: We must put ed_probe_SIC() function into if_ed_isa.c because
this is a bus dependent code. But the ed driver code is not
separated explicitly whether it is bus dependent or independent
now.
Refer to: http://plaza17.mbn.or.jp/~chi/myprog/FreeBSD/sicat.html
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
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 3855b6d..3b71c8c 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); |