svn commit: r218548 - head/sys/dev/e1000

2011-02-11 Thread Bjoern A. Zeeb
Author: bz Date: Fri Feb 11 09:58:38 2011 New Revision: 218548 URL: http://svn.freebsd.org/changeset/base/218548 Log: After r218530 export several functions which are no longer private to e1000_mac.c but part of the e1000_api. X-MFC with: 218530 by jfv Modified: head/sys/dev/e1000/e100

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

2011-02-11 Thread Konstantin Belousov
Author: kib Date: Fri Feb 11 10:46:15 2011 New Revision: 218550 URL: http://svn.freebsd.org/changeset/base/218550 Log: For UIO_NOCOPY case of reading request on zfs vnode, which has vm object attached, activate the page after the successful read, and free the page if read was unsuccessfull.

Re: svn commit: r217871 - head/sbin/mount

2011-02-11 Thread Bruce Evans
On Thu, 10 Feb 2011, Doug Barton wrote: On 01/28/2011 01:06, Bruce Evans wrote: The solaris server behaviour can't happen, except accidentally due to races :-). Since the FreeBSD client doesn't support the noatime flag except to ignore it, it can't tell any server about it. I don't mean to b

svn commit: r218555 - head/sys/net

2011-02-11 Thread Bjoern A. Zeeb
Author: bz Date: Fri Feb 11 12:56:05 2011 New Revision: 218555 URL: http://svn.freebsd.org/changeset/base/218555 Log: Mfp4 CH=177255: Use __func__ rather than __FUNCTION__. MFC after:2 weeks Modified: head/sys/net/vnet.h Modified: head/sys/net/vnet.h =

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

2011-02-11 Thread Adrian Chadd
Author: adrian Date: Fri Feb 11 13:05:15 2011 New Revision: 218556 URL: http://svn.freebsd.org/changeset/base/218556 Log: The last parameter to ath_computedur_ht() is short-GI, not short-preamble. Modified: head/sys/dev/ath/if_ath_tx_ht.c Modified: head/sys/dev/ath/if_ath_tx_ht.c ===

svn commit: r218557 - in head/sys/boot/pc98: . pc98boot

2011-02-11 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Feb 11 13:14:17 2011 New Revision: 218557 URL: http://svn.freebsd.org/changeset/base/218557 Log: Add the pc98boot image which concatenates boot0 and boot0.5. It's required by the gpart to write bootcode. Added: head/sys/boot/pc98/pc98boot/ head/sys/boot/pc98/pc98boo

svn commit: r218558 - head/sys/geom/part

2011-02-11 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Feb 11 13:18:00 2011 New Revision: 218558 URL: http://svn.freebsd.org/changeset/base/218558 Log: Add support to write boot menu. Modified: head/sys/geom/part/g_part_pc98.c Modified: head/sys/geom/part/g_part_pc98.c ==

svn commit: r218559 - in head/sys: kern net

2011-02-11 Thread Bjoern A. Zeeb
Author: bz Date: Fri Feb 11 13:27:00 2011 New Revision: 218559 URL: http://svn.freebsd.org/changeset/base/218559 Log: Mfp4 CH=177255: Make VNET_ASSERT() available with either VNET_DEBUG or INVARIANTS. Change the syntax to match KASSERT() to allow more flexible panic messages ra

Re: svn commit: r218556 - head/sys/dev/ath

2011-02-11 Thread Bjoern A. Zeeb
On Fri, 11 Feb 2011, Adrian Chadd wrote: Author: adrian Date: Fri Feb 11 13:05:15 2011 New Revision: 218556 URL: http://svn.freebsd.org/changeset/base/218556 Log: The last parameter to ath_computedur_ht() is short-GI, not short-preamble. Modified: head/sys/dev/ath/if_ath_tx_ht.c Modified: h

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

2011-02-11 Thread Adrian Chadd
Author: adrian Date: Fri Feb 11 14:07:27 2011 New Revision: 218566 URL: http://svn.freebsd.org/changeset/base/218566 Log: .. how'd this compile before I commit it and then not now? Fixed. Modified: head/sys/dev/ath/if_ath_tx_ht.c Modified: head/sys/dev/ath/if_ath_tx_ht.c ===

svn commit: r218567 - head/sys/net

2011-02-11 Thread Bjoern A. Zeeb
Author: bz Date: Fri Feb 11 14:17:58 2011 New Revision: 218567 URL: http://svn.freebsd.org/changeset/base/218567 Log: Mfp4 CH=177255: Resort the CURVNET_SET* macros in the non-VNET_DEBUG case to match the call order of the VNET_DEBUG case. Add the VNET_ASSERT() to the non-VNET_

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

2011-02-11 Thread Andriy Gapon
On 11/02/2011 05:46, Konstantin Belousov wrote: Author: kib Date: Fri Feb 11 10:46:15 2011 New Revision: 218550 URL: http://svn.freebsd.org/changeset/base/218550 Log: For UIO_NOCOPY case of reading request on zfs vnode, which has vm object attached, activate the page after the successful r

svn commit: r218570 - head/release/doc/en_US.ISO8859-1/relnotes

2011-02-11 Thread Martin Matuska
Author: mm Date: Fri Feb 11 14:55:17 2011 New Revision: 218570 URL: http://svn.freebsd.org/changeset/base/218570 Log: Add release notes for xz update to 5.0.0. Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.sgml Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.sgml ==

svn commit: r218581 - head/sys/dev/e1000

2011-02-11 Thread Jack F Vogel
Author: jfv Date: Fri Feb 11 17:18:42 2011 New Revision: 218581 URL: http://svn.freebsd.org/changeset/base/218581 Log: Inconsistencies in the updated igb shared code and the older em/lem, breaking the build, correcting that. Modified: head/sys/dev/e1000/e1000_82542.c head/sys/dev/e1000/e1

Re: svn commit: r218581 - head/sys/dev/e1000

2011-02-11 Thread Doug Barton
On 02/11/2011 09:18, Jack F Vogel wrote: Modified: head/sys/dev/e1000/e1000_mac.h == --- head/sys/dev/e1000/e1000_mac.h Fri Feb 11 16:14:16 2011 (r218580) +++ head/sys/dev/e1000/e1000_mac.h Fri Feb 11 17

Re: svn commit: r218581 - head/sys/dev/e1000

2011-02-11 Thread Bjoern A. Zeeb
On Fri, 11 Feb 2011, Doug Barton wrote: On 02/11/2011 09:18, Jack F Vogel wrote: Modified: head/sys/dev/e1000/e1000_mac.h == --- head/sys/dev/e1000/e1000_mac.h Fri Feb 11 16:14:16 2011 (r218580) +++ head/sys/dev/e1000/

svn commit: r218582 - head/sys/dev/e1000

2011-02-11 Thread Jack F Vogel
Author: jfv Date: Fri Feb 11 19:03:00 2011 New Revision: 218582 URL: http://svn.freebsd.org/changeset/base/218582 Log: Revert changes made here, they will cause a conflict later on with our shared code. Modified: head/sys/dev/e1000/e1000_api.h Modified: head/sys/dev/e1000/e1000_api.h =

Re: svn commit: r218581 - head/sys/dev/e1000

2011-02-11 Thread Jack Vogel
Ya, I just saw that, I think I will Bjoern, only because its gonna be a problem the next time I check in shared code, I don't really even own the stuff, when my internal build runs it just filters the defines in the stuff according to my needs, but doesn't directly change anything. I was gonna sen

Re: svn commit: r211804 - in head/sys: amd64/amd64 i386/i386

2011-02-11 Thread Chagin Dmitry
On Thu, Feb 10, 2011 at 10:06:29AM -0800, Rui Paulo wrote: > > On Feb 10, 2011, at 8:13 AM, Chagin Dmitry wrote: > > > On Wed, Aug 25, 2010 at 09:10:32AM +, Rui Paulo wrote: > >> Author: rpaulo > >> Date: Wed Aug 25 09:10:32 2010 > >> New Revision: 211804 > >> URL: http://svn.freebsd.org/chan

svn commit: r218583 - head/sys/dev/e1000

2011-02-11 Thread Jack F Vogel
Author: jfv Date: Fri Feb 11 19:49:07 2011 New Revision: 218583 URL: http://svn.freebsd.org/changeset/base/218583 Log: Somehow the RX ring depletion fix got partially removed, replace the missing pieces. Modified: head/sys/dev/e1000/if_igb.c Modified: head/sys/dev/e1000/if_igb.c ==

Re: svn commit: r218582 - head/sys/dev/e1000

2011-02-11 Thread Dimitry Andric
On 2011-02-11 20:03, Jack F Vogel wrote: Author: jfv Date: Fri Feb 11 19:03:00 2011 New Revision: 218582 URL: http://svn.freebsd.org/changeset/base/218582 Log: Revert changes made here, they will cause a conflict later on with our shared code. Modified: head/sys/dev/e1000/e1000_api.h

svn commit: r218584 - head/sys/kern

2011-02-11 Thread Juli Mallett
Author: jmallett Date: Fri Feb 11 22:43:10 2011 New Revision: 218584 URL: http://svn.freebsd.org/changeset/base/218584 Log: With smp_topo_none, set cg_mask to all_cpus rather than setting the mp_ncpus low bits. Submitted by: Bhanu Prakash Reviewed by: jeffr Modified: head/sys/kern/s

svn commit: r218587 - head/sys/dev/e1000

2011-02-11 Thread Doug Barton
Author: dougb Date: Fri Feb 11 23:08:34 2011 New Revision: 218587 URL: http://svn.freebsd.org/changeset/base/218587 Log: Restore 2 prototypes that seem to have been mistakenly removed in r218582. I've manually twiddled the whitespace for e1000_commit_fc_settings_generic to match the other

Re: svn commit: r218582 - head/sys/dev/e1000

2011-02-11 Thread Doug Barton
On 02/11/2011 13:28, Dimitry Andric wrote: On 2011-02-11 20:03, Jack F Vogel wrote: Author: jfv Date: Fri Feb 11 19:03:00 2011 New Revision: 218582 URL: http://svn.freebsd.org/changeset/base/218582 Log: Revert changes made here, they will cause a conflict later on with our shared code. Modifie

Re: svn commit: r218587 - head/sys/dev/e1000

2011-02-11 Thread Doug Barton
On 02/11/2011 15:08, Doug Barton wrote: Author: dougb Date: Fri Feb 11 23:08:34 2011 New Revision: 218587 URL: http://svn.freebsd.org/changeset/base/218587 Log: Restore 2 prototypes that seem to have been mistakenly removed in r218582. I've manually twiddled the whitespace for e1000_commi

svn commit: r218588 - head/sys/dev/e1000

2011-02-11 Thread Jack F Vogel
Author: jfv Date: Sat Feb 12 00:07:40 2011 New Revision: 218588 URL: http://svn.freebsd.org/changeset/base/218588 Log: Fix the shared code to be consistent with Intel-internal, and now build. Modified: head/sys/dev/e1000/e1000_80003es2lan.c head/sys/dev/e1000/e1000_80003es2lan.h head/sy

svn commit: r218589 - in head/sys: kern vm

2011-02-11 Thread Alan Cox
Author: alc Date: Sat Feb 12 01:00:00 2011 New Revision: 218589 URL: http://svn.freebsd.org/changeset/base/218589 Log: Retire VFS_BIO_DEBUG. Convert those checks that were still valid into KASSERT()s and eliminate the rest. Replace excessive printf()s and a panic() in bufdone_finish() wi

svn commit: r218590 - in head: sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/debugger sys/contrib/dev/acpica/dispatcher sys/co...

2011-02-11 Thread Jung-uk Kim
Author: jkim Date: Sat Feb 12 01:03:15 2011 New Revision: 218590 URL: http://svn.freebsd.org/changeset/base/218590 Log: Merge ACPICA 20110211. Added: head/sys/contrib/dev/acpica/compiler/aslbtypes.c - copied, changed from r218586, vendor-sys/acpica/dist/compiler/aslbtypes.c head/sys

svn commit: r218591 - in head/sys/mips: cavium include mips rmi sibyte

2011-02-11 Thread Juli Mallett
Author: jmallett Date: Sat Feb 12 02:08:24 2011 New Revision: 218591 URL: http://svn.freebsd.org/changeset/base/218591 Log: Allow the platform code to return a bitmask of running cores rather than just a number of cores, this allows for a sparse set of CPUs. Implement support for sparse cor

svn commit: r218592 - head/sys/vm

2011-02-11 Thread Juli Mallett
Author: jmallett Date: Sat Feb 12 02:10:08 2011 New Revision: 218592 URL: http://svn.freebsd.org/changeset/base/218592 Log: Use CPU_FOREACH rather than expecting CPUs 0 through mp_ncpus-1 to be present. Don't micro-optimize the uniprocessor case; use the same loop there. Submitted by: Bha

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

2011-02-11 Thread Adrian Chadd
Author: adrian Date: Sat Feb 12 02:14:19 2011 New Revision: 218593 URL: http://svn.freebsd.org/changeset/base/218593 Log: The current code used the fields in ath_set11nratescenario() . Use them correctly: * pass in whether to allow the hardware to override the duration field in the m

svn commit: r218594 - in head/sys/mips/cavium: . octe

2011-02-11 Thread Juli Mallett
Author: jmallett Date: Sat Feb 12 02:41:33 2011 New Revision: 218594 URL: http://svn.freebsd.org/changeset/base/218594 Log: The Lanner MR-730 uses the first two MACs at its MAC base for the 10/100 management ports, and gigabit ports start at an offset of 2 from the MAC base. Modified: hea

svn commit: r218595 - head/sys/boot/pc98/pc98boot

2011-02-11 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Feb 12 06:22:23 2011 New Revision: 218595 URL: http://svn.freebsd.org/changeset/base/218595 Log: Fix build. Modified: head/sys/boot/pc98/pc98boot/Makefile Modified: head/sys/boot/pc98/pc98boot/Makefile ===

svn commit: r218596 - head/sys/dev/ahci

2011-02-11 Thread Alexander Motin
Author: mav Date: Sat Feb 12 07:06:40 2011 New Revision: 218596 URL: http://svn.freebsd.org/changeset/base/218596 Log: Disable NCQ for multiport Marvell 88SX61XX SATA controllers. Simultaneous active I/O to several disks (copying large file on ZFS) causes timeout after just a few seconds of