Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Mar 2003 14:27:41 -0800 (PST)
From:      "Matthew N. Dodd" <mdodd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ep if_ep.c if_ep_eisa.c if_ep_isa.c if_ep_mca.c if_ep_pccard.c if_epvar.h
Message-ID:  <200303292227.h2TMRf2g017221@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mdodd       2003/03/29 14:27:41 PST

  FreeBSD src repository

  Modified files:
    sys/dev/ep           if_ep.c if_ep_eisa.c if_ep_isa.c 
                         if_ep_mca.c if_ep_pccard.c if_epvar.h 
  Log:
  - Free interrupt handler in ep_free().
  - Move ep_pccard_detach() to if_ep.c and rename to ep_detach()
  - Specify detach methods for all bus frontends.
  
  Revision  Changes    Path
  1.114     +27 -0     src/sys/dev/ep/if_ep.c
  1.22      +1 -0      src/sys/dev/ep/if_ep_eisa.c
  1.17      +1 -0      src/sys/dev/ep/if_ep_isa.c
  1.4       +2 -1      src/sys/dev/ep/if_ep_mca.c
  1.27      +1 -18     src/sys/dev/ep/if_ep_pccard.c
  1.7       +1 -0      src/sys/dev/ep/if_epvar.h



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