svn commit: r221319 - head/share/misc

2011-05-02 Thread Maxim Konovalov
Author: maxim Date: Mon May 2 09:47:13 2011 New Revision: 221319 URL: http://svn.freebsd.org/changeset/base/221319 Log: o OpenBSD 4.9 added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

svn commit: r221320 - head/sys/conf

2011-05-02 Thread Bruce Cran
Author: brucec Date: Mon May 2 10:35:27 2011 New Revision: 221320 URL: http://svn.freebsd.org/changeset/base/221320 Log: Add -Wmissing-include-dirs to CWARNFLAGS, so tinderbox will punish those developers committing new code with broken include directories. Fix a few whitespace issues.

Re: svn commit: r221320 - head/sys/conf

2011-05-02 Thread Alexander Best
On Mon May 2 11, Bruce Cran wrote: Author: brucec Date: Mon May 2 10:35:27 2011 New Revision: 221320 URL: http://svn.freebsd.org/changeset/base/221320 Log: Add -Wmissing-include-dirs to CWARNFLAGS, so tinderbox will punish those developers committing new code with broken include

Re: svn commit: r221214 - head/sys/x86/x86

2011-05-02 Thread Dimitry Andric
On 2011-04-29 20:20, Jung-uk Kim wrote: ... +static __inline void +vmware_hvcall(u_int cmd, u_int *p) +{ + + __asm __volatile(inl (%%dx) + : =a (p[0]), =b (p[1]), =c (p[2]), =d (p[3]) + : 0 (VMW_HVMAGIC), 1 (UINT_MAX), 2 (cmd), 3 (VMW_HVPORT) + : memory); +} This upsets

svn commit: r221324 - in head/sys: amd64/pci dev/acpica dev/pci i386/pci x86/x86

2011-05-02 Thread John Baldwin
Author: jhb Date: Mon May 2 14:13:12 2011 New Revision: 221324 URL: http://svn.freebsd.org/changeset/base/221324 Log: Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver, generic PCI-PCI bridge driver, x86 nexus driver, and x86 Host to PCI bridge drivers. Modified:

svn commit: r221326 - head/sys/dev/puc

2011-05-02 Thread John Baldwin
Author: jhb Date: Mon May 2 14:34:03 2011 New Revision: 221326 URL: http://svn.freebsd.org/changeset/base/221326 Log: Add an entry for the Kuroutoshikou SERIAL4P-LPPCI2 which uses an Oxford 4 port chip but with a nonstandard clock. PR: kern/104212 Submitted by: Shuichi

Re: svn commit: r221301 - head/sys/conf

2011-05-02 Thread John Baldwin
On Sunday, May 01, 2011 3:05:54 pm Bernhard Schmidt wrote: Author: bschmidt Date: Sun May 1 19:05:54 2011 New Revision: 221301 URL: http://svn.freebsd.org/changeset/base/221301 Log: These are of course i386/amd64 only. Modified: head/sys/conf/NOTES Please put them in

svn commit: r221327 - head/sys/dev/cardbus

2011-05-02 Thread John Baldwin
Author: jhb Date: Mon May 2 15:01:28 2011 New Revision: 221327 URL: http://svn.freebsd.org/changeset/base/221327 Log: Don't explicitly list pci_write_ivar() for bus_write_ivar, the method is already inherited from the PCI bus driver. Modified: head/sys/dev/cardbus/cardbus.c Modified:

svn commit: r221328 - head/sys/netinet

2011-05-02 Thread Michael Tuexen
Author: tuexen Date: Mon May 2 15:53:00 2011 New Revision: 221328 URL: http://svn.freebsd.org/changeset/base/221328 Log: Some more cleanups related to an kernel without INET. MFC after: 1 week Modified: head/sys/netinet/sctputil.c head/sys/netinet/sctputil.h Modified:

svn commit: r221329 - head/sys/i386/conf

2011-05-02 Thread Bernhard Schmidt
Author: bschmidt Date: Mon May 2 16:51:02 2011 New Revision: 221329 URL: http://svn.freebsd.org/changeset/base/221329 Log: All PCI based wireless drivers seem to be explicitly removed from the PAE kernel config, do that also for those added to GENERIC lately. Modified:

Re: svn commit: r221301 - head/sys/conf

2011-05-02 Thread Bernhard Schmidt
On Monday 02 May 2011 14:39:57 John Baldwin wrote: On Sunday, May 01, 2011 3:05:54 pm Bernhard Schmidt wrote: Author: bschmidt Date: Sun May 1 19:05:54 2011 New Revision: 221301 URL: http://svn.freebsd.org/changeset/base/221301 Log: These are of course i386/amd64 only.

svn commit: r221331 - head/sys/x86/x86

2011-05-02 Thread Jung-uk Kim
Author: jkim Date: Mon May 2 17:08:36 2011 New Revision: 221331 URL: http://svn.freebsd.org/changeset/base/221331 Log: Fix build with clang. Please note there is an LLVM/Clang PR: http://llvm.org/bugs/show_bug.cgi?id=9379 Reported by: rpaulo, dim Modified: head/sys/x86/x86/tsc.c

Re: svn commit: r221214 - head/sys/x86/x86

2011-05-02 Thread Jung-uk Kim
On Monday 02 May 2011 07:08 am, Dimitry Andric wrote: On 2011-04-29 20:20, Jung-uk Kim wrote: ... +static __inline void +vmware_hvcall(u_int cmd, u_int *p) +{ + + __asm __volatile(inl (%%dx) + : =a (p[0]), =b (p[1]), =c (p[2]), =d (p[3]) + : 0 (VMW_HVMAGIC), 1 (UINT_MAX), 2

Re: svn commit: r221301 - head/sys/conf

2011-05-02 Thread John Baldwin
On Monday, May 02, 2011 12:53:22 pm Bernhard Schmidt wrote: On Monday 02 May 2011 14:39:57 John Baldwin wrote: On Sunday, May 01, 2011 3:05:54 pm Bernhard Schmidt wrote: Author: bschmidt Date: Sun May 1 19:05:54 2011 New Revision: 221301 URL:

svn commit: r221333 - head

2011-05-02 Thread Dimitry Andric
Author: dim Date: Mon May 2 17:46:59 2011 New Revision: 221333 URL: http://svn.freebsd.org/changeset/base/221333 Log: Remove usr/include/nfs/krpc.h and usr/include/nfs/nfsdiskless.h from ObsoleteFiles.inc, since these files have been reincarnated in the new NFS implementation.

svn commit: r221334 - head/sys/ia64/include

2011-05-02 Thread Marcel Moolenaar
Author: marcel Date: Mon May 2 17:49:05 2011 New Revision: 221334 URL: http://svn.freebsd.org/changeset/base/221334 Log: Don't use the whole region 5 for KVA, because the CPU may not implement all of the 61 bits available within the region for virtual addressing. Since there's no good way

svn commit: r221335 - head/sys/dev/coretemp

2011-05-02 Thread Xin LI
Author: delphij Date: Mon May 2 18:41:54 2011 New Revision: 221335 URL: http://svn.freebsd.org/changeset/base/221335 Log: Correct a typo. According to Intel document 318914, the Tj(max) for Core 2 Duo Mobile CPUs should be 105. Noticed by: Mark Johnston markjdb gmail.com MFC after:

svn commit: r221336 - head/sys/dev/acpica

2011-05-02 Thread John Baldwin
Author: jhb Date: Mon May 2 19:02:30 2011 New Revision: 221336 URL: http://svn.freebsd.org/changeset/base/221336 Log: The ACPI Host-PCI bridge driver actually supports multiple domains via the optional _SEG function. Return that value (ap-segment) rather than 0 for the pcib domain ivar.

Re: svn commit: r221320 - head/sys/conf

2011-05-02 Thread Doug Barton
On 05/02/2011 03:35, Bruce Cran wrote: Fix a few whitespace issues. Please do not mix whitespace changes with substantive changes, in any file. The same reasons this is annoying apply whether it is source code or not. I realize that it is a tiny bit of extra work for the person doing the

svn commit: r221341 - head/sys/dev/mii

2011-05-02 Thread Marius Strobl
Author: marius Date: Mon May 2 20:37:30 2011 New Revision: 221341 URL: http://svn.freebsd.org/changeset/base/221341 Log: Probe the PHY accompanying BCM57765. Tested by: Paul Thornton MFC after:1 week Modified: head/sys/dev/mii/brgphy.c head/sys/dev/mii/miidevs Modified:

svn commit: r221342 - head/sys/dev/bxe

2011-05-02 Thread David Christensen
Author: davidch Date: Mon May 2 20:43:24 2011 New Revision: 221342 URL: http://svn.freebsd.org/changeset/base/221342 Log: - Re-committed r220603 which was accidentally backed out by an earlier commit. - Fixed a bug in an unused debug macro. MFC after:One week. Modified:

svn commit: r221343 - head/sys/dev/bge

2011-05-02 Thread Marius Strobl
Author: marius Date: Mon May 2 20:45:19 2011 New Revision: 221343 URL: http://svn.freebsd.org/changeset/base/221343 Log: Fix an logic bug which caused jumbo buffers to not be synced. Reported and tested by: Michael Moll MFC after:3 days Modified: head/sys/dev/bge/if_bge.c

svn commit: r221346 - head/sys/netinet

2011-05-02 Thread John Baldwin
Author: jhb Date: Mon May 2 21:05:52 2011 New Revision: 221346 URL: http://svn.freebsd.org/changeset/base/221346 Log: Handle a rare edge case with nearly full TCP receive buffers. If a TCP buffer fills up causing the remote sender to enter into persist mode, but there is still room

svn commit: r221347 - in head/usr.bin/clang: clang tblgen

2011-05-02 Thread Dimitry Andric
Author: dim Date: Mon May 2 21:10:13 2011 New Revision: 221347 URL: http://svn.freebsd.org/changeset/base/221347 Log: Minor updates to the clang and tblgen manpages. Modified: head/usr.bin/clang/clang/clang.1 head/usr.bin/clang/tblgen/tblgen.1 Modified: head/usr.bin/clang/clang/clang.1

Re: svn-src-head Digest, Vol 88, Issue 2

2011-05-02 Thread Nikolai Lifanov
svn-src-head-requ...@freebsd.org wrote: Send svn-src-head mailing list submissions to svn-src-head@freebsd.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.freebsd.org/mailman/listinfo/svn-src-head or, via email, send a message with subject or body

svn commit: r221348 - head/sys/boot/i386/boot2

2011-05-02 Thread Dimitry Andric
Author: dim Date: Mon May 2 21:13:08 2011 New Revision: 221348 URL: http://svn.freebsd.org/changeset/base/221348 Log: Clang r130700 can now compile sys/boot/i386/boot2 with room to spare. Modified: head/sys/boot/i386/boot2/Makefile Modified: head/sys/boot/i386/boot2/Makefile

Re: svn commit: r221348 - head/sys/boot/i386/boot2

2011-05-02 Thread Alexander Best
On Mon May 2 11, Dimitry Andric wrote: Author: dim Date: Mon May 2 21:13:08 2011 New Revision: 221348 URL: http://svn.freebsd.org/changeset/base/221348 Log: Clang r130700 can now compile sys/boot/i386/boot2 with room to spare. congratulations! everybody hanging out in #freebsd-clang

svn commit: r221353 - head/sys/conf

2011-05-02 Thread Bjoern A. Zeeb
Author: bz Date: Mon May 2 22:54:24 2011 New Revision: 221353 URL: http://svn.freebsd.org/changeset/base/221353 Log: Add LINT-NOINET6 which we have inofficially supported for years and our users complained when broken. Similarly add LINT-NOINET, and for at least documentation purposes add

svn commit: r221354 - head/sys/dev/bxe

2011-05-02 Thread David Christensen
Author: davidch Date: Mon May 2 23:34:33 2011 New Revision: 221354 URL: http://svn.freebsd.org/changeset/base/221354 Log: - Fixed a typo in an if() statement when setting flow control for MTU greater than 5000 bytes. Submitted by: yongari Modified: head/sys/dev/bxe/if_bxe.c

svn commit: r221356 - head/sys/boot/ia64/common

2011-05-02 Thread Marcel Moolenaar
Author: marcel Date: Tue May 3 01:43:04 2011 New Revision: 221356 URL: http://svn.freebsd.org/changeset/base/221356 Log: Fix corner case where the size is a power of two. Modified: head/sys/boot/ia64/common/exec.c Modified: head/sys/boot/ia64/common/exec.c

svn commit: r221358 - head/lib/libstand

2011-05-02 Thread Craig Rodrigues
Author: rodrigc Date: Tue May 3 04:44:50 2011 New Revision: 221358 URL: http://svn.freebsd.org/changeset/base/221358 Log: Switch to ANSI function prototypes in a few places. Get rid of some unused parameter warnings. Modified: head/lib/libstand/__main.c head/lib/libstand/bswap.c