svn commit: r200601 - head/sys/netinet/ipfw

2009-12-16 Thread Luigi Rizzo
Author: luigi Date: Wed Dec 16 10:48:40 2009 New Revision: 200601 URL: http://svn.freebsd.org/changeset/base/200601 Log: Various cosmetic cleanup of the files: - move global variables around to reduce the scope and make them static if possible; - add an ipfw_ prefix to all public

svn commit: r200602 - head/sys/dev/ichsmb

2009-12-16 Thread Andriy Gapon
Author: avg Date: Wed Dec 16 12:25:27 2009 New Revision: 200602 URL: http://svn.freebsd.org/changeset/base/200602 Log: ichsmb: add another pci id This is SMBus controller found in Intel Platform Controller Hub (PCH), which is a general name that refers to Intel 5 Series chipsets and

svn commit: r200603 - head/sys/netinet/ipfw

2009-12-16 Thread Luigi Rizzo
Author: luigi Date: Wed Dec 16 13:00:37 2009 New Revision: 200603 URL: http://svn.freebsd.org/changeset/base/200603 Log: bring back a couple of #include that are supplied by nesting, and explain why they are used. Modified: head/sys/netinet/ipfw/ip_fw_dynamic.c

svn commit: r200605 - head/sys/conf

2009-12-16 Thread John Baldwin
Author: jhb Date: Wed Dec 16 16:24:32 2009 New Revision: 200605 URL: http://svn.freebsd.org/changeset/base/200605 Log: Add entries to NOTES for the modular phy support so that these options are documented. PR: docs/141358 Submitted by: Bruce Cran Modified:

svn commit: r200606 - in head/sys: compat/freebsd32 sys

2009-12-16 Thread Warner Losh
Author: imp Date: Wed Dec 16 17:17:40 2009 New Revision: 200606 URL: http://svn.freebsd.org/changeset/base/200606 Log: Fix compiling FREEBSD_COMPAT[4,5,6] without FREEBSD_COMPAT7. Note: Not sure this is the right way to do compat, but it makes the headers consistent with the

svn commit: r200607 - head/sys/dev/ata/chipsets

2009-12-16 Thread Alexander Motin
Author: mav Date: Wed Dec 16 17:42:02 2009 New Revision: 200607 URL: http://svn.freebsd.org/changeset/base/200607 Log: Large I/Os on Promise controllers reported to cause UDMA ICRC errors and subsequent timeouts. Restore previous limit for now, at least until I will have hardware to

svn commit: r200608 - stable/8/sys/dev/ata/chipsets

2009-12-16 Thread Alexander Motin
Author: mav Date: Wed Dec 16 17:48:26 2009 New Revision: 200608 URL: http://svn.freebsd.org/changeset/base/200608 Log: MFC r200607: Large I/Os on Promise controllers reported to cause UDMA ICRC errors and subsequent timeouts. Restore previous limit for now, at least until I will have

svn commit: r200609 - head/sys/dev/vge

2009-12-16 Thread Pyun YongHyeon
Author: yongari Date: Wed Dec 16 18:03:25 2009 New Revision: 200609 URL: http://svn.freebsd.org/changeset/base/200609 Log: All vge(4) controllers support RX/TX checksum offloading for VLAN tagged frames so add checksum offloading capabilities. Also add missing VLAN hardware tagging control

svn commit: r200610 - head/sys/netinet/ipfw

2009-12-16 Thread Luigi Rizzo
Author: luigi Date: Wed Dec 16 18:03:35 2009 New Revision: 200610 URL: http://svn.freebsd.org/changeset/base/200610 Log: remove a duplicate sysctl entry Modified: head/sys/netinet/ipfw/ip_fw_sockopt.c Modified: head/sys/netinet/ipfw/ip_fw_sockopt.c

svn commit: r200611 - in stable/8/sys/dev/ata: . chipsets

2009-12-16 Thread Marius Strobl
Author: marius Date: Wed Dec 16 18:39:32 2009 New Revision: 200611 URL: http://svn.freebsd.org/changeset/base/200611 Log: MFC: r200459 Unbreak the ata_atapi() usage. Since r200171 (MFC'ed in r200432) the mode setting functions get a ata_device type device passed instead of a

svn commit: r200613 - head/sys/dev/vge

2009-12-16 Thread Pyun YongHyeon
Author: yongari Date: Wed Dec 16 19:32:44 2009 New Revision: 200613 URL: http://svn.freebsd.org/changeset/base/200613 Log: Rewrite RX filter setup and simplify code. Now promiscuous mode and multicast handling is performed in single function, vge_rxfilter(). Modified:

svn commit: r200614 - head/share/man/man9

2009-12-16 Thread Julian Elischer
Author: julian Date: Wed Dec 16 19:37:38 2009 New Revision: 200614 URL: http://svn.freebsd.org/changeset/base/200614 Log: Make man page reflect the output columns MFC after:1 week Modified: head/share/man/man9/LOCK_PROFILING.9 Modified: head/share/man/man9/LOCK_PROFILING.9

svn commit: r200615 - head/sys/dev/vge

2009-12-16 Thread Pyun YongHyeon
Author: yongari Date: Wed Dec 16 19:41:40 2009 New Revision: 200615 URL: http://svn.freebsd.org/changeset/base/200615 Log: Add hardware MAC statistics support. This statistics could be extracted from dev.vge.%d.stats sysctl node. Modified: head/sys/dev/vge/if_vge.c

svn commit: r200616 - head/sys/dev/vge

2009-12-16 Thread Pyun YongHyeon
Author: yongari Date: Wed Dec 16 19:49:23 2009 New Revision: 200616 URL: http://svn.freebsd.org/changeset/base/200616 Log: Add new flag VGE_FLAG_SUSPENDED to mark suspended state and remove suspended member in softc. Modified: head/sys/dev/vge/if_vge.c head/sys/dev/vge/if_vgevar.h

svn commit: r200617 - head/sys/dev/vge

2009-12-16 Thread Pyun YongHyeon
Author: yongari Date: Wed Dec 16 20:03:43 2009 New Revision: 200617 URL: http://svn.freebsd.org/changeset/base/200617 Log: Add Velocity to probe message which will make it clearer which ethernet controller was recognized. VIA consistently calls Velocity family for gigabit ethernet

Re: svn commit: r200606 - in head/sys: compat/freebsd32 sys

2009-12-16 Thread John Baldwin
On Wednesday 16 December 2009 12:17:40 pm Warner Losh wrote: Author: imp Date: Wed Dec 16 17:17:40 2009 New Revision: 200606 URL: http://svn.freebsd.org/changeset/base/200606 Log: Fix compiling FREEBSD_COMPAT[4,5,6] without FREEBSD_COMPAT7. Note: Not sure this is the right way to

Re: svn commit: r200606 - in head/sys: compat/freebsd32 sys

2009-12-16 Thread M. Warner Losh
In message: 200912161541.53834@freebsd.org John Baldwin j...@freebsd.org writes: : On Wednesday 16 December 2009 12:17:40 pm Warner Losh wrote: : Author: imp : Date: Wed Dec 16 17:17:40 2009 : New Revision: 200606 : URL: http://svn.freebsd.org/changeset/base/200606 : : Log:

svn commit: r200618 - stable/8/sys/kern

2009-12-16 Thread Ivan Voras
Author: ivoras Date: Wed Dec 16 21:48:27 2009 New Revision: 200618 URL: http://svn.freebsd.org/changeset/base/200618 Log: MFC r199764: Make ULE process usage (%CPU) accounting usable again Approved by: gnn (mentor) (implicitly) Modified: stable/8/sys/kern/sched_ule.c Directory

svn commit: r200619 - in head/sys: compat/freebsd32 sys

2009-12-16 Thread Warner Losh
Author: imp Date: Wed Dec 16 21:53:56 2009 New Revision: 200619 URL: http://svn.freebsd.org/changeset/base/200619 Log: Revert 200606. Modified: head/sys/compat/freebsd32/freebsd32_proto.h head/sys/sys/sysproto.h Modified: head/sys/compat/freebsd32/freebsd32_proto.h

svn commit: r200620 - head/sys/dev/ips

2009-12-16 Thread Matt Jacob
Author: mjacob Date: Thu Dec 17 00:21:12 2009 New Revision: 200620 URL: http://svn.freebsd.org/changeset/base/200620 Log: Fix argument order in a call to mtx_init. MFC after:1 week Modified: head/sys/dev/ips/ips_pci.c Modified: head/sys/dev/ips/ips_pci.c

svn commit: r200621 - head/sys/kern

2009-12-16 Thread Matt Jacob
Author: mjacob Date: Thu Dec 17 00:22:56 2009 New Revision: 200621 URL: http://svn.freebsd.org/changeset/base/200621 Log: Fix argument order in a call to mtx_init. MFC after:1 week Modified: head/sys/kern/uipc_syscalls.c Modified: head/sys/kern/uipc_syscalls.c

svn commit: r200622 - stable/8/lib/libthr/thread

2009-12-16 Thread Marcel Moolenaar
Author: marcel Date: Thu Dec 17 02:06:07 2009 New Revision: 200622 URL: http://svn.freebsd.org/changeset/base/200622 Log: MFC rev 200498: Work-around a race condition on ia64 while unlocking a contested lock. Modified: stable/8/lib/libthr/thread/thr_umtx.c Directory Properties:

svn commit: r200624 - head/usr.bin/calendar/calendars

2009-12-16 Thread Edwin Groothuis
Author: edwin Date: Thu Dec 17 07:18:06 2009 New Revision: 200624 URL: http://svn.freebsd.org/changeset/base/200624 Log: Add Australian, New Zealand and Ukraian calendars to the all target. MFC after:1 week Modified: head/usr.bin/calendar/calendars/calendar.all Modified:

svn commit: r200625 - in stable/7/sys: amd64/include arm/include i386/include ia64/include powerpc/include sparc64/include sun4v/include

2009-12-16 Thread Marius Strobl
Author: marius Date: Thu Dec 17 07:36:40 2009 New Revision: 200625 URL: http://svn.freebsd.org/changeset/base/200625 Log: MFC: r195376 Cleanup ALIGNED_POINTER: o add to platforms where it was missing (arm, i386, powerpc, sparc64, sun4v) o define as 1 on amd64 and i386 where there is no