svn commit: r223491 - in head: libexec/tftpd usr.bin/tftp

2011-06-23 Thread Craig Rodrigues
Author: rodrigc Date: Fri Jun 24 05:41:38 2011 New Revision: 223491 URL: http://svn.freebsd.org/changeset/base/223491 Log: Acknowledge Edwin Groothuis for the major rewrite he did of the tftpd and tftp code to support TFTP blocksize. Modified: head/libexec/tftpd/tftpd.8 head/usr.bin/tftp/

svn commit: r223490 - head/tools/tools/bus_autoconf

2011-06-23 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jun 24 04:35:58 2011 New Revision: 223490 URL: http://svn.freebsd.org/changeset/base/223490 Log: - Make sure we don't match the wrong device by adding a match for the bus the device belongs to. PR: misc/157903 MFC after:14 days Modified: head/

svn commit: r223489 - in head: sys/dev/usb tools/tools/bus_autoconf

2011-06-23 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jun 24 04:16:06 2011 New Revision: 223489 URL: http://svn.freebsd.org/changeset/base/223489 Log: - Add additional information to the PnP info of USB HUBs children which is now required by bus_autoconf. - Allow interface class matching even if device class is vend

svn commit: r223488 - head/lib/libstand

2011-06-23 Thread Craig Rodrigues
Author: rodrigc Date: Fri Jun 24 03:50:54 2011 New Revision: 223488 URL: http://svn.freebsd.org/changeset/base/223488 Log: Fixes to newer tftp code in libstand: (1) Coding style changes. (2) If the server does not acknowledge any blocksize option, revert to the default blocksize of

Re: svn commit: r223464 - head/sys/vm

2011-06-23 Thread Jayachandran C.
On Fri, Jun 24, 2011 at 1:33 AM, Alan Cox wrote: > On 6/23/2011 1:30 PM, Warner Losh wrote: >> >> On Jun 23, 2011, at 2:17 AM, Bjoern A. Zeeb wrote: >> >>> On Jun 23, 2011, at 5:24 AM, Alan Cox wrote: >>> Author: alc Date: Thu Jun 23 05:23:59 2011 New Revision: 223464 URL: http

svn commit: r223487 - head/libexec/tftpd

2011-06-23 Thread Craig Rodrigues
Author: rodrigc Date: Fri Jun 24 02:56:24 2011 New Revision: 223487 URL: http://svn.freebsd.org/changeset/base/223487 Log: Bring back synchnet() implementation from older tftp implementation. The synchnet() function was converted to a no-op when the new TFTP implementation was committed t

svn commit: r223486 - in head: sys/dev/sound/usb sys/dev/usb sys/dev/usb/input sys/dev/usb/net sys/dev/usb/serial sys/dev/usb/storage sys/dev/usb/wlan sys/netgraph/bluetooth/drivers/ubt sys/netgrap...

2011-06-23 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jun 24 02:30:02 2011 New Revision: 223486 URL: http://svn.freebsd.org/changeset/base/223486 Log: - Move all USB device ID arrays into so-called sections, sorted according to the mode which they support: host, device or dual mode - Add generic tool to extr

svn commit: r223485 - in head/sys/powerpc: aim booke include ofw powerpc

2011-06-23 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Jun 23 22:21:28 2011 New Revision: 223485 URL: http://svn.freebsd.org/changeset/base/223485 Log: Use the ABI-mandated thread pointer register (r2 for ppc32, r13 for ppc64) instead of a PCPU field for curthread. This averts a race on SMP systems with a high interr

Re: svn commit: r223464 - head/sys/vm

2011-06-23 Thread Warner Losh
On Jun 23, 2011, at 2:03 PM, Alan Cox wrote: > On 6/23/2011 1:30 PM, Warner Losh wrote: >> On Jun 23, 2011, at 2:17 AM, Bjoern A. Zeeb wrote: >> >>> On Jun 23, 2011, at 5:24 AM, Alan Cox wrote: >>> Author: alc Date: Thu Jun 23 05:23:59 2011 New Revision: 223464 URL: http://s

svn commit: r223484 - head/contrib/binutils/gas/config

2011-06-23 Thread Dimitry Andric
Author: dim Date: Thu Jun 23 20:54:44 2011 New Revision: 223484 URL: http://svn.freebsd.org/changeset/base/223484 Log: Make GNU as recognize the ARM 'rrx' mnemonic, which can be generated by clang for certain expressions. Code taken from Apple cctools (GPLv2). Submitted by: damjan.mar...

svn commit: r223483 - in head/sys/modules: cxgbe/if_cxgbe nfscl nfscommon

2011-06-23 Thread Ulrich Spoerlein
Author: uqs Date: Thu Jun 23 20:31:52 2011 New Revision: 223483 URL: http://svn.freebsd.org/changeset/base/223483 Log: Fix make buildworld -DMODULES_WITH_WORLD Sort opt_ srcs Modified: head/sys/modules/cxgbe/if_cxgbe/Makefile head/sys/modules/nfscl/Makefile head/sys/modules/nfscommon/Ma

Re: svn commit: r223464 - head/sys/vm

2011-06-23 Thread Alan Cox
On 6/23/2011 1:30 PM, Warner Losh wrote: On Jun 23, 2011, at 2:17 AM, Bjoern A. Zeeb wrote: On Jun 23, 2011, at 5:24 AM, Alan Cox wrote: Author: alc Date: Thu Jun 23 05:23:59 2011 New Revision: 223464 URL: http://svn.freebsd.org/changeset/base/223464 Log: Revert to using the page queues lock

Re: svn commit: r223464 - head/sys/vm

2011-06-23 Thread Warner Losh
On Jun 23, 2011, at 2:17 AM, Bjoern A. Zeeb wrote: > > On Jun 23, 2011, at 5:24 AM, Alan Cox wrote: > >> Author: alc >> Date: Thu Jun 23 05:23:59 2011 >> New Revision: 223464 >> URL: http://svn.freebsd.org/changeset/base/223464 >> >> Log: >> Revert to using the page queues lock in vm_page_clea

svn commit: r223482 - head/sys/dev/e1000

2011-06-23 Thread Jack F Vogel
Author: jfv Date: Thu Jun 23 17:42:27 2011 New Revision: 223482 URL: http://svn.freebsd.org/changeset/base/223482 Log: Put back the global for rx processing due to popular demand. Modified: head/sys/dev/e1000/if_igb.c Modified: head/sys/dev/e1000/if_igb.c

Re: svn commit: r223475 - head/sys/cam/ata

2011-06-23 Thread Andrey Chernov
Here is old cd0 probe message with old kernel when it was probed, just in case it helps (nothing unusual with it, and it still works under Win7): cd0 at ata2 bus 0 scbus2 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 100.000MB/s transfers (UDMA5, ATAPI 12bytes, PIO 65534bytes) cd0: Atte

Re: svn commit: r223426 - in head/sys: dev/acpica kern sys x86/x86

2011-06-23 Thread Alexander Motin
Marcel Moolenaar wrote: > On Jun 22, 2011, at 6:36 PM, Alexander Motin wrote: >> Marcel Moolenaar wrote: >>> On Jun 22, 2011, at 5:30 PM, Alexander Motin wrote: Marcel Moolenaar wrote: > On Jun 22, 2011, at 4:24 PM, Jung-uk Kim wrote: >> I just realized kern_clocksource.c was excluded

svn commit: r223479 - head/sys/powerpc/aim

2011-06-23 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Jun 23 16:34:41 2011 New Revision: 223479 URL: http://svn.freebsd.org/changeset/base/223479 Log: Clear any outstanding atomic reservations when traps are taken. This fixes some interesting bugs (mostly on SMP systems) with atomic operations silently failing in in

Re: svn commit: r223475 - head/sys/cam/ata

2011-06-23 Thread Andrey Chernov
On Thu, Jun 23, 2011 at 08:00:10PM +0400, Andrey Chernov wrote: > On Thu, Jun 23, 2011 at 03:10:44PM +, Alexander Motin wrote: > > Author: mav > > Date: Thu Jun 23 15:10:44 2011 > > New Revision: 223475 > > URL: http://svn.freebsd.org/changeset/base/223475 > > > > Log: > > Fix ATAPI breakage

svn commit: r223478 - head/sys/ia64/ia64

2011-06-23 Thread Marcel Moolenaar
Author: marcel Date: Thu Jun 23 16:21:43 2011 New Revision: 223478 URL: http://svn.freebsd.org/changeset/base/223478 Log: Unblock the outgoing thread after we performed pmap_switch() to switch the region registers. pmap_switch() returns the pmap for which the region register are currently pr

Re: svn commit: r223475 - head/sys/cam/ata

2011-06-23 Thread Andrey Chernov
On Thu, Jun 23, 2011 at 03:10:44PM +, Alexander Motin wrote: > Author: mav > Date: Thu Jun 23 15:10:44 2011 > New Revision: 223475 > URL: http://svn.freebsd.org/changeset/base/223475 > > Log: > Fix ATAPI breakage introduced by r223443. It made SCSI commands to ATAPI > device to never compl

svn commit: r223477 - head/sys/boot/i386/zfsboot

2011-06-23 Thread John Baldwin
Author: jhb Date: Thu Jun 23 15:53:17 2011 New Revision: 223477 URL: http://svn.freebsd.org/changeset/base/223477 Log: The recent change to increase the zfsboot size to 64k made a few BIOSes unhappy (probably they don't handle crossing the 64k boundary, etc.). Fix this by changing zfsldr to

Re: svn commit: r223426 - in head/sys: dev/acpica kern sys x86/x86

2011-06-23 Thread Marcel Moolenaar
On Jun 22, 2011, at 6:36 PM, Alexander Motin wrote: > Marcel Moolenaar wrote: >> On Jun 22, 2011, at 5:30 PM, Alexander Motin wrote: >>> Marcel Moolenaar wrote: On Jun 22, 2011, at 4:24 PM, Jung-uk Kim wrote: > I just realized kern_clocksource.c was excluded for arm and ia64. > Her

svn commit: r223475 - head/sys/cam/ata

2011-06-23 Thread Alexander Motin
Author: mav Date: Thu Jun 23 15:10:44 2011 New Revision: 223475 URL: http://svn.freebsd.org/changeset/base/223475 Log: Fix ATAPI breakage introduced by r223443. It made SCSI commands to ATAPI device to never complete, that caused probe process (system boot) stuck. Modified: head/sys/cam/ata

svn commit: r223474 - head/sys/dev/ath/ath_hal

2011-06-23 Thread Adrian Chadd
Author: adrian Date: Thu Jun 23 12:11:43 2011 New Revision: 223474 URL: http://svn.freebsd.org/changeset/base/223474 Log: add missing #define for the non-debug case. Modified: head/sys/dev/ath/ath_hal/ah_internal.h Modified: head/sys/dev/ath/ath_hal/ah_internal.h

svn commit: r223473 - head/share/man/man4

2011-06-23 Thread Gleb Smirnoff
Author: glebius Date: Thu Jun 23 10:43:36 2011 New Revision: 223473 URL: http://svn.freebsd.org/changeset/base/223473 Log: Document that autoSrcAddr isn't re-enabled on NGM_SHUTDOWN. Submitted by: Vadim Goncharov Modified: head/share/man/man4/ng_ether.4 Modified: head/share/man/man4/ng

svn commit: r223472 - head/sys/dev/usb/template

2011-06-23 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 23 10:35:45 2011 New Revision: 223472 URL: http://svn.freebsd.org/changeset/base/223472 Log: - Add some comments about the origin of some USB descriptors. MFC after:7 days Modified: head/sys/dev/usb/template/usb_template_audio.c head/sys/dev/usb/templ

svn commit: r223471 - head/sys/powerpc/aim

2011-06-23 Thread Andreas Tobler
Author: andreast Date: Thu Jun 23 09:46:12 2011 New Revision: 223471 URL: http://svn.freebsd.org/changeset/base/223471 Log: Fix merge typo. Modified: head/sys/powerpc/aim/mmu_oea64.c Modified: head/sys/powerpc/aim/mmu_oea64.c ==

svn commit: r223470 - head/sys/powerpc/powerpc

2011-06-23 Thread Andreas Tobler
Author: andreast Date: Thu Jun 23 09:43:53 2011 New Revision: 223470 URL: http://svn.freebsd.org/changeset/base/223470 Log: Add leading zeros when printing the stackframe on __powerpc64__. Modified: head/sys/powerpc/powerpc/db_trace.c Modified: head/sys/powerpc/powerpc/db_trace.c ===

svn commit: r223469 - head/sys/netgraph

2011-06-23 Thread Gleb Smirnoff
Author: glebius Date: Thu Jun 23 09:42:41 2011 New Revision: 223469 URL: http://svn.freebsd.org/changeset/base/223469 Log: Be consistent with r160968: keep autoSrcAddr flag untouched when node receives NGM_SHUTDOWN. Submitted by: pluknet Modified: head/sys/netgraph/ng_ether.c Modified

Re: svn commit: r223464 - head/sys/vm

2011-06-23 Thread Bjoern A. Zeeb
On Jun 23, 2011, at 5:24 AM, Alan Cox wrote: > Author: alc > Date: Thu Jun 23 05:23:59 2011 > New Revision: 223464 > URL: http://svn.freebsd.org/changeset/base/223464 > > Log: > Revert to using the page queues lock in vm_page_clear_dirty_mask() on > MIPS. (At present, although atomic_clear_ch

svn commit: r223467 - in head/sys: conf dev/usb dev/usb/template modules/usb/template

2011-06-23 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 23 07:54:03 2011 New Revision: 223467 URL: http://svn.freebsd.org/changeset/base/223467 Log: - Add more USB templates for various USB device classes - Add basic template support for USB 3.0 - Export definition of template sysctl numbers through usb_ioctl.h