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: r209453 - releng/8.1/etc/namedb

2010-06-22 Thread Doug Barton
Author: dougb Date: Wed Jun 23 03:56:53 2010 New Revision: 209453 URL: http://svn.freebsd.org/changeset/base/209453 Log: MFC 209286: Add the address for i.root-servers.net Approved by: re (kensmith) Modified: releng/8.1/etc/namedb/named.root Directory Properties: releng/8.1/

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: r209451 - stable/6/etc/namedb

2010-06-22 Thread Doug Barton
Author: dougb Date: Tue Jun 22 21:14:15 2010 New Revision: 209451 URL: http://svn.freebsd.org/changeset/base/209451 Log: MFC 209286: Add the address for i.root-servers.net Modified: stable/6/etc/namedb/named.root Directory Properties: stable/6/etc/ (props changed) Modified: sta

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: r209449 - stable/7/etc/namedb

2010-06-22 Thread Doug Barton
Author: dougb Date: Tue Jun 22 21:13:35 2010 New Revision: 209449 URL: http://svn.freebsd.org/changeset/base/209449 Log: MFC 209286: Add the address for i.root-servers.net Modified: stable/7/etc/namedb/named.root Directory Properties: stable/7/etc/ (props changed) Modified: sta

svn commit: r209448 - stable/8/etc/namedb

2010-06-22 Thread Doug Barton
Author: dougb Date: Tue Jun 22 21:12:44 2010 New Revision: 209448 URL: http://svn.freebsd.org/changeset/base/209448 Log: MFC 209286: Add the address for i.root-servers.net Modified: stable/8/etc/namedb/named.root Directory Properties: stable/8/etc/ (props changed) Modified: sta

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: r209441 - releng/8.1/lib/libpam/modules/pam_lastlog

2010-06-22 Thread Dag-Erling Smorgrav
Author: des Date: Tue Jun 22 19:56:07 2010 New Revision: 209441 URL: http://svn.freebsd.org/changeset/base/209441 Log: merge r196650 from head (via stable/8): tty might be NULL Approved by: re (kib@) Modified: releng/8.1/lib/libpam/modules/pam_lastlog/pam_lastlog.c Directory Properties:

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: r209439 - stable/8/sys/dev/hptmv

2010-06-22 Thread Alexander Motin
Author: mav Date: Tue Jun 22 19:24:07 2010 New Revision: 209439 URL: http://svn.freebsd.org/changeset/base/209439 Log: MFC r209341: Report transport type in XPT_PATH_INQ. Modified: stable/8/sys/dev/hptmv/entry.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/in

svn commit: r209438 - stable/8/sys/dev/hptiop

2010-06-22 Thread Alexander Motin
Author: mav Date: Tue Jun 22 19:22:34 2010 New Revision: 209438 URL: http://svn.freebsd.org/changeset/base/209438 Log: MFC r209340: Report transport type in XPT_PATH_INQ. PR: i386/147929 Modified: stable/8/sys/dev/hptiop/hptiop.c Directory Properties: stable/8/sys/ (props

svn commit: r209434 - stable/8/sbin/geom/class/part

2010-06-22 Thread Andrey V. Elsukov
Author: ae Date: Tue Jun 22 18:24:26 2010 New Revision: 209434 URL: http://svn.freebsd.org/changeset/base/209434 Log: MFC r198478 (by lulf): - Initialize variable in order to avoid GCC warning and enable WARNS=6. PR: bin/139970 Submitted by: Ulrich Spörlein Approved by: ki

svn commit: r209433 - releng/8.1/sys/netinet

2010-06-22 Thread Michael Tuexen
Author: tuexen Date: Tue Jun 22 17:45:21 2010 New Revision: 209433 URL: http://svn.freebsd.org/changeset/base/209433 Log: MFC 209264 * Fix a bug where the length of the ASCONF-ACK was calculated wrong due to using an uninitialized variable. * Fix a bug where a NULL pointer was derefer

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: r209430 - stable/8/lib/libpam/modules/pam_lastlog

2010-06-22 Thread Dag-Erling Smorgrav
Author: des Date: Tue Jun 22 15:01:23 2010 New Revision: 209430 URL: http://svn.freebsd.org/changeset/base/209430 Log: merge r196650 (check that tty != NULL, prevents segfault on session close) Modified: stable/8/lib/libpam/modules/pam_lastlog/pam_lastlog.c Directory Properties: stable/8/li

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

svn commit: r209427 - stable/8/sbin/geom/class/part

2010-06-22 Thread Andrey V. Elsukov
Author: ae Date: Tue Jun 22 09:45:20 2010 New Revision: 209427 URL: http://svn.freebsd.org/changeset/base/209427 Log: MFC r198235: Clean up markup (mainly). Approved by: kib (mentor) Modified: stable/8/sbin/geom/class/part/gpart.8 Directory Properties: stable/8/sbin/geom/ (props c

svn commit: r209426 - stable/8/share/examples/kld/syscall/test

2010-06-22 Thread Konstantin Belousov
Author: kib Date: Tue Jun 22 08:58:13 2010 New Revision: 209426 URL: http://svn.freebsd.org/changeset/base/209426 Log: MFC r209199: Fix the syscall module name after r205320. Modified: stable/8/share/examples/kld/syscall/test/call.c Directory Properties: stable/8/share/examples/kld/syscal

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

svn commit: r209424 - stable/7/sys/geom/label

2010-06-22 Thread Andriy Gapon
Author: avg Date: Tue Jun 22 08:17:55 2010 New Revision: 209424 URL: http://svn.freebsd.org/changeset/base/209424 Log: MFC r208672: g_label: fix possible NULL pointer dereference Modified: stable/7/sys/geom/label/g_label.c Directory Properties: stable/7/sys/ (props changed) stable/7/sys

svn commit: r209423 - stable/8/sys/geom/label

2010-06-22 Thread Andriy Gapon
Author: avg Date: Tue Jun 22 08:17:20 2010 New Revision: 209423 URL: http://svn.freebsd.org/changeset/base/209423 Log: MFC r208672: g_label: fix possible NULL pointer dereference Modified: stable/8/sys/geom/label/g_label.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys

Re: svn commit: r209308 - stable/8/sys/dev/ixgbe

2010-06-22 Thread Andriy Gapon
on 18/06/2010 19:36 Jack F Vogel said the following: > Author: jfv > Date: Fri Jun 18 16:36:57 2010 > New Revision: 209308 > URL: http://svn.freebsd.org/changeset/base/209308 > > Log: > MFC of ixgbe driver version 2.2.1 > -mostly stability fixes > > MFC to RELENG 8.1 asap > > Modified:

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: r209418 - stable/8/sys/dev/amdsbwd

2010-06-22 Thread Andriy Gapon
Author: avg Date: Tue Jun 22 07:55:30 2010 New Revision: 209418 URL: http://svn.freebsd.org/changeset/base/209418 Log: MFC r208670: amdsbwd: fix nonsensical timeout calculations Modified: stable/8/sys/dev/amdsbwd/amdsbwd.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys

svn commit: r209417 - stable/8/sys/boot/zfs

2010-06-22 Thread Andriy Gapon
Author: avg Date: Tue Jun 22 07:54:19 2010 New Revision: 209417 URL: http://svn.freebsd.org/changeset/base/209417 Log: MFC r208669: zfs boot: fix error handling in zfs_readdir Modified: stable/8/sys/boot/zfs/zfs.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/in

svn commit: r209416 - stable/7/sys/dev/amdsbwd

2010-06-22 Thread Andriy Gapon
Author: avg Date: Tue Jun 22 07:52:58 2010 New Revision: 209416 URL: http://svn.freebsd.org/changeset/base/209416 Log: MFC r208670: amdsbwd: fix nonsensical timeout calculations Modified: stable/7/sys/dev/amdsbwd/amdsbwd.c Directory Properties: stable/7/sys/ (props changed) stable/7/sys

svn commit: r209415 - stable/7/sys/boot/zfs

2010-06-22 Thread Andriy Gapon
Author: avg Date: Tue Jun 22 07:46:54 2010 New Revision: 209415 URL: http://svn.freebsd.org/changeset/base/209415 Log: MFC r208669: zfs boot: fix error handling in zfs_readdir Modified: stable/7/sys/boot/zfs/zfs.c Directory Properties: stable/7/sys/ (props changed) stable/7/sys/cddl/con

svn commit: r209414 - stable/8/sys/geom/part

2010-06-22 Thread Andrey V. Elsukov
Author: ae Date: Tue Jun 22 07:38:30 2010 New Revision: 209414 URL: http://svn.freebsd.org/changeset/base/209414 Log: MFC r207178: Fix undo for schemes that have internal partitions. Internal partitions do not constitute user-visible or active partitions and as such should not prevent undo

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/