svn commit: r238361 - head/sys/dev/usb

2012-07-10 Thread Hiroki Sato
Author: hrs Date: Wed Jul 11 02:57:32 2012 New Revision: 238361 URL: http://svn.freebsd.org/changeset/base/238361 Log: Merge from r234532: - Fix an ifname matching issue which prevented "ifconfig wlan0 create" from working. - Return non-zero status when unit < 0. Spotted by: dh

svn commit: r238360 - in head/sys/dev/virtio: . balloon block network pci

2012-07-10 Thread Peter Grehan
Author: grehan Date: Wed Jul 11 02:57:19 2012 New Revision: 238360 URL: http://svn.freebsd.org/changeset/base/238360 Log: Various VirtIO improvements PCI: - Properly handle interrupt fallback from MSIX to MSI to legacy. The host may not have sufficient resources

svn commit: r238359 - head/sys/vm

2012-07-10 Thread Attilio Rao
Author: attilio Date: Wed Jul 11 01:04:59 2012 New Revision: 238359 URL: http://svn.freebsd.org/changeset/base/238359 Log: Document the object type movements, related to swp_pager_copy(), in vm_object_collapse() and vm_object_split(). In collabouration with: alc MFC after:3 da

svn commit: r238358 - head/sys/arm/at91

2012-07-10 Thread Warner Losh
Author: imp Date: Tue Jul 10 23:11:52 2012 New Revision: 238358 URL: http://svn.freebsd.org/changeset/base/238358 Log: Remove some more unused code. Modified: head/sys/arm/at91/at91rm9200.c head/sys/arm/at91/at91sam9x25.c Modified: head/sys/arm/at91/at91rm9200.c ===

svn commit: r238357 - in head/sys/powerpc: aim booke powerpc

2012-07-10 Thread Alan Cox
Author: alc Date: Tue Jul 10 22:10:21 2012 New Revision: 238357 URL: http://svn.freebsd.org/changeset/base/238357 Log: Avoid recursion on the pvh global lock in the aim oea pmap. Correct the return type of the pmap_ts_referenced() implementations. Reported by: jhibbits [1] Tested by

svn commit: r238356 - head/sys/netsmb

2012-07-10 Thread Christian Brueffer
Author: brueffer Date: Tue Jul 10 21:02:59 2012 New Revision: 238356 URL: http://svn.freebsd.org/changeset/base/238356 Log: Change a duplicated check to clarify that we really want to set a reasonable default timeout. PR: 163135 Submitted by: Sascha Wildner Suggested by: bp

svn commit: r238355 - head/sys/net

2012-07-10 Thread Ed Maste
Author: emaste Date: Tue Jul 10 20:59:35 2012 New Revision: 238355 URL: http://svn.freebsd.org/changeset/base/238355 Log: Simplify error case Submitted by: thompsa@ Modified: head/sys/net/if_bridge.c Modified: head/sys/net/if_bridge.c

svn commit: r238354 - head/sys/arm/at91

2012-07-10 Thread Warner Losh
Author: imp Date: Tue Jul 10 19:48:42 2012 New Revision: 238354 URL: http://svn.freebsd.org/changeset/base/238354 Log: Go ahead and disable the interrupts for the DBGU the boot loader may have left enabled after we detect the CPU, and remove the multiplely copied code from the SoC modules.

svn commit: r238350 - head/sys/dev/ath

2012-07-10 Thread John Baldwin
Author: jhb Date: Tue Jul 10 18:57:05 2012 New Revision: 238350 URL: http://svn.freebsd.org/changeset/base/238350 Log: Fix build when ATH_DEBUG is not defined. Modified: head/sys/dev/ath/if_ath_rx_edma.c head/sys/dev/ath/if_ath_tx.c Modified: head/sys/dev/ath/if_ath_rx_edma.c =

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

2012-07-10 Thread Adrian Chadd
Author: adrian Date: Tue Jul 10 18:30:20 2012 New Revision: 238349 URL: http://svn.freebsd.org/changeset/base/238349 Log: Commit missing flags for the high/low priority (HP/LP) RX queues. Noticed by: everyone Modified: head/sys/dev/ath/ath_hal/ah.h Modified: head/sys/dev/ath/ath_hal/a

Re: svn commit: r238343 - head/sys/dev/ath

2012-07-10 Thread Buganini
/usr/src/sys/dev/ath/if_ath.c: In function 'ath_intr': /usr/src/sys/dev/ath/if_ath.c:1628: error: 'HAL_INT_RXHP' undeclared (first use in this function) /usr/src/sys/dev/ath/if_ath.c:1628: error: (Each undeclared identifier is reported only once /usr/src/sys/dev/ath/if_ath.c:1628: error: for each f

svn commit: r238348 - head/sys/arm/at91

2012-07-10 Thread Warner Losh
Author: imp Date: Tue Jul 10 15:02:29 2012 New Revision: 238348 URL: http://svn.freebsd.org/changeset/base/238348 Log: Remove a useless bit of indirection. On all Atmel ARM products, irq 1 is the system IRQ, so use the define for it and get on with life. Modified: head/sys/arm/at91/at91.c

svn commit: r238347 - head/sys/arm/include

2012-07-10 Thread Warner Losh
Author: imp Date: Tue Jul 10 14:21:25 2012 New Revision: 238347 URL: http://svn.freebsd.org/changeset/base/238347 Log: Revert committal of local change accidentally swept up in r238329. Modified: head/sys/arm/include/atomic.h Modified: head/sys/arm/include/atomic.h ==

Re: svn commit: r238277 - in head: etc/defaults etc/rc.d sbin/ipfw share/man/man5 sys/netinet/ipfw

2012-07-10 Thread Gleb Smirnoff
Hiroki, On Tue, Jul 10, 2012 at 05:30:02AM +0900, Hiroki Sato wrote: H> Given that we add a new API to H> enumerate the interfaces including bpf-only providers with fake H> ifnets, which providers/utilities should be converted to use it? IMO H> usbusN would be a reasonable target but others

svn commit: r238346 - head/sys/net

2012-07-10 Thread Ed Maste
Author: emaste Date: Tue Jul 10 13:17:32 2012 New Revision: 238346 URL: http://svn.freebsd.org/changeset/base/238346 Log: Plug potential mbuf leak when bridging fragments If an error occurs when transmitting one mbuf in a chain of fragments, free the subsequent fragments instead of leakin

svn commit: r238345 - head/lib/libc/sys

2012-07-10 Thread Lawrence Stewart
Author: lstewart Date: Tue Jul 10 08:31:28 2012 New Revision: 238345 URL: http://svn.freebsd.org/changeset/base/238345 Log: Move the ffclock symbols from FBSD_1.2 to FBSD_1.3 where they should have been put initially. They were added to head during development of 10-CURRENT, not 9-CURRENT.

svn commit: r238344 - head/sys/dev/ath

2012-07-10 Thread Adrian Chadd
Author: adrian Date: Tue Jul 10 07:45:47 2012 New Revision: 238344 URL: http://svn.freebsd.org/changeset/base/238344 Log: Add some debugging and comments about what's going on when reinitialising the FIFO. I still see some corner cases where no RX occurs when it should be occuring. It'

Re: svn commit: r238328 - head/lib/libc/i386/gen

2012-07-10 Thread Konstantin Belousov
On Tue, Jul 10, 2012 at 01:47:12AM +, David Xu wrote: > Author: davidxu > Date: Tue Jul 10 01:47:11 2012 > New Revision: 238328 > URL: http://svn.freebsd.org/changeset/base/238328 > > Log: > Executing CPUID with EAX set to 1 to actually get feature flags. > PR: 169730 > > Modified: > he

svn commit: r238343 - head/sys/dev/ath

2012-07-10 Thread Adrian Chadd
Author: adrian Date: Tue Jul 10 07:43:31 2012 New Revision: 238343 URL: http://svn.freebsd.org/changeset/base/238343 Log: Flip on EDMA RX of both HP and LP queue frames. Yes, this is in the legacy interrupt path. The NIC does support MSI but I haven't yet sat down and written that code.