Date: Wed, 27 May 2009 18:13:15 +0000 (UTC) From: Joel Dahl <joel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r192919 - head/sys/dev/sound/pci Message-ID: <200905271813.n4RIDFWf007033@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joel (doc committer) Date: Wed May 27 18:13:15 2009 New Revision: 192919 URL: http://svn.freebsd.org/changeset/base/192919 Log: Separate comments from the license text. Modified: head/sys/dev/sound/pci/cmi.c head/sys/dev/sound/pci/cs4281.c head/sys/dev/sound/pci/vibes.c Modified: head/sys/dev/sound/pci/cmi.c ============================================================================== --- head/sys/dev/sound/pci/cmi.c Wed May 27 18:12:27 2009 (r192918) +++ head/sys/dev/sound/pci/cmi.c Wed May 27 18:13:15 2009 (r192919) @@ -22,7 +22,9 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF * SUCH DAMAGE. - * + */ + +/* * This driver exists largely as a result of other people's efforts. * Much of register handling is based on NetBSD CMI8x38 audio driver * by Takuya Shiozaki <AoiMoe@imou.to>. Chen-Li Tien Modified: head/sys/dev/sound/pci/cs4281.c ============================================================================== --- head/sys/dev/sound/pci/cs4281.c Wed May 27 18:12:27 2009 (r192918) +++ head/sys/dev/sound/pci/cs4281.c Wed May 27 18:13:15 2009 (r192919) @@ -22,7 +22,9 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF * SUCH DAMAGE. - * + */ + +/* * The order of pokes in the initiation sequence is based on Linux * driver by Thomas Sailer, gw boynton (wesb@crystal.cirrus.com), tom * woller (twoller@crystal.cirrus.com). Shingo Watanabe (nabe@nabechan.org) Modified: head/sys/dev/sound/pci/vibes.c ============================================================================== --- head/sys/dev/sound/pci/vibes.c Wed May 27 18:12:27 2009 (r192918) +++ head/sys/dev/sound/pci/vibes.c Wed May 27 18:13:15 2009 (r192919) @@ -22,7 +22,9 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * + */ + +/* * This card has the annoying habit of "clicking" when attached and * detached, haven't been able to remedy this with any combination of * muting.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905271813.n4RIDFWf007033>