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

2012-11-10 Thread Kevin Lo
Author: kevlo Date: Sat Nov 10 08:34:40 2012 New Revision: 242853 URL: http://svnweb.freebsd.org/changeset/base/242853 Log: Fix the build. Modified: head/sys/dev/ath/if_athvar.h Modified: head/sys/dev/ath/if_athvar.h ===

Re: svn commit: r242842 - in head/sys: conf modules/mthca

2012-11-10 Thread Bruce Evans
On Sat, 10 Nov 2012, Xin LI wrote: Log: Attempt toward a buildable universe by silenting a few warnings for OFED. Modified: head/sys/conf/kern.pre.mk head/sys/modules/mthca/Makefile Any chance of not adding style bugs in 1-line changes? Modified: head/sys/conf/kern.pre.mk ===

svn commit: r242854 - head/sys/netinet

2012-11-10 Thread Roman Divacky
Author: rdivacky Date: Sat Nov 10 10:41:00 2012 New Revision: 242854 URL: http://svnweb.freebsd.org/changeset/base/242854 Log: Initialize hdrlen to 0 to avoid clang warning in NOINET case. Modified: head/sys/netinet/tcp_timewait.c Modified: head/sys/netinet/tcp_timewait.c ===

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Andriy Gapon
on 10/11/2012 04:56 Alfred Perlstein said the following: > Sure, this is magic for i386 PAE machines. 384 maxusers was pretty much the > highest you wanted auto-tuned SAFELY for 32bit KVA on i386. So 384 is i386 sans 'i' and minus two? :-) Sorry, I still couldn't find an explanation of 384 in you

svn commit: r242855 - head/sys/boot/pc98

2012-11-10 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 10 11:55:52 2012 New Revision: 242855 URL: http://svnweb.freebsd.org/changeset/base/242855 Log: MFi386: r241785 boot: use -march=i386 for both i386 and amd64 builds Modified: head/sys/boot/pc98/Makefile.inc Modified: head/sys/boot/pc98/Makefile.inc =

svn commit: r242856 - in stable/9/sys: amd64/pci i386/pci

2012-11-10 Thread Andriy Gapon
Author: avg Date: Sat Nov 10 12:04:02 2012 New Revision: 242856 URL: http://svnweb.freebsd.org/changeset/base/242856 Log: MFC r241540: pciereg_cfg*: use assembly to access the mem-mapped cfg space Modified: stable/9/sys/amd64/pci/pci_cfgreg.c stable/9/sys/i386/pci/pci_cfgreg.c Directory Pro

svn commit: r242857 - in stable/8/sys: amd64/pci i386/pci

2012-11-10 Thread Andriy Gapon
Author: avg Date: Sat Nov 10 12:04:22 2012 New Revision: 242857 URL: http://svnweb.freebsd.org/changeset/base/242857 Log: MFC r241540: pciereg_cfg*: use assembly to access the mem-mapped cfg space Modified: stable/8/sys/amd64/pci/pci_cfgreg.c stable/8/sys/i386/pci/pci_cfgreg.c Directory Pro

svn commit: r242858 - stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2012-11-10 Thread Andriy Gapon
Author: avg Date: Sat Nov 10 12:06:24 2012 New Revision: 242858 URL: http://svnweb.freebsd.org/changeset/base/242858 Log: MFC r241773: zfs: wait in arc_lowmem only if curproc == pageproc Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c Directory Properties: stable/9/s

svn commit: r242859 - stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2012-11-10 Thread Andriy Gapon
Author: avg Date: Sat Nov 10 12:06:36 2012 New Revision: 242859 URL: http://svnweb.freebsd.org/changeset/base/242859 Log: MFC r241773: zfs: wait in arc_lowmem only if curproc == pageproc Modified: stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c Directory Properties: stable/8/s

svn commit: r242860 - stable/9/sys/dev/cpuctl

2012-11-10 Thread Andriy Gapon
Author: avg Date: Sat Nov 10 12:08:06 2012 New Revision: 242860 URL: http://svnweb.freebsd.org/changeset/base/242860 Log: MFC r242565: cpuctl_do_cpuid: explicitly use ecx=0 for cpuid call Modified: stable/9/sys/dev/cpuctl/cpuctl.c Directory Properties: stable/9/sys/ (props changed) stab

svn commit: r242861 - stable/8/sys/dev/cpuctl

2012-11-10 Thread Andriy Gapon
Author: avg Date: Sat Nov 10 12:08:18 2012 New Revision: 242861 URL: http://svnweb.freebsd.org/changeset/base/242861 Log: MFC r242565: cpuctl_do_cpuid: explicitly use ecx=0 for cpuid call Modified: stable/8/sys/dev/cpuctl/cpuctl.c Directory Properties: stable/8/sys/ (props changed) stab

svn commit: r242862 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2012-11-10 Thread Andriy Gapon
Author: avg Date: Sat Nov 10 12:22:26 2012 New Revision: 242862 URL: http://svnweb.freebsd.org/changeset/base/242862 Log: zfs_ioc_destroy_snaps_nvl: remove disk device entries for zvol snapshots ... before trying to destroy the zvol snapshots themselves. PR: kern/173442 Rep

svn commit: r242863 - in head/sys/boot/pc98: boot2 btx/btx

2012-11-10 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 10 12:25:27 2012 New Revision: 242863 URL: http://svnweb.freebsd.org/changeset/base/242863 Log: MFi386: r241301 add detection of serial console presence to btx and boot2-like blocks Modified: head/sys/boot/pc98/boot2/boot2.c head/sys/boot/pc98/btx/btx/btx.S

svn commit: r242864 - head/sys/boot/pc98/libpc98

2012-11-10 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 10 12:38:06 2012 New Revision: 242864 URL: http://svnweb.freebsd.org/changeset/base/242864 Log: MFi386: r241300 i386 comconsole: don't loop forever if hardware doesn't respond - clear capability flags when hw timeouts - retire comc_started status

svn commit: r242865 - head/sys/boot/pc98

2012-11-10 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 10 12:42:28 2012 New Revision: 242865 URL: http://svnweb.freebsd.org/changeset/base/242865 Log: cosmetic changes to reduce diffs against i386. Modified: head/sys/boot/pc98/Makefile.inc Modified: head/sys/boot/pc98/Makefile.inc ==

svn commit: r242866 - head/sys/pc98/include

2012-11-10 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 10 13:24:33 2012 New Revision: 242866 URL: http://svnweb.freebsd.org/changeset/base/242866 Log: Use ANSI prototype to fix build with clang. MFC after:1 week Modified: head/sys/pc98/include/bus.h Modified: head/sys/pc98/include/bus.h ===

svn commit: r242867 - head/sys/pc98/pc98

2012-11-10 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 10 13:25:46 2012 New Revision: 242867 URL: http://svnweb.freebsd.org/changeset/base/242867 Log: MFi386: r211924 Register an interrupt vector for DTrace return probes. Modified: head/sys/pc98/pc98/machdep.c Modified: head/sys/pc98/pc98/machdep.c =

svn commit: r242868 - head/sys/pc98/pc98

2012-11-10 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 10 13:41:25 2012 New Revision: 242868 URL: http://svnweb.freebsd.org/changeset/base/242868 Log: Fix some KASSERTs. They are missing changes from r208833, r227394 and r227442. Modified: head/sys/pc98/pc98/machdep.c Modified: head/sys/pc98/pc98/machdep.c ==

svn commit: r242869 - head/sys/pc98/pc98

2012-11-10 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 10 13:48:41 2012 New Revision: 242869 URL: http://svnweb.freebsd.org/changeset/base/242869 Log: Reduce diffs against i386. Modified: head/sys/pc98/pc98/machdep.c Modified: head/sys/pc98/pc98/machdep.c

svn commit: r242870 - head/sys/conf

2012-11-10 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 10 14:56:35 2012 New Revision: 242870 URL: http://svnweb.freebsd.org/changeset/base/242870 Log: MFi386: r232263 Fix build mpboot.s with clang. Modified: head/sys/conf/Makefile.pc98 Modified: head/sys/conf/Makefile.pc98 ===

svn commit: r242871 - in head/sys/dev: ct snc

2012-11-10 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 10 14:58:06 2012 New Revision: 242871 URL: http://svnweb.freebsd.org/changeset/base/242871 Log: Use ANSI prototype to fix build with clang. MFC after:1 week Modified: head/sys/dev/ct/bshw_machdep.c head/sys/dev/ct/ct.c head/sys/dev/ct/ct_isa.c head/sy

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

2012-11-10 Thread Kevin Lo
Author: kevlo Date: Sat Nov 10 15:21:39 2012 New Revision: 242872 URL: http://svnweb.freebsd.org/changeset/base/242872 Log: s/ATH_DEBUG/ATH_DEBUG_ALQ Modified: head/sys/dev/ath/if_ath_sysctl.c Modified: head/sys/dev/ath/if_ath_sysctl.c

svn commit: r242873 - head/sys/dev/nve

2012-11-10 Thread Dimitry Andric
Author: dim Date: Sat Nov 10 16:02:12 2012 New Revision: 242873 URL: http://svnweb.freebsd.org/changeset/base/242873 Log: Fix all the inconsistent nve_os* function declarations and definitions in nve(4). The OS_API structure defined in os.h expects NV_API_CALL attributes, effectively regpar

svn commit: r242874 - head

2012-11-10 Thread Dimitry Andric
Author: dim Date: Sat Nov 10 16:08:21 2012 New Revision: 242874 URL: http://svnweb.freebsd.org/changeset/base/242874 Log: Work around pc98 tinderbox failures in sys/boot/pc98, by making sure a cross gcc gets built during the cross-tools stage. MFC after:1 week X-MFC-With: 242706

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Alfred Perlstein
On 11/10/12 2:50 AM, Andriy Gapon wrote: on 10/11/2012 04:56 Alfred Perlstein said the following: Sure, this is magic for i386 PAE machines. 384 maxusers was pretty much the highest you wanted auto-tuned SAFELY for 32bit KVA on i386. So 384 is i386 sans 'i' and minus two? :-) Sorry, I still co

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Eitan Adler
On 10 November 2012 11:19, Alfred Perlstein wrote: > Please consult the svn log for this file, it's relatively clear just in the > commit logs/comments. Grep for 384/512 and look around. Can this reasoning be added as a comment? I did grep for 384 in the log, but a) I didn't find the answer b) o

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Alfred Perlstein
On 11/10/12 8:25 AM, Eitan Adler wrote: On 10 November 2012 11:19, Alfred Perlstein wrote: Please consult the svn log for this file, it's relatively clear just in the commit logs/comments. Grep for 384/512 and look around. Can this reasoning be added as a comment? I did grep for 384 in the lo

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Alfred Perlstein
On 11/10/12 8:38 AM, Alfred Perlstein wrote: On 11/10/12 8:25 AM, Eitan Adler wrote: On 10 November 2012 11:19, Alfred Perlstein wrote: Please consult the svn log for this file, it's relatively clear just in the commit logs/comments. Grep for 384/512 and look around. Can this reasoning be ad

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Eitan Adler
On 10 November 2012 11:44, Alfred Perlstein wrote: > On 11/10/12 8:38 AM, Alfred Perlstein wrote: >> >> On 11/10/12 8:25 AM, Eitan Adler wrote: >>> >>> On 10 November 2012 11:19, Alfred Perlstein wrote: Please consult the svn log for this file, it's relatively clear just in the >>>

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Alfred Perlstein
On 11/10/12 8:48 AM, Eitan Adler wrote: On 10 November 2012 11:44, Alfred Perlstein wrote: On 11/10/12 8:38 AM, Alfred Perlstein wrote: On 11/10/12 8:25 AM, Eitan Adler wrote: On 10 November 2012 11:19, Alfred Perlstein wrote: Please consult the svn log for this file, it's relatively clear

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Ian Lepore
On Sat, 2012-11-10 at 08:38 -0800, Alfred Perlstein wrote: > On 11/10/12 8:25 AM, Eitan Adler wrote: > > On 10 November 2012 11:19, Alfred Perlstein wrote: > >> Please consult the svn log for this file, it's relatively clear > just in the > >> commit logs/comments. Grep for 384/512 and look aroun

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Eitan Adler
On 10 November 2012 12:04, Alfred Perlstein wrote: > Sure, if you'd like you can help me craft that comment now? I think this is short and clear: === Limit the amount of kernel address space used to a fixed cap. 384 is an arbitrarily chosen value that leaves 270 MB of KVA available of the 2 MB to

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Peter Wemm
On Sat, Nov 10, 2012 at 9:24 AM, Ian Lepore wrote: > On Sat, 2012-11-10 at 08:38 -0800, Alfred Perlstein wrote: >> On 11/10/12 8:25 AM, Eitan Adler wrote: >> > On 10 November 2012 11:19, Alfred Perlstein wrote: >> >> Please consult the svn log for this file, it's relatively clear >> just in the >

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Peter Wemm
On Sat, Nov 10, 2012 at 9:33 AM, Eitan Adler wrote: > On 10 November 2012 12:04, Alfred Perlstein wrote: >> Sure, if you'd like you can help me craft that comment now? > > I think this is short and clear: > === > Limit the amount of kernel address space used to a fixed cap. > 384 is an arbitraril

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Eitan Adler
On 10 November 2012 12:45, Peter Wemm wrote: > On Sat, Nov 10, 2012 at 9:33 AM, Eitan Adler wrote: >> On 10 November 2012 12:04, Alfred Perlstein wrote: >>> Sure, if you'd like you can help me craft that comment now? >> >> I think this is short and clear: >> === >> Limit the amount of kernel add

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Peter Wemm
On Sat, Nov 10, 2012 at 9:43 AM, Peter Wemm wrote: > /* pick smaller of kva pages or physical pages */ > if ((physpages / 16) < (kvapages / 16)) > nmbclusters = physpages / 16; > else > nmbclusters = kvapages / 16; (note: not actual numbers.. kva pages doesn't exist and there's a pages vs cluste

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Garrett Cooper
On Sat, Nov 10, 2012 at 9:45 AM, Peter Wemm wrote: > On Sat, Nov 10, 2012 at 9:33 AM, Eitan Adler wrote: > > On 10 November 2012 12:04, Alfred Perlstein wrote: > >> Sure, if you'd like you can help me craft that comment now? > > > > I think this is short and clear: > > === > > Limit the amount

Re: svn commit: r242842 - in head/sys: conf modules/mthca

2012-11-10 Thread Garrett Cooper
On Sat, Nov 10, 2012 at 12:28 AM, Bruce Evans wrote: > On Sat, 10 Nov 2012, Xin LI wrote: > > Log: >> Attempt toward a buildable universe by silenting a few warnings for OFED. >> >> Modified: >> head/sys/conf/kern.pre.mk >> head/sys/modules/mthca/**Makefile >> > > Any chance of not adding sty

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Peter Wemm
On Sat, Nov 10, 2012 at 9:48 AM, Eitan Adler wrote: > On 10 November 2012 12:45, Peter Wemm wrote: >> On Sat, Nov 10, 2012 at 9:33 AM, Eitan Adler wrote: >>> On 10 November 2012 12:04, Alfred Perlstein wrote: Sure, if you'd like you can help me craft that comment now? >>> >>> I think this

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Peter Wemm
On Sat, Nov 10, 2012 at 9:51 AM, Garrett Cooper wrote: > On Sat, Nov 10, 2012 at 9:45 AM, Peter Wemm wrote: >> >> On Sat, Nov 10, 2012 at 9:33 AM, Eitan Adler wrote: >> > On 10 November 2012 12:04, Alfred Perlstein wrote: >> >> Sure, if you'd like you can help me craft that comment now? >> > >>

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Bruce Evans
On Sat, 10 Nov 2012, Eitan Adler wrote: On 10 November 2012 12:04, Alfred Perlstein wrote: Sure, if you'd like you can help me craft that comment now? I think this is short and clear: === Limit the amount of kernel address space used to a fixed cap. 384 is an arbitrarily chosen value that le

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Andre Oppermann
On 10.11.2012 19:04, Peter Wemm wrote: On Sat, Nov 10, 2012 at 9:48 AM, Eitan Adler wrote: On 10 November 2012 12:45, Peter Wemm wrote: On Sat, Nov 10, 2012 at 9:33 AM, Eitan Adler wrote: On 10 November 2012 12:04, Alfred Perlstein wrote: Sure, if you'd like you can help me craft that com

svn commit: r242875 - head/sys/fs/fuse

2012-11-10 Thread Attilio Rao
Author: attilio Date: Sat Nov 10 19:32:16 2012 New Revision: 242875 URL: http://svnweb.freebsd.org/changeset/base/242875 Log: - Protect mnt_data and mnt_flags under the mount interlock - Move mp->mnt_stat manipulation where all of them happens Reported by: davide Discussed with:

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Bruce Evans
On Sat, 10 Nov 2012, Peter Wemm wrote: On Sat, Nov 10, 2012 at 9:24 AM, Ian Lepore wrote: On Sat, 2012-11-10 at 08:38 -0800, Alfred Perlstein wrote: It probably could be added, but then a bunch of other people would complain about the comment being too wordy or "not in English". The fact th

Re: svn commit: r242842 - in head/sys: conf modules/mthca

2012-11-10 Thread Dimitry Andric
On 2012-11-10 01:32, Xin LI wrote: Author: delphij Date: Sat Nov 10 00:32:47 2012 New Revision: 242842 URL: http://svnweb.freebsd.org/changeset/base/242842 Log: Attempt toward a buildable universe by silenting a few warnings for OFED. ... -OFEDNOERR= -Wno-cast-qual -Wno-pointer-arith -f

svn commit: r242879 - in head/lib: libc/gen msun/src

2012-11-10 Thread Dimitry Andric
Author: dim Date: Sat Nov 10 21:22:10 2012 New Revision: 242879 URL: http://svnweb.freebsd.org/changeset/base/242879 Log: Only define isnan, isnanf, __isnan and __isnanf in libc.so, not in libc.a and libc_p.a. In addition, define isnan in libm.a and libm_p.a, but not in libm.so. This m

Re: svn commit: r242879 - in head/lib: libc/gen msun/src

2012-11-10 Thread Konstantin Belousov
On Sat, Nov 10, 2012 at 09:22:10PM +, Dimitry Andric wrote: > Author: dim > Date: Sat Nov 10 21:22:10 2012 > New Revision: 242879 > URL: http://svnweb.freebsd.org/changeset/base/242879 > > Log: > Only define isnan, isnanf, __isnan and __isnanf in libc.so, not in > libc.a and libc_p.a. In

Re: svn commit: r242879 - in head/lib: libc/gen msun/src

2012-11-10 Thread Dimitry Andric
On 2012-11-10 22:43, Konstantin Belousov wrote: On Sat, Nov 10, 2012 at 09:22:10PM +, Dimitry Andric wrote: ... Author: dim Date: Sat Nov 10 21:22:10 2012 New Revision: 242879 URL: http://svnweb.freebsd.org/changeset/base/242879 Log: Only define isnan, isnanf, __isnan and __isnanf in li

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Alfred Perlstein
On 11/10/12 11:18 AM, Andre Oppermann wrote: On 10.11.2012 19:04, Peter Wemm wrote: This is complicated but we need a simple user visible view of it. It really needs to be something like "nmbclusters defaults to 6% of physical ram, with machine dependent limits". The MD limits are bad enough,

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Alfred Perlstein
On 11/10/12 9:24 AM, Ian Lepore wrote: On Sat, 2012-11-10 at 08:38 -0800, Alfred Perlstein wrote: On 11/10/12 8:25 AM, Eitan Adler wrote: On 10 November 2012 11:19, Alfred Perlstein wrote: Please consult the svn log for this file, it's relatively clear just in the commit logs/comments. Gre

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

2012-11-10 Thread Adrian Chadd
Author: adrian Date: Sat Nov 10 22:37:06 2012 New Revision: 242880 URL: http://svnweb.freebsd.org/changeset/base/242880 Log: Correct some rather weird and broken behaviour observed when doing actual traffic with an AR9380/AR9382/AR9485. The sample rate control stats would show impossibly

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Andre Oppermann
On 10.11.2012 23:24, Alfred Perlstein wrote: On 11/10/12 11:18 AM, Andre Oppermann wrote: On 10.11.2012 19:04, Peter Wemm wrote: This is complicated but we need a simple user visible view of it. It really needs to be something like "nmbclusters defaults to 6% of physical ram, with machine depe

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Alfred Perlstein
On Nov 10, 2012, at 3:04 PM, Andre Oppermann wrote: > On 10.11.2012 23:24, Alfred Perlstein wrote: >> On 11/10/12 11:18 AM, Andre Oppermann wrote: >>> On 10.11.2012 19:04, Peter Wemm wrote: This is complicated but we need a simple user visible view of it. It really needs to be somethin

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

2012-11-10 Thread Adrian Chadd
Author: adrian Date: Sun Nov 11 00:34:10 2012 New Revision: 242881 URL: http://svnweb.freebsd.org/changeset/base/242881 Log: Don't call av_set_tim() if it's NULL. This happens during a scan in STA mode; any queued data frames will be power save queued but as there's no TIM in STA mode, it

Re: svn commit: r242842 - in head/sys: conf modules/mthca

2012-11-10 Thread Xin LI
Would you please commit them then? I am frustrated with the fact that -HEAD is not buildable for so long time and nobody seems to care doing tinderbox build pre-commit, which is not acceptable to be honest. On Saturday, November 10, 2012, Dimitry Andric wrote: > On 2012-11-10 01:32, Xin LI wrote

svn commit: r242883 - stable/8/sys/dev/uart

2012-11-10 Thread Eitan Adler
Author: eadler Date: Sun Nov 11 04:07:09 2012 New Revision: 242883 URL: http://svnweb.freebsd.org/changeset/base/242883 Log: MFC r242583: Add support for a few more devices: PNP0510 and FUJ02E5 for a "Wacom Tablet at FuS Lifebook T" PNP0502 and PNP0511 for some other generi

svn commit: r242884 - stable/9/sys/dev/uart

2012-11-10 Thread Eitan Adler
Author: eadler Date: Sun Nov 11 04:07:09 2012 New Revision: 242884 URL: http://svnweb.freebsd.org/changeset/base/242884 Log: MFC r242583: Add support for a few more devices: PNP0510 and FUJ02E5 for a "Wacom Tablet at FuS Lifebook T" PNP0502 and PNP0511 for some other generi

svn commit: r242885 - stable/7/sys/dev/uart

2012-11-10 Thread Eitan Adler
Author: eadler Date: Sun Nov 11 04:07:10 2012 New Revision: 242885 URL: http://svnweb.freebsd.org/changeset/base/242885 Log: MFC r242583: Add support for a few more devices: PNP0510 and FUJ02E5 for a "Wacom Tablet at FuS Lifebook T" PNP0502 and PNP0511 for some other generi

Re: svn commit: r242835 - head/contrib/llvm/lib/Target/X86

2012-11-10 Thread Nathan Whitehorn
On 11/09/12 12:56, Dimitry Andric wrote: Author: dim Date: Fri Nov 9 18:56:27 2012 New Revision: 242835 URL: http://svnweb.freebsd.org/changeset/base/242835 Log: Reduce LLVM's default stack alignment for i386 from 16 to 4 bytes, as the FreeBSD ABI requires. This is essentially a revert o

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Peter Wemm
On Sat, Nov 10, 2012 at 11:18 AM, Andre Oppermann wrote: > On 10.11.2012 19:04, Peter Wemm wrote: >> >> On Sat, Nov 10, 2012 at 9:48 AM, Eitan Adler wrote: >>> >>> On 10 November 2012 12:45, Peter Wemm wrote: On Sat, Nov 10, 2012 at 9:33 AM, Eitan Adler wrote: > > On 10 Novemb

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Peter Wemm
On Sat, Nov 10, 2012 at 11:32 AM, Bruce Evans wrote: > On Sat, 10 Nov 2012, Peter Wemm wrote: > >> On Sat, Nov 10, 2012 at 9:24 AM, Ian Lepore >> wrote: >>> >>> On Sat, 2012-11-10 at 08:38 -0800, Alfred Perlstein wrote: It probably could be added, but then a bunch of other people would

Re: svn commit: r242847 - in head/sys: i386/include kern

2012-11-10 Thread Alexey Dokuchaev
On Sat, Nov 10, 2012 at 10:22:52PM -0800, Peter Wemm wrote: > We've had kern.ipc.nmbclusters for years. It is simple to understand, > easy to predict the outcome of a change, is runtime adjustable, is a > *cap* and not a reservation (like it used to be) and does not require > a reboot like maxuser