svn commit: r209456 - head/sys/x86/isa

2010-06-22 Thread Alexander Motin
Author: mav Date: Wed Jun 23 05:43:21 2010 New Revision: 209456 URL: http://svn.freebsd.org/changeset/base/209456 Log: Do not trust IRQ reported by ACPI. There are cases when it is wrong. Modified: head/sys/x86/isa/atrtc.c head/sys/x86/isa/clock.c Modified: head/sys/x86/isa/atrtc.c ===

svn commit: r209455 - head/share/examples/perfmon

2010-06-22 Thread Kevin Lo
Author: kevlo Date: Wed Jun 23 04:42:47 2010 New Revision: 209455 URL: http://svn.freebsd.org/changeset/base/209455 Log: Fix missing argument for errx(). While here, clean up the code a bit. Modified: head/share/examples/perfmon/perfmon.c Modified: head/share/examples/perfmon/perfmon.c ===

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

2010-06-22 Thread Adrian Chadd
Author: adrian Date: Wed Jun 23 03:59:26 2010 New Revision: 209454 URL: http://svn.freebsd.org/changeset/base/209454 Log: AR71XX GPIO register definitions. Reviewed by: gonzo@ Modified: head/sys/mips/atheros/ar71xxreg.h Modified: head/sys/mips/atheros/ar71xxreg.h ==

svn commit: r209452 - head/sys/dev/sound/usb

2010-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 22 21:16:18 2010 New Revision: 209452 URL: http://svn.freebsd.org/changeset/base/209452 Log: - fix for USB audio devices which use the 7-byte endpoint descriptor instead of the 9-byte one. - remove sync-endpoint code, which is currently unused. Reported

svn commit: r209450 - head/sys/dev/sound/usb

2010-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 22 21:13:36 2010 New Revision: 209450 URL: http://svn.freebsd.org/changeset/base/209450 Log: Reduce MIDI input buffer size to one USB packet, hence some USB devices don't properly short terminate their transfers. This fixes a problem where input appears several

svn commit: r209447 - in head/sys/dev/usb: . wlan

2010-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 22 21:08:45 2010 New Revision: 209447 URL: http://svn.freebsd.org/changeset/base/209447 Log: Add new device id. PR: usb/147190 Modified: head/sys/dev/usb/usbdevs head/sys/dev/usb/wlan/if_upgt.c Modified: head/sys/dev/usb/usbdevs

svn commit: r209446 - head/usr.sbin/sysinstall

2010-06-22 Thread Randi Harper
Author: randi Date: Tue Jun 22 21:06:33 2010 New Revision: 209446 URL: http://svn.freebsd.org/changeset/base/209446 Log: Remove unnecessarily inflammatory commentary. Approved by: cperciva (mentor) Modified: head/usr.sbin/sysinstall/sysinstall.8 Modified: head/usr.sbin/sysinstall/sysin

svn commit: r209445 - in head/sys/dev/usb: . quirk

2010-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 22 21:03:13 2010 New Revision: 209445 URL: http://svn.freebsd.org/changeset/base/209445 Log: Add a mass storage quirk. PR: usb/147196 Modified: head/sys/dev/usb/quirk/usb_quirk.c head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/quirk/usb_quir

svn commit: r209444 - head/sys/dev/usb/net

2010-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 22 21:01:40 2010 New Revision: 209444 URL: http://svn.freebsd.org/changeset/base/209444 Log: Add new device id. PR: usb/146907 Modified: head/sys/dev/usb/net/if_rue.c Modified: head/sys/dev/usb/net/if_rue.c

svn commit: r209443 - in head/sys/dev/usb: . controller

2010-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 22 20:57:48 2010 New Revision: 209443 URL: http://svn.freebsd.org/changeset/base/209443 Log: Add support for LOW speed BULK transfers. This mode is not recommended by the USB 2.0 standard, though some USB devices use it anyway. Submitted by: Hans Petter Sela

svn commit: r209442 - head/sys/modules/mqueue

2010-06-22 Thread Andrew Thompson
Author: thompsa Date: Tue Jun 22 20:52:35 2010 New Revision: 209442 URL: http://svn.freebsd.org/changeset/base/209442 Log: Add missing opt_compat.h dependency. Found by: Garrett Cooper Modified: head/sys/modules/mqueue/Makefile Modified: head/sys/modules/mqueue/Makefile

svn commit: r209440 - in head/sys: dev/acpica x86/isa

2010-06-22 Thread Alexander Motin
Author: mav Date: Tue Jun 22 19:42:27 2010 New Revision: 209440 URL: http://svn.freebsd.org/changeset/base/209440 Log: Add "legacy route" support to HPET driver. When enabled, this mode makes HPET to steal IRQ0 from i8254 and IRQ8 from RTC timers. It can be suitable for HPETs without FSB int

svn commit: r209432 - in head/sys: amd64/amd64 conf i386/i386

2010-06-22 Thread Alexander Motin
Author: mav Date: Tue Jun 22 16:20:10 2010 New Revision: 209432 URL: http://svn.freebsd.org/changeset/base/209432 Log: Some style fixes for r209371. Submitted by: jhb@ Modified: head/sys/amd64/amd64/mp_machdep.c head/sys/conf/files.amd64 head/sys/conf/files.i386 head/sys/i386/i386/

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

2010-06-22 Thread Alexander Motin
Author: mav Date: Tue Jun 22 16:10:48 2010 New Revision: 209431 URL: http://svn.freebsd.org/changeset/base/209431 Log: Do not set level-triggered interrupt mode if we are not going to use it. This fixes QEMU crash due to unsupported level-triggered HPET interrupts. Reported by: kib@ Mod

svn commit: r209429 - head/tools/tools/netrate/tcpp

2010-06-22 Thread Robert Watson
Author: rwatson Date: Tue Jun 22 10:46:57 2010 New Revision: 209429 URL: http://svn.freebsd.org/changeset/base/209429 Log: Add TCP scalability testing wrapper scripts for tcpp. Sponsored by: Juniper Networks MFC after:1 week Added: head/tools/tools/netrate/tcpp/parallelism.csh (c

svn commit: r209428 - head/tools/tools/netrate/tcpp

2010-06-22 Thread Robert Watson
Author: rwatson Date: Tue Jun 22 10:45:35 2010 New Revision: 209428 URL: http://svn.freebsd.org/changeset/base/209428 Log: Revised tuning advice for tcpp benchmarking: do it in loader.conf, and tweak more TCP/stack parameters. Sponsored by: Juniper Networks MFC after:1 week Modifie

Re: svn commit: r209371 - in head/sys: amd64/amd64 amd64/include conf dev/acpica i386/i386 i386/include isa kern pc98/cbus sys x86/isa x86/x86

2010-06-22 Thread Kostik Belousov
On Tue, Jun 22, 2010 at 11:12:40AM +0300, Alexander Motin wrote: > Kostik Belousov wrote: > > On Tue, Jun 22, 2010 at 12:12:44AM +0300, Alexander Motin wrote: > >> Kostik Belousov wrote: > >>> Witness patch worked for me, and I can boot multiuser in the qemu-hosted > >>> system with hint.hpet.0.clo

svn commit: r209425 - head/sys/fs/udf

2010-06-22 Thread Andriy Gapon
Author: avg Date: Tue Jun 22 08:22:25 2010 New Revision: 209425 URL: http://svn.freebsd.org/changeset/base/209425 Log: udf_vnops: cosmetic followup to r208671 - better looking code Suggested by: jhb MFC after:3 days Modified: head/sys/fs/udf/udf_vnops.c Modified: head/sys/fs/udf/u

Re: svn commit: r209371 - in head/sys: amd64/amd64 amd64/include conf dev/acpica i386/i386 i386/include isa kern pc98/cbus sys x86/isa x86/x86

2010-06-22 Thread Alexander Motin
Kostik Belousov wrote: > On Tue, Jun 22, 2010 at 12:12:44AM +0300, Alexander Motin wrote: >> Kostik Belousov wrote: >>> Witness patch worked for me, and I can boot multiuser in the qemu-hosted >>> system with hint.hpet.0.clock=0. Does the same hint should work for >>> amd64 ? >> Yes. >> >>> The iss

svn commit: r209413 - head/contrib/binutils/binutils/doc

2010-06-22 Thread Andriy Gapon
Author: avg Date: Tue Jun 22 07:31:05 2010 New Revision: 209413 URL: http://svn.freebsd.org/changeset/base/209413 Log: readelf.1: remove duplicate -u/--unwind option description MFC after:2 weeks Modified: head/contrib/binutils/binutils/doc/readelf.1 Modified: head/contrib/binutils/