svn commit: r239934 - head/sys/arm/arm

2012-08-30 Thread Alan Cox
Author: alc Date: Fri Aug 31 02:59:44 2012 New Revision: 239934 URL: http://svn.freebsd.org/changeset/base/239934 Log: Replace all uses of the vm page queues lock by a r/w lock that is private to this pmap. Tested by:Ian Lepore Modified: head/sys/arm/arm/pmap.c Modified: head/sys/

Re: svn commit: r239927 - head/tools/tools/track

2012-08-30 Thread Doug Barton
On 08/30/2012 12:56 PM, Dag-Erling Sm�rgrav wrote: > Author: des > Date: Thu Aug 30 22:56:32 2012 > New Revision: 239927 > URL: http://svn.freebsd.org/changeset/base/239927 > > Log: > The error syntax has changed. > > Modified: > head/tools/tools/track/track.sh > > Modified: head/tools/too

svn commit: r239927 - head/tools/tools/track

2012-08-30 Thread Dag-Erling Sm�rgrav
Author: des Date: Thu Aug 30 22:56:32 2012 New Revision: 239927 URL: http://svn.freebsd.org/changeset/base/239927 Log: The error syntax has changed. Modified: head/tools/tools/track/track.sh Modified: head/tools/tools/track/track.sh ===

svn commit: r239923 - in head/sys: conf kern sys

2012-08-30 Thread Attilio Rao
Author: attilio Date: Thu Aug 30 21:22:47 2012 New Revision: 239923 URL: http://svn.freebsd.org/changeset/base/239923 Log: Post r222812 KTR_CPUMASK started being initialized only as a tunable handler and not more statically. Unfortunately, it seems that this is not ideal for new platform

svn commit: r239922 - in head/sys: arm/broadcom arm/broadcom/bcm2835 arm/conf boot/fdt/dts

2012-08-30 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Aug 30 20:59:37 2012 New Revision: 239922 URL: http://svn.freebsd.org/changeset/base/239922 Log: Add barebone Raspberry Pi port. Supported parts: - Interrupts controller - Watchdog - System timer - Framebuffer (hardcoded resolution/bpp) Added: head/sys/

svn commit: r239919 - in head/sys: conf dev/uart

2012-08-30 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Aug 30 20:31:53 2012 New Revision: 239919 URL: http://svn.freebsd.org/changeset/base/239919 Log: Add PrimeCell UART (PL011) driver Obtained from:Semihalf Added: head/sys/dev/uart/uart_dev_pl011.c (contents, props changed) Modified: head/sys/conf/files

svn commit: r239913 - head/sys/dev/cxgb

2012-08-30 Thread John Baldwin
Author: jhb Date: Thu Aug 30 17:47:39 2012 New Revision: 239913 URL: http://svn.freebsd.org/changeset/base/239913 Log: Attach interrupt handlers during attach instead of during the first time the interface is brought up. Without this, the boot time interrupt round-robin assignment does not

svn commit: r239912 - head/sys/dev/amr

2012-08-30 Thread John Baldwin
Author: jhb Date: Thu Aug 30 17:37:01 2012 New Revision: 239912 URL: http://svn.freebsd.org/changeset/base/239912 Log: Use callout(9) rather than timeout(9). Note that the periodic timer in amr(4) is never started, so this should be even more of a NOP than normal. Modified: head/sys/dev/

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

2012-08-30 Thread Adrian Chadd
Author: adrian Date: Thu Aug 30 17:35:12 2012 New Revision: 239911 URL: http://svn.freebsd.org/changeset/base/239911 Log: The DIR-825 cal data is in an odd spot. I don't know why it's here. (This works on my board because I wrote new caldata into this spot; but this obviously won't work f

svn commit: r239910 - head/usr.sbin/ac

2012-08-30 Thread Ed Schouten
Author: ed Date: Thu Aug 30 16:45:27 2012 New Revision: 239910 URL: http://svn.freebsd.org/changeset/base/239910 Log: Massively refactor ac(8). - Use queue(3) -- not some homegrown implementation of linked lists. - Rename structures to _entry, as they are entries in the linked list --

svn commit: r239909 - head/sys/dev/usb/controller

2012-08-30 Thread Hans Petter Selasky
Author: hselasky Date: Thu Aug 30 16:19:05 2012 New Revision: 239909 URL: http://svn.freebsd.org/changeset/base/239909 Log: Preparations for adding USB HOST mode to the DWC OTG driver. Merge register file with external one and put all register definitions in a separate file. Submitted b

svn commit: r239908 - head/sys/dev/sound/pci/hda

2012-08-30 Thread Alexander Motin
Author: mav Date: Thu Aug 30 15:47:20 2012 New Revision: 239908 URL: http://svn.freebsd.org/changeset/base/239908 Log: Add bunch of ATI HDMI HDA controller IDs. Submitted by: Dmitry Luhtionov MFC after:1 week Modified: head/sys/dev/sound/pci/hda/hdac.c head/sys/dev/sound/pci/hda

svn commit: r239907 - in head/sys/dev: ahci ata ata/chipsets

2012-08-30 Thread Alexander Motin
Author: mav Date: Thu Aug 30 15:23:59 2012 New Revision: 239907 URL: http://svn.freebsd.org/changeset/base/239907 Log: Add IDs for JMicron JMB360/JMB362 AHCI SATA controllers. MFC after:1 week Modified: head/sys/dev/ahci/ahci.c head/sys/dev/ata/ata-pci.h head/sys/dev/ata/chipsets

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

2012-08-30 Thread John Baldwin
Author: jhb Date: Thu Aug 30 14:44:30 2012 New Revision: 239906 URL: http://svn.freebsd.org/changeset/base/239906 Log: Clarify that bus_dma does not stall future load requests once a load is deferred. The caller is required to enforce that if that is desired. MFC after:2 weeks Modif

svn commit: r239905 - head/sys/net

2012-08-30 Thread Gleb Smirnoff
Author: glebius Date: Thu Aug 30 12:18:45 2012 New Revision: 239905 URL: http://svn.freebsd.org/changeset/base/239905 Log: In ifc_alloc_unit(): - In the !wildcard case, return ENOSPC instead of confusing EEXIST in case if ifc->ifc_maxunit reached. - Fix unit leak, that I've introduced in

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

2012-08-30 Thread Sergey Kandaurov
Author: pluknet Date: Thu Aug 30 11:52:26 2012 New Revision: 239904 URL: http://svn.freebsd.org/changeset/base/239904 Log: Remove a duplicated "thread". Modified: head/share/man/man9/locking.9 Modified: head/share/man/man9/locking.9 ===

svn commit: r239898 - head/usr.bin/truss

2012-08-30 Thread Andrey Zonov
Author: zont Date: Thu Aug 30 08:54:13 2012 New Revision: 239898 URL: http://svn.freebsd.org/changeset/base/239898 Log: - Remove unused variables. - Fix warnings about comparing signed and unsigned ints. Approved by: kib (mentor) Modified: head/usr.bin/truss/powerpc-fbsd.c head/usr.

svn commit: r239896 - head/usr.sbin/watchdogd

2012-08-30 Thread Andrey Zonov
Author: zont Date: Thu Aug 30 08:07:37 2012 New Revision: 239896 URL: http://svn.freebsd.org/changeset/base/239896 Log: - It's also need to lock current memory. Approved by: kib (mentor) MFC after:1 week Modified: head/usr.sbin/watchdogd/watchdogd.c Modified: head/usr.sbin/watchd

svn commit: r239895 - head/sys/vm

2012-08-30 Thread Andrey Zonov
Author: zont Date: Thu Aug 30 08:03:33 2012 New Revision: 239895 URL: http://svn.freebsd.org/changeset/base/239895 Log: - Remove accounting of locked memory from vsunlock(9) that I missed in r239818. Approved by: kib (mentor) Modified: head/sys/vm/vm_glue.c Modified: head/sys/vm/vm_gl