svn commit: r359161 - in stable/10/sys: dev/sound/midi dev/sound/pci modules/sound/driver/csa

2020-03-20 Thread Tai-hwa Liang
is newly added) +++ stable/10/sys/dev/sound/pci/csamidi.c Fri Mar 20 14:26:08 2020 (r359161, copy of r338422, head/sys/dev/sound/pci/csamidi.c) @@ -0,0 +1,290 @@ +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + + * Copyright (c) 2015-2018 Tai-hwa Liang + * All rights reserved

svn commit: r347113 - in stable/11/sys: dev/sound/midi dev/sound/pci modules/sound/driver/csa

2019-05-04 Thread Tai-hwa Liang
is newly added) +++ stable/11/sys/dev/sound/pci/csamidi.c Sat May 4 12:19:02 2019 (r347113, copy of r338422, head/sys/dev/sound/pci/csamidi.c) @@ -0,0 +1,290 @@ +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + + * Copyright (c) 2015-2018 Tai-hwa Liang + * All rights reserved

svn commit: r342468 - stable/8/sys/dev/sound/pci

2018-12-25 Thread Tai-hwa Liang
Author: avatar Date: Wed Dec 26 04:06:16 2018 New Revision: 342468 URL: https://svnweb.freebsd.org/changeset/base/342468 Log: MFC r338200: Adding device ID for Terratec SiXPack 5.1+. Modified: stable/8/sys/dev/sound/pci/csa.c Directory Properties: stable/8/ (props changed)

svn commit: r339297 - stable/10/sys/dev/sound/pci

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

svn commit: r339296 - stable/11/sys/dev/sound/pci

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

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)

svn commit: r338422 - in head/sys: dev/sound/midi dev/sound/pci modules/sound/driver/csa

2018-09-01 Thread Tai-hwa Liang
-Identifier: BSD-2-Clause-FreeBSD + + * Copyright (c) 2015-2018 Tai-hwa Liang + * All rights reserved + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must

svn commit: r338329 - stable/7/sys/dev/sound/pci

2018-08-26 Thread Tai-hwa Liang
Author: avatar Date: Sun Aug 26 13:08:50 2018 New Revision: 338329 URL: https://svnweb.freebsd.org/changeset/base/338329 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

svn commit: r338328 - stable/8/sys/dev/sound/pci

2018-08-26 Thread Tai-hwa Liang
Author: avatar Date: Sun Aug 26 13:06:57 2018 New Revision: 338328 URL: https://svnweb.freebsd.org/changeset/base/338328 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

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

svn commit: r338326 - stable/10/sys/dev/sound/pci

2018-08-26 Thread Tai-hwa Liang
Author: avatar Date: Sun Aug 26 13:03:58 2018 New Revision: 338326 URL: https://svnweb.freebsd.org/changeset/base/338326 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

svn commit: r338325 - stable/11/sys/dev/sound/pci

2018-08-26 Thread Tai-hwa Liang
Author: avatar Date: Sun Aug 26 13:03:01 2018 New Revision: 338325 URL: https://svnweb.freebsd.org/changeset/base/338325 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

svn commit: r338200 - head/sys/dev/sound/pci

2018-08-22 Thread Tai-hwa Liang
Author: avatar Date: Wed Aug 22 14:06:31 2018 New Revision: 338200 URL: https://svnweb.freebsd.org/changeset/base/338200 Log: Adding device ID for Terratec SiXPack 5.1+. MFC after:3 days Modified: head/sys/dev/sound/pci/csa.c Modified: head/sys/dev/sound/pci/csa.c

svn commit: r338038 - head/sys/dev/sound/pci

2018-08-18 Thread Tai-hwa Liang
Author: avatar Date: Sun Aug 19 01:14:46 2018 New Revision: 338038 URL: https://svnweb.freebsd.org/changeset/base/338038 Log: 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 reload the

svn commit: r316955 - in stable/11/sys: amd64/linux amd64/linux32 i386/linux

2017-04-15 Thread Tai-hwa Liang
Author: avatar Date: Sat Apr 15 09:33:42 2017 New Revision: 316955 URL: https://svnweb.freebsd.org/changeset/base/316955 Log: MFC 316644: Trying to be more compatible with Linux if.h definitions: - renaming l_ifreq::ifru_metric to l_ifreq::ifru_ivalue; - adding a definition

svn commit: r316658 - head/sys/compat/linux

2017-04-09 Thread Tai-hwa Liang
Author: avatar Date: Sun Apr 9 15:27:04 2017 New Revision: 316658 URL: https://svnweb.freebsd.org/changeset/base/316658 Log: Adding SIOCGIFNAME support in Linuxulator. This should silence the console warning associated with linux-opera: linux: pid 23492 (opera): ioctl fd=5,

svn commit: r316644 - in head/sys: amd64/linux amd64/linux32 i386/linux

2017-04-08 Thread Tai-hwa Liang
Author: avatar Date: Sat Apr 8 14:41:39 2017 New Revision: 316644 URL: https://svnweb.freebsd.org/changeset/base/316644 Log: Trying to be more compatible with Linux if.h definitions: - renaming l_ifreq::ifru_metric to l_ifreq::ifru_ivalue; - adding a definition for ifr_ifindex

svn commit: r290988 - stable/10/sys/dev/sound/midi

2015-11-17 Thread Tai-hwa Liang
Author: avatar Date: Tue Nov 17 15:20:12 2015 New Revision: 290988 URL: https://svnweb.freebsd.org/changeset/base/290988 Log: MFC r289888: - Plugging a memory leak when malloc() failed during initialisation; - Plugging another memory leak inside the destructor. Reviewed by: matk

svn commit: r289988 - stable/7/sys/gnu/fs/reiserfs

2015-10-25 Thread Tai-hwa Liang
Author: avatar Date: Mon Oct 26 03:48:38 2015 New Revision: 289988 URL: https://svnweb.freebsd.org/changeset/base/289988 Log: MFC r287698: Fixing a memory leak on module unloading. Modified: stable/7/sys/gnu/fs/reiserfs/reiserfs_vfsops.c Directory Properties: stable/7/sys/ (props

svn commit: r289889 - stable/7/sys/gnu/fs/reiserfs

2015-10-24 Thread Tai-hwa Liang
Author: avatar Date: Sat Oct 24 19:40:27 2015 New Revision: 289889 URL: https://svnweb.freebsd.org/changeset/base/289889 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

svn commit: r289888 - head/sys/dev/sound/midi

2015-10-24 Thread Tai-hwa Liang
Author: avatar Date: Sat Oct 24 19:40:03 2015 New Revision: 289888 URL: https://svnweb.freebsd.org/changeset/base/289888 Log: - Plugging a memory leak when malloc() failed during initialisation; - Plugging another memory leak inside the destructor. Reviewed by: matk MFC after:3

svn commit: r289885 - stable/8/sys/gnu/fs/reiserfs

2015-10-24 Thread Tai-hwa Liang
Author: avatar Date: Sat Oct 24 19:05:19 2015 New Revision: 289885 URL: https://svnweb.freebsd.org/changeset/base/289885 Log: MFC r287698: Fixing a memory leak on module unloading. Modified: stable/8/sys/gnu/fs/reiserfs/reiserfs_vfsops.c Directory Properties: stable/8/sys/ (props

svn commit: r288985 - stable/10/sys/gnu/fs/reiserfs

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

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

svn commit: r288987 - in stable/8/sys: . amd64/amd64 dev/sound gnu/fs/reiserfs i386/i386

2015-10-07 Thread Tai-hwa Liang
Author: avatar Date: Wed Oct 7 09:39:45 2015 New Revision: 288987 URL: https://svnweb.freebsd.org/changeset/base/288987 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

svn commit: r288988 - stable/7/sys/gnu/fs/reiserfs

2015-10-07 Thread Tai-hwa Liang
Author: avatar Date: Wed Oct 7 09:41:17 2015 New Revision: 288988 URL: https://svnweb.freebsd.org/changeset/base/288988 Log: MFC r286888: Using consistent coding style to deal with error inside the loop. Modified: stable/7/sys/gnu/fs/reiserfs/reiserfs_vfsops.c Directory Properties:

svn commit: r287858 - stable/7/sys/dev/sound/midi

2015-09-16 Thread Tai-hwa Liang
Author: avatar Date: Wed Sep 16 11:32:28 2015 New Revision: 287858 URL: https://svnweb.freebsd.org/changeset/base/287858 Log: MFC r286886: Fixing typo as well as improving readability of a few comments. Modified: stable/7/sys/dev/sound/midi/midi.c Directory Properties: stable/7/sys/

svn commit: r287888 - stable/7/sys/dev/sound/midi

2015-09-16 Thread Tai-hwa Liang
Author: avatar Date: Thu Sep 17 00:19:27 2015 New Revision: 287888 URL: https://svnweb.freebsd.org/changeset/base/287888 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

svn commit: r287788 - stable/8/sys/gnu/fs/reiserfs

2015-09-14 Thread Tai-hwa Liang
Author: avatar Date: Mon Sep 14 15:47:25 2015 New Revision: 287788 URL: https://svnweb.freebsd.org/changeset/base/287788 Log: MFC r286888: Using consistent coding style to deal with error inside the loop. Modified: stable/8/sys/gnu/fs/reiserfs/reiserfs_vfsops.c Directory Properties:

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

svn commit: r287786 - stable/8/sys/dev/sound/midi

2015-09-14 Thread Tai-hwa Liang
Author: avatar Date: Mon Sep 14 15:44:03 2015 New Revision: 287786 URL: https://svnweb.freebsd.org/changeset/base/287786 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

svn commit: r287698 - head/sys/gnu/fs/reiserfs

2015-09-11 Thread Tai-hwa Liang
Author: avatar Date: Fri Sep 11 22:43:35 2015 New Revision: 287698 URL: https://svnweb.freebsd.org/changeset/base/287698 Log: Fixing a memory leak on module unloading. MFC after:3 weeks Modified: head/sys/gnu/fs/reiserfs/reiserfs_vfsops.c Modified:

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:

svn commit: r287588 - stable/8/sys/dev/sound/midi

2015-09-08 Thread Tai-hwa Liang
Author: avatar Date: Wed Sep 9 04:16:55 2015 New Revision: 287588 URL: https://svnweb.freebsd.org/changeset/base/287588 Log: MFC r286886: Fixing typo as well as improving readability of a few comments. Modified: stable/8/sys/dev/sound/midi/midi.c Directory Properties: stable/8/sys/

svn commit: r287388 - stable/10/sys/dev/sound/midi

2015-09-01 Thread Tai-hwa Liang
Author: avatar Date: Tue Sep 1 22:35:53 2015 New Revision: 287388 URL: https://svnweb.freebsd.org/changeset/base/287388 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

svn commit: r287287 - stable/10/sys/gnu/fs/reiserfs

2015-08-29 Thread Tai-hwa Liang
Author: avatar Date: Sat Aug 29 11:15:54 2015 New Revision: 287287 URL: https://svnweb.freebsd.org/changeset/base/287287 Log: MFC r286888: Using consistent coding style to deal with error inside the loop. Modified: stable/10/sys/gnu/fs/reiserfs/reiserfs_vfsops.c Directory Properties:

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/

svn commit: r287180 - stable/10/sys/dev/sound/midi

2015-08-26 Thread Tai-hwa Liang
Author: avatar Date: Wed Aug 26 22:59:58 2015 New Revision: 287180 URL: https://svnweb.freebsd.org/changeset/base/287180 Log: MFC r286886: Fixing typo as well as improving readability of a few comments. Modified: stable/10/sys/dev/sound/midi/midi.c Directory Properties: stable/10/ (props

svn commit: r286888 - head/sys/gnu/fs/reiserfs

2015-08-18 Thread Tai-hwa Liang
Author: avatar Date: Tue Aug 18 13:16:23 2015 New Revision: 286888 URL: https://svnweb.freebsd.org/changeset/base/286888 Log: Using consistent coding style to deal with error inside the loop. MFC after:1 week Modified: head/sys/gnu/fs/reiserfs/reiserfs_vfsops.c Modified:

svn commit: r286886 - head/sys/dev/sound/midi

2015-08-18 Thread Tai-hwa Liang
Author: avatar Date: Tue Aug 18 12:50:46 2015 New Revision: 286886 URL: https://svnweb.freebsd.org/changeset/base/286886 Log: Fixing typo as well as improving readability of a few comments. MFC after:3 days Modified: head/sys/dev/sound/midi/midi.c Modified:

svn commit: r286887 - head/sys/dev/sound/midi

2015-08-18 Thread Tai-hwa Liang
Author: avatar Date: Tue Aug 18 13:16:06 2015 New Revision: 286887 URL: https://svnweb.freebsd.org/changeset/base/286887 Log: 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 experiment

svn commit: r259938 - head/sys/sys

2013-12-26 Thread Tai-hwa Liang
Author: avatar Date: Fri Dec 27 07:02:07 2013 New Revision: 259938 URL: http://svnweb.freebsd.org/changeset/base/259938 Log: Fixing build bustage. Modified: head/sys/sys/gpt.h Modified: head/sys/sys/gpt.h == ---

svn commit: r239476 - stable/9

2012-08-21 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:

svn commit: r238980 - head/sys/gnu/fs/reiserfs

2012-08-01 Thread Tai-hwa Liang
Author: avatar Date: Wed Aug 1 23:05:57 2012 New Revision: 238980 URL: http://svn.freebsd.org/changeset/base/238980 Log: 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_wither_geom_close(),

svn commit: r238562 - head

2012-07-17 Thread Tai-hwa Liang
Author: avatar Date: Wed Jul 18 05:50:40 2012 New Revision: 238562 URL: http://svn.freebsd.org/changeset/base/238562 Log: Removing bsd{ar,ranlib} found on my ancient installation. MFC after:3 weeks Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

svn commit: r224208 - stable/7/usr.bin/find

2011-07-18 Thread Tai-hwa Liang
Author: avatar Date: Tue Jul 19 03:30:42 2011 New Revision: 224208 URL: http://svn.freebsd.org/changeset/base/224208 Log: MFC r223035: Using statfs.f_fstypename rather than statfs.f_type whilst performing fstype comparsion as nullfs will copy f_type from underlayer FS. PR:

svn commit: r224173 - stable/8/usr.bin/find

2011-07-17 Thread Tai-hwa Liang
Author: avatar Date: Mon Jul 18 04:54:12 2011 New Revision: 224173 URL: http://svn.freebsd.org/changeset/base/224173 Log: MFC r223035: Using statfs.f_fstypename rather than statfs.f_type whilst performing fstype comparsion as nullfs will copy f_type from underlayer FS. PR:

svn commit: r223905 - head/lib/libstand

2011-07-10 Thread Tai-hwa Liang
Author: avatar Date: Sun Jul 10 07:25:34 2011 New Revision: 223905 URL: http://svn.freebsd.org/changeset/base/223905 Log: - Removing some unneeded definitions of NULL(cruft related to 1970's C). In C90, NULL is guaranteed to be declared in stddef.h and also in string.h. Though the

svn commit: r223854 - head/lib/libstand

2011-07-07 Thread Tai-hwa Liang
Author: avatar Date: Fri Jul 8 01:35:33 2011 New Revision: 223854 URL: http://svn.freebsd.org/changeset/base/223854 Log: Fixing building bustage on 32 bits platforms when WARNS = 2. Note that this fix only applies to zalloc.c, the other part of libstand such like qdivrem.c still gives

svn commit: r223139 - head/lib/libstand

2011-06-16 Thread Tai-hwa Liang
Author: avatar Date: Thu Jun 16 07:14:55 2011 New Revision: 223139 URL: http://svn.freebsd.org/changeset/base/223139 Log: Unbreaking build on sparc64. Submitted by: Garrett Cooper yaneg...@gmail.com Modified: head/lib/libstand/zalloc.c Modified: head/lib/libstand/zalloc.c

Re: svn commit: r223138 - head/sys/ufs/ffs

2011-06-16 Thread Tai-hwa Liang
On Thu, 16 Jun 2011, Bruce Evans wrote: On Thu, 16 Jun 2011, Stefan Farfeleder wrote: Log: Fixing compilation bustage by introducing another forward declaration. Modified: head/sys/ufs/ffs/ffs_extern.h Modified: head/sys/ufs/ffs/ffs_extern.h

Re: svn commit: r223139 - head/lib/libstand

2011-06-16 Thread Tai-hwa Liang
On Thu, 16 Jun 2011, Bruce Evans wrote: On Thu, 16 Jun 2011, Garrett Cooper wrote: On Thu, Jun 16, 2011 at 12:19 AM, Garrett Cooper yaneg...@gmail.com wrote: On Thu, Jun 16, 2011 at 12:14 AM, Tai-hwa Liang ava...@freebsd.org wrote: Author: avatar Date: Thu Jun 16 07:14:55 2011 New Revision

svn commit: r223151 - head/lib/libstand

2011-06-16 Thread Tai-hwa Liang
Author: avatar Date: Thu Jun 16 15:35:12 2011 New Revision: 223151 URL: http://svn.freebsd.org/changeset/base/223151 Log: Using the correct format string(%zu) for size_t type. This should fix 64 bits builds. Submitted by: Garrett Cooper yaneg...@gmail.com Modified:

Re: svn commit: r223138 - head/sys/ufs/ffs

2011-06-16 Thread Tai-hwa Liang
On Fri, 17 Jun 2011, Bruce Evans wrote: On Thu, 16 Jun 2011, Tai-hwa Liang wrote: On Thu, 16 Jun 2011, Bruce Evans wrote: It might be a style bug (like typedefing a struct) to use enums for anything. They are impossible to declare opaquely. Does that mean we have to #include sys/vnode.h

svn commit: r223138 - head/sys/ufs/ffs

2011-06-15 Thread Tai-hwa Liang
Author: avatar Date: Thu Jun 16 05:26:03 2011 New Revision: 223138 URL: http://svn.freebsd.org/changeset/base/223138 Log: Fixing compilation bustage by introducing another forward declaration. Modified: head/sys/ufs/ffs/ffs_extern.h Modified: head/sys/ufs/ffs/ffs_extern.h

svn commit: r223035 - head/usr.bin/find

2011-06-12 Thread Tai-hwa Liang
Author: avatar Date: Mon Jun 13 05:22:07 2011 New Revision: 223035 URL: http://svn.freebsd.org/changeset/base/223035 Log: Using statfs.f_fstypename rather than statfs.f_type whilst performing fstype comparsion as nullfs will copy f_type from underlayer FS. PR: bin/156258

svn commit: r209022 - head/sys/net80211

2010-06-10 Thread Tai-hwa Liang
Author: avatar Date: Fri Jun 11 01:32:42 2010 New Revision: 209022 URL: http://svn.freebsd.org/changeset/base/209022 Log: Fixing compilation bustage by adding the missing back. Modified: head/sys/net80211/ieee80211_sta.c Modified: head/sys/net80211/ieee80211_sta.c

svn commit: r203695 - head/sys/dev/ath

2010-02-08 Thread Tai-hwa Liang
Author: avatar Date: Tue Feb 9 04:07:39 2010 New Revision: 203695 URL: http://svn.freebsd.org/changeset/base/203695 Log: Fixing compilation bustage by removing a stray comment fragment. Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c

svn commit: r195675 - in head/sys: dev/re pci

2009-07-13 Thread Tai-hwa Liang
Author: avatar Date: Tue Jul 14 04:35:13 2009 New Revision: 195675 URL: http://svn.freebsd.org/changeset/base/195675 Log: Adding hardware ID for RTL810x PCIe found on HP Pavilion DV2-1022AX. Reviewed by: yongari Approved by: re (kib, kensmith) Modified: head/sys/dev/re/if_re.c

svn commit: r186263 - head/usr.sbin/syslogd

2008-12-17 Thread Tai-hwa Liang
Author: avatar Date: Thu Dec 18 04:03:29 2008 New Revision: 186263 URL: http://svn.freebsd.org/changeset/base/186263 Log: Fixing !INET6 builds after bumping WARNS to 3. Modified: head/usr.sbin/syslogd/syslogd.c Modified: head/usr.sbin/syslogd/syslogd.c