Date: Wed, 28 Mar 2007 18:05:17 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/scc scc_bfe.h scc_core.c scc_if.m Message-ID: <200703281805.l2SI5ILU018827@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703281805.l2SI5ILU018827>