svn commit: r287288 - stable/9/sys/dev/sound/midi

2015-08-29 Thread Tai-hwa Liang
Author: avatar Date: Sat Aug 29 11:15:58 2015 New Revision: 287288 URL: https://svnweb.freebsd.org/changeset/base/287288 Log: MFC r286886: Fixing typo as well as improving readability of a few comments. Modified: stable/9/sys/dev/sound/midi/midi.c Directory Properties: stable/9/sys/ (prop

svn commit: r287587 - stable/9/sys/gnu/fs/reiserfs

2015-09-08 Thread Tai-hwa Liang
Author: avatar Date: Wed Sep 9 04:16:48 2015 New Revision: 287587 URL: https://svnweb.freebsd.org/changeset/base/287587 Log: MFC r286888: Using consistent coding style to deal with error inside the loop. Modified: stable/9/sys/gnu/fs/reiserfs/reiserfs_vfsops.c Directory Properties: stable/

svn commit: r287787 - stable/9/sys/dev/sound/midi

2015-09-14 Thread Tai-hwa Liang
Author: avatar Date: Mon Sep 14 15:47:20 2015 New Revision: 287787 URL: https://svnweb.freebsd.org/changeset/base/287787 Log: MFC r286887: Using the error return code documented in the comment. Though there is no direct midi_uninit() caller amongst existing drivers at this moment, a quick

svn commit: r288986 - in stable/9/sys: dev/usb/wlan gnu/fs/reiserfs

2015-10-07 Thread Tai-hwa Liang
Author: avatar Date: Wed Oct 7 09:30:08 2015 New Revision: 288986 URL: https://svnweb.freebsd.org/changeset/base/288986 Log: MFC r287698: Fixing a memory leak on module unloading. Modified: stable/9/sys/gnu/fs/reiserfs/reiserfs_vfsops.c Directory Properties: stable/9/sys/ (props changed)

svn commit: r338327 - stable/9/sys/dev/sound/pci

2018-08-26 Thread Tai-hwa Liang
Author: avatar Date: Sun Aug 26 13:05:12 2018 New Revision: 338327 URL: https://svnweb.freebsd.org/changeset/base/338327 Log: MFC r338038: Extending the delay cycles to give the codec more time to pump ADC data across the AC-link. Without this patch, some CS4614 cards will need users to re

svn commit: r339295 - stable/9/sys/dev/sound/pci

2018-10-10 Thread Tai-hwa Liang
Author: avatar Date: Wed Oct 10 22:45:08 2018 New Revision: 339295 URL: https://svnweb.freebsd.org/changeset/base/339295 Log: MFC r338200: Adding device ID for Terratec SiXPack 5.1+. Modified: stable/9/sys/dev/sound/pci/csa.c Directory Properties: stable/9/ (props changed) stable/9/sys/

svn commit: r239476 - stable/9

2012-08-20 Thread Tai-hwa Liang
Author: avatar Date: Tue Aug 21 06:09:43 2012 New Revision: 239476 URL: http://svn.freebsd.org/changeset/base/239476 Log: MFC r238562: Removing bsd{ar,ranlib} found on my ancient installation. Modified: stable/9/ObsoleteFiles.inc (contents, props changed) Modified: stable/9/ObsoleteFiles.i

svn commit: r239999 - stable/9/sys/gnu/fs/reiserfs

2012-09-01 Thread Tai-hwa Liang
Author: avatar Date: Sun Sep 2 03:36:57 2012 New Revision: 23 URL: http://svn.freebsd.org/changeset/base/23 Log: MFC r238980: Just like the other file systems found in /sys/fs, g_vfs_open() should be paried with g_vfs_close(). Though g_vfs_close() is a wrapper around g_withe