cvs commit: src/sys/dev/scc scc_bfe.h scc_core.c scc_if.m

Marcel Moolenaar marcel at FreeBSD.org
Wed Mar 28 18:05:18 UTC 2007


marcel      2007-03-28 18:05:17 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/scc          scc_bfe.h scc_core.c scc_if.m 
  Log:
  Add method enabled() to the SCC interface. This method can be used
  by driver backends to mark individual channels as enabled or not.
  The default implementation of this method always mark channels as
  enabled.
  This method is currently not used, but is added with the PowerQUICC
  in mind where the 2nd SCC channel can be disabled.
  
  Revision  Changes    Path
  1.6       +1 -0      src/sys/dev/scc/scc_bfe.h
  1.10      +5 -0      src/sys/dev/scc/scc_core.c
  1.2       +16 -0     src/sys/dev/scc/scc_if.m


More information about the cvs-src mailing list