cvs commit: src/sys/dev/ed if_ed.c if_ed_cbus.c if_ed_isa.c if_edreg.h if_edvar.h

Takeshi Shibagaki shiba at FreeBSD.org
Wed Oct 15 10:22:17 PDT 2003


shiba       2003/10/15 10:22:16 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/ed           if_ed.c if_ed_cbus.c if_ed_isa.c 
                         if_edreg.h if_edvar.h 
  Log:
  Add Allied Telesis SIC-AT boards support.
  Discussed in from [FreeBSD-tech-jp 3396] to [FreeBSD-tech-jp 3407]
  at FreeBSD-tech-jp at 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 at bd.mbn.or.jp (Chiharu Shibata)
  
  Revision  Changes    Path
  1.219     +114 -0    src/sys/dev/ed/if_ed.c
  1.11      +3 -3      src/sys/dev/ed/if_ed_cbus.c
  1.14      +5 -0      src/sys/dev/ed/if_ed_isa.c
  1.32      +10 -1     src/sys/dev/ed/if_edreg.h
  1.15      +1 -0      src/sys/dev/ed/if_edvar.h


More information about the cvs-src mailing list