Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 2003 10:22:16 -0700 (PDT)
From:      Takeshi Shibagaki <shiba@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ed if_ed.c if_ed_cbus.c if_ed_isa.c if_edreg.h if_edvar.h
Message-ID:  <200310151722.h9FHMGq4089001@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)
  
  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310151722.h9FHMGq4089001>