svn commit: r234909 - head/sys/mips/atheros

2012-05-02 Thread Adrian Chadd
Author: adrian Date: Wed May 2 06:17:16 2012 New Revision: 234909 URL: http://svn.freebsd.org/changeset/base/234909 Log: Add a missing newline. Modified: head/sys/mips/atheros/ar71xxreg.h Modified: head/sys/mips/atheros/ar71xxreg.h

svn commit: r234910 - head/sys/mips/atheros

2012-05-02 Thread Adrian Chadd
Author: adrian Date: Wed May 2 06:18:12 2012 New Revision: 234910 URL: http://svn.freebsd.org/changeset/base/234910 Log: Allow the MII mode to be overridden via 'hint.arge.X.miimode'. It takes a number at the moment, rather than a string. Some of the Linux board configurations

svn commit: r234911 - head/sys/mips/conf

2012-05-02 Thread Adrian Chadd
Author: adrian Date: Wed May 2 06:19:26 2012 New Revision: 234911 URL: http://svn.freebsd.org/changeset/base/234911 Log: * Force the ethernet MII configuration to be RGMII * Populate the pll_1000 field, which will soon be used to override the PLL configuration from the default value.

svn commit: r234912 - in stable/8/sys: cam cam/ata geom modules/cam

2012-05-02 Thread Alexander Motin
Author: mav Date: Wed May 2 06:52:00 2012 New Revision: 234912 URL: http://svn.freebsd.org/changeset/base/234912 Log: Merge ATA_CAM compatibility shims. While 8-STABLE doesn't have ATA_CAM enabled by default, this should make migration easier for users enabling it manually. r221071:

svn commit: r234913 - in stable/8: share/examples/ses/srcs sys/cam/scsi

2012-05-02 Thread Alexander Motin
Author: mav Date: Wed May 2 06:58:44 2012 New Revision: 234913 URL: http://svn.freebsd.org/changeset/base/234913 Log: MFC r222336, r222339: Add names for few more SES element types according SES-2 specification. Modified: stable/8/share/examples/ses/srcs/eltsub.c

svn commit: r234914 - stable/8/sys/cam/ata

2012-05-02 Thread Alexander Motin
Author: mav Date: Wed May 2 07:05:20 2012 New Revision: 234914 URL: http://svn.freebsd.org/changeset/base/234914 Log: MFC r222643: When possible, join ranges of subsequest BIO_DELETE requests to handle more (up to 2048 instead of 256 or even 64) of them with single TRIM request. OCZ

svn commit: r234915 - stable/8/sys/cam/ata

2012-05-02 Thread Alexander Motin
Author: mav Date: Wed May 2 07:08:04 2012 New Revision: 234915 URL: http://svn.freebsd.org/changeset/base/234915 Log: MFC r223019: Do not report CFA devices as ATAPI, even though IDENTIFY data look alike. Modified: stable/8/sys/cam/ata/ata_all.c stable/8/sys/cam/ata/ata_xpt.c Directory

svn commit: r234916 - in stable/9: sbin/geom/class/multipath sys/geom/multipath

2012-05-02 Thread Alexander Motin
Author: mav Date: Wed May 2 07:17:53 2012 New Revision: 234916 URL: http://svn.freebsd.org/changeset/base/234916 Log: MFC r234415: Some improvements to GEOM MULTIPATH: - Implement configure command to allow switching operation mode of running device on-fly without destroying and

svn commit: r234917 - in stable/8: sbin/geom/class/multipath sys/geom/multipath

2012-05-02 Thread Alexander Motin
Author: mav Date: Wed May 2 07:22:58 2012 New Revision: 234917 URL: http://svn.freebsd.org/changeset/base/234917 Log: MFC r234415: Some improvements to GEOM MULTIPATH: - Implement configure command to allow switching operation mode of running device on-fly without destroying and

svn commit: r234918 - head/sys/mips/conf

2012-05-02 Thread Adrian Chadd
Author: adrian Date: Wed May 2 07:41:26 2012 New Revision: 234918 URL: http://svn.freebsd.org/changeset/base/234918 Log: Disable the pll_1000 hint for now, the upcoming work enables it and it breaks without the switch PHY code. Modified: head/sys/mips/conf/AP96.hints Modified:

svn commit: r234919 - head/sys/mips/atheros

2012-05-02 Thread Adrian Chadd
Author: adrian Date: Wed May 2 07:43:11 2012 New Revision: 234919 URL: http://svn.freebsd.org/changeset/base/234919 Log: Implement PLL configuration override support, similar to what openwrt implements. Modified: head/sys/mips/atheros/if_arge.c head/sys/mips/atheros/if_argevar.h

svn commit: r234920 - in head/sys: dev/gxemul dev/gxemul/cons mips/conf mips/gxemul

2012-05-02 Thread Robert Watson
Author: rwatson Date: Wed May 2 08:10:15 2012 New Revision: 234920 URL: http://svn.freebsd.org/changeset/base/234920 Log: Merge a rudimentary gxemul oldtestmips port. This consists almost entirely of one machdep file lifted from the MALTA port, as well as a low-level console and tty

svn commit: r234921 - head/sys/mips/mips

2012-05-02 Thread Robert Watson
Author: rwatson Date: Wed May 2 08:23:53 2012 New Revision: 234921 URL: http://svn.freebsd.org/changeset/base/234921 Log: Clean up various aspects of the MIPS generic busspace implementation: 1) Always implement missing bus space methods using a panic() stub rather than a NULL

svn commit: r234922 - in stable/9/sys: geom/part sys

2012-05-02 Thread Dmitry Morozovsky
Author: marck (doc committer) Date: Wed May 2 08:38:43 2012 New Revision: 234922 URL: http://svn.freebsd.org/changeset/base/234922 Log: MFC r234417: VMware environments are not unusual now. Add VMware partitions recognition (both MBR for ESXi = 4.1 and GPT for ESXi 5) to g_part.

svn commit: r234923 - head/sys/arm/at91

2012-05-02 Thread Warner Losh
Author: imp Date: Wed May 2 09:19:42 2012 New Revision: 234923 URL: http://svn.freebsd.org/changeset/base/234923 Log: The PIT is really 16 bytes long (0x10) not 10 bytes long. Doesn't matter much, since these defines are unused... Obtained from:AT91SAM9G20 datasheet Modified:

svn commit: r234924 - head/sys/sys

2012-05-02 Thread Jason Evans
Author: jasone Date: Wed May 2 10:15:42 2012 New Revision: 234924 URL: http://svn.freebsd.org/changeset/base/234924 Log: Bump __FreeBSD_version due to jemalloc import. Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

svn commit: r234925 - in stable/8/sys: geom/part sys

2012-05-02 Thread Dmitry Morozovsky
Author: marck (doc committer) Date: Wed May 2 11:38:58 2012 New Revision: 234925 URL: http://svn.freebsd.org/changeset/base/234925 Log: MFC (with appropriate changes to gpt ikernel structures) r234417: VMware environments are not unusual now. Add VMware partitions recognition (both

Re: svn commit: r234912 - in stable/8/sys: cam cam/ata geom modules/cam

2012-05-02 Thread John Baldwin
On Wednesday, May 02, 2012 2:52:00 am Alexander Motin wrote: Author: mav Date: Wed May 2 06:52:00 2012 New Revision: 234912 URL: http://svn.freebsd.org/changeset/base/234912 Log: Merge ATA_CAM compatibility shims. While 8-STABLE doesn't have ATA_CAM enabled by default, this should

svn commit: r234926 - head/sys/mips/conf

2012-05-02 Thread Robert Watson
Author: rwatson Date: Wed May 2 12:15:34 2012 New Revision: 234926 URL: http://svn.freebsd.org/changeset/base/234926 Log: mips/mips64eb became mips/mips64 while I wasn't looking (whoops), so update GXEMUL kernel config for the new world order. Spotted by: bz MFC after:3 weeks

svn commit: r234927 - in head: etc/rc.d sys/kern

2012-05-02 Thread John Baldwin
Author: jhb Date: Wed May 2 14:25:39 2012 New Revision: 234927 URL: http://svn.freebsd.org/changeset/base/234927 Log: - Don't log messages saying that accounting is being disabled and enabled if the accounting log file is atomically replaced with a new file (such as during log

svn commit: r234928 - head/sys/mips/gxemul

2012-05-02 Thread Bjoern A. Zeeb
Author: bz Date: Wed May 2 14:38:43 2012 New Revision: 234928 URL: http://svn.freebsd.org/changeset/base/234928 Log: Catch-up with r232853 and remove platform APIs which are not used by any code and which had only stub implementations or no implementation on all platforms. Makes gxemul

svn commit: r234929 - in stable/9/sys: i386/conf kern ufs/ufs

2012-05-02 Thread Jaakko Heinonen
Author: jh Date: Wed May 2 15:15:28 2012 New Revision: 234929 URL: http://svn.freebsd.org/changeset/base/234929 Log: MFC r233787: - Use more natural ip-i_flags instead of vap-va_flags in the final flags check. - Add a comment for the immutable/append check done after handling of

svn commit: r234930 - head/sys/dev/hwpmc

2012-05-02 Thread George V. Neville-Neil
Author: gnn Date: Wed May 2 16:23:36 2012 New Revision: 234930 URL: http://svn.freebsd.org/changeset/base/234930 Log: Fix so that ,usr and ,os work correctly with fixed function (IAF) counters. MFC after:1 week Modified: head/sys/dev/hwpmc/hwpmc_core.c Modified:

svn commit: r234931 - head/sys/arm/at91

2012-05-02 Thread Warner Losh
Author: imp Date: Wed May 2 18:41:58 2012 New Revision: 234931 URL: http://svn.freebsd.org/changeset/base/234931 Log: Fix comment about what board this is really for left over from early cut and paste. Modified: head/sys/arm/at91/board_sam9g20ek.c Modified:

Re: svn commit: r234927 - in head: etc/rc.d sys/kern

2012-05-02 Thread Doug Barton
On 5/2/2012 7:25 AM, John Baldwin wrote: - Simplify accounting log rotation a bit. There is no need to re-run accton(8) after renaming the new log file to it's real name. Have you thoroughly tested this change? I remember adding that on purpose, but I couldn't tell you for sure at this

svn commit: r234932 - head/sys/dev/sound/pcm

2012-05-02 Thread Peter Holm
Author: pho Date: Wed May 2 19:32:11 2012 New Revision: 234932 URL: http://svn.freebsd.org/changeset/base/234932 Log: Added D_TRACKCLOSE to sndstat_cdevsw to fix the situation when another process is in open() or stat() for the device node, then close() from the owning process does not

svn commit: r234933 - head/sbin/ifconfig

2012-05-02 Thread Monthadar Al Jaberi
Author: monthadar Date: Wed May 2 20:01:28 2012 New Revision: 234933 URL: http://svn.freebsd.org/changeset/base/234933 Log: Update man page date to the date of the last commit. Approved by: adrian Modified: head/sbin/ifconfig/ifconfig.8 Modified: head/sbin/ifconfig/ifconfig.8

Re: svn commit: r234893 - head/sbin/ifconfig

2012-05-02 Thread Monthadar Al Jaberi
On Tue, May 1, 2012 at 11:05 PM, Bjoern A. Zeeb bzeeb-li...@lists.zabbadoz.net wrote: On 1. May 2012, at 16:15 , Monthadar Al Jaberi wrote: Author: monthadar Date: Tue May  1 16:15:34 2012 New Revision: 234893 URL: http://svn.freebsd.org/changeset/base/234893 Log:  * Added new command to

Re: svn commit: r234927 - in head: etc/rc.d sys/kern

2012-05-02 Thread John Baldwin
On Wednesday, May 02, 2012 3:25:15 pm Doug Barton wrote: On 5/2/2012 7:25 AM, John Baldwin wrote: - Simplify accounting log rotation a bit. There is no need to re-run accton(8) after renaming the new log file to it's real name. Have you thoroughly tested this change? I remember

svn commit: r234934 - head/usr.sbin/jail

2012-05-02 Thread Jamie Gritton
Author: jamie Date: Wed May 2 21:24:08 2012 New Revision: 234934 URL: http://svn.freebsd.org/changeset/base/234934 Log: Add YY_NO_INPUT so clang doesn't complain about input not being used. Modified: head/usr.sbin/jail/jaillex.l Modified: head/usr.sbin/jail/jaillex.l

svn commit: r234935 - in head/share/man: man5 man7

2012-05-02 Thread Eitan Adler
Author: eadler Date: Wed May 2 21:50:13 2012 New Revision: 234935 URL: http://svn.freebsd.org/changeset/base/234935 Log: Prefer the use of csup to cvsup when talking about the binary. PR: docs/167459 Submitted by: Bryan Drewery br...@shatow.net Approved by: bcr MFC after:

svn commit: r234936 - head/sys/net

2012-05-02 Thread Ed Maste
Author: emaste Date: Thu May 3 01:41:12 2012 New Revision: 234936 URL: http://svn.freebsd.org/changeset/base/234936 Log: Relax restriction on direct tx to child ports Lagg(4) restricts the type of packet that may be sent directly to a child port, to avoid undesired output from

svn commit: r234937 - in stable/8: lib/libthr/thread sys/kern sys/sys

2012-05-02 Thread David Xu
Author: davidxu Date: Thu May 3 03:05:18 2012 New Revision: 234937 URL: http://svn.freebsd.org/changeset/base/234937 Log: Merge 233103, 233912 from head: 233103: Some software think a mutex can be destroyed after it owned it, for example, it uses a serialization point like following:

svn commit: r234940 - in head: sbin/geom/class/raid sys/geom/raid

2012-05-02 Thread Alexander Motin
Author: mav Date: Thu May 3 05:32:56 2012 New Revision: 234940 URL: http://svn.freebsd.org/changeset/base/234940 Log: Add optional -o argument to the `graid label ` to specify some metadata format options. Use it for specifying byte order for the DDF metadata: big-endian defined by

svn commit: r234941 - head/sys/mips/atheros

2012-05-02 Thread Adrian Chadd
Author: adrian Date: Thu May 3 05:52:39 2012 New Revision: 234941 URL: http://svn.freebsd.org/changeset/base/234941 Log: Fix a totally bone-headed, last minute bounds check snafu that somehow I must've missed when booting a test kernel. This has been validated on the AR7161. Modified: