svn commit: r221149 - stable/8/sys/dev/sound/usb

2011-04-28 Thread Hans Petter Selasky
Author: hselasky Date: Thu Apr 28 06:51:47 2011 New Revision: 221149 URL: http://svn.freebsd.org/changeset/base/221149 Log: MFC r220900. Only set the sample rate if the USB audio channel reports that it supports the frequency control request. Approved by: thompsa Modified:

svn commit: r221150 - stable/8/sys/dev/usb/controller

2011-04-28 Thread Hans Petter Selasky
Author: hselasky Date: Thu Apr 28 06:54:38 2011 New Revision: 221150 URL: http://svn.freebsd.org/changeset/base/221150 Log: MFC r221073. Fix for missing EHCI datatoggle change case. Approved by: thompsa Modified: stable/8/sys/dev/usb/controller/ehci.c Directory Properties:

svn commit: r221151 - stable/8/sys/dev/usb/net

2011-04-28 Thread Hans Petter Selasky
Author: hselasky Date: Thu Apr 28 06:57:46 2011 New Revision: 221151 URL: http://svn.freebsd.org/changeset/base/221151 Log: MFC r221077. The maximum NCM frame size must be so that it will generate a short terminated USB transfer if the maximum NCM frame size is greater than what the

svn commit: r221152 - stable/8/sys/cam

2011-04-28 Thread Alexander Motin
Author: mav Date: Thu Apr 28 07:21:01 2011 New Revision: 221152 URL: http://svn.freebsd.org/changeset/base/221152 Log: MFC r220786: Remove always false 0 check for unsgined int variable. This check is also duplicate, as the value was already checked for 0 before decrementing. Modified:

svn commit: r221153 - stable/8/sys/cam/ata

2011-04-28 Thread Alexander Motin
Author: mav Date: Thu Apr 28 07:22:41 2011 New Revision: 221153 URL: http://svn.freebsd.org/changeset/base/221153 Log: MFC r220886: Add basic support for DMA-capable ATA disks on DMA-incapable controller. This is really rare situation these days, but still may happen in embedded. Modified:

svn commit: r221154 - in stable/8/sys/dev: ahci mvs siis

2011-04-28 Thread Alexander Motin
Author: mav Date: Thu Apr 28 07:26:28 2011 New Revision: 221154 URL: http://svn.freebsd.org/changeset/base/221154 Log: MFC r220822: Properly handle memory allocation errors during error recovery. Modified: stable/8/sys/dev/ahci/ahci.c stable/8/sys/dev/mvs/mvs.c

svn commit: r221155 - stable/8/sys/dev/ata

2011-04-28 Thread Alexander Motin
Author: mav Date: Thu Apr 28 07:33:14 2011 New Revision: 221155 URL: http://svn.freebsd.org/changeset/base/221155 Log: MFC r220917: Use periodic status polling added at r214671 only in ATA_CAM mode. Legacy mode won't receive much benefit from it due to its hot-plug limitations. Modified:

svn commit: r221156 - in stable/8/sys/dev/ata: . chipsets

2011-04-28 Thread Alexander Motin
Author: mav Date: Thu Apr 28 07:34:37 2011 New Revision: 221156 URL: http://svn.freebsd.org/changeset/base/221156 Log: MFC r220920: - Fix mapping of the last two SATA ports on 6-port Intel controllers. This improves hard-reset and hot-plug on these ports. - Device with ID 0x29218086 is

Re: svn commit: r221053 - head/usr.bin/rlogin

2011-04-28 Thread Ed Schouten
* David O'Brien obr...@freebsd.org, 20110427 21:35: One has to do all the various greps of the output in order to be confident of their belief of the results. I usually run this afterwards: tail -n 3 _.* | less Or something like this to simply give a list of failures: fgrep

svn commit: r221157 - in stable/8: . sys/netipsec sys/opencrypto

2011-04-28 Thread VANHULLEBUS Yvan
THAT FreeBSD 8. debugging tools present in HEAD were left in place because sun4v support still needs work to become production ready. +20110428: + IPsec's HMAC_SHA256-512 support has been fixed to be RFC4868 + compliant, and will now use half of hash for authentication

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

2011-04-28 Thread Adrian Chadd
Author: adrian Date: Thu Apr 28 11:13:26 2011 New Revision: 221160 URL: http://svn.freebsd.org/changeset/base/221160 Log: Add the IP2 DDR flush handlers. These aren't yet used in the interrupt handler path but should be. Modified: head/sys/mips/atheros/ar724x_chip.c

svn commit: r221161 - head/tools/build/options

2011-04-28 Thread Dag-Erling Smorgrav
Author: des Date: Thu Apr 28 11:21:49 2011 New Revision: 221161 URL: http://svn.freebsd.org/changeset/base/221161 Log: executable Modified: Directory Properties: head/tools/build/options/makeman (props changed) ___ svn-src-all@freebsd.org mailing

svn commit: r221163 - in head/sys: conf dev/ath dev/ath/ath_hal dev/ath/ath_hal/ar5416 dev/ath/ath_hal/ar9001 modules/ath

2011-04-28 Thread Adrian Chadd
Author: adrian Date: Thu Apr 28 12:47:40 2011 New Revision: 221163 URL: http://svn.freebsd.org/changeset/base/221163 Log: Introduce AR9130 (HOWL) WMAC support to the FreeBSD HAL. The AR9130 is an AR9160/AR5416 family WMAC which is glued directly to the AR913x SoC peripheral bus (APB)

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

2011-04-28 Thread Adrian Chadd
Author: adrian Date: Thu Apr 28 12:52:01 2011 New Revision: 221164 URL: http://svn.freebsd.org/changeset/base/221164 Log: Re-enable the wireless build parameters for the AR9130 WMAC. * enable 11n * add ath_ahb so the AHB-ath glue is linked in * disable descriptor order swapping, it

svn commit: r221165 - svnadmin/conf

2011-04-28 Thread George V. Neville-Neil
Author: gnn Date: Thu Apr 28 14:01:23 2011 New Revision: 221165 URL: http://svn.freebsd.org/changeset/base/221165 Log: Add myself to the list in order to commit the latest Exar driver (vxge). Alphabetize the current list. Modified: svnadmin/conf/sizelimit.conf Modified:

svn commit: r221166 - in head/sys: fs/ext2fs modules/ext2fs

2011-04-28 Thread John Baldwin
Author: jhb Date: Thu Apr 28 14:27:17 2011 New Revision: 221166 URL: http://svn.freebsd.org/changeset/base/221166 Log: Sync with several changes in UFS/FFS: - 77115: Implement support for O_DIRECT. - 98425: Fix a performance issue introduced in 70131 that was causing reads before writes

svn commit: r221167 - in head: share/man/man4 sys/conf sys/dev/vxge sys/dev/vxge/include sys/dev/vxge/vxgehal sys/modules/vxge

2011-04-28 Thread George V. Neville-Neil
Author: gnn Date: Thu Apr 28 14:33:15 2011 New Revision: 221167 URL: http://svn.freebsd.org/changeset/base/221167 Log: Exar driver for X3100 10GbE Server/Storage adapters Features: Jumbo frames (up to 9600), LRO (Large Receive Offload), TSO (TCP segmentation offload), RTH

svn commit: r221168 - stable/8/sys/dev/mxge

2011-04-28 Thread Andrew Gallatin
Author: gallatin Date: Thu Apr 28 14:42:42 2011 New Revision: 221168 URL: http://svn.freebsd.org/changeset/base/221168 Log: MFC r220385: Implement mxge_init() This fixes a long standing bug in mxge(4) where ifconfig mxge0 $IP did not bring the interface into a RUNNING state, like it

svn commit: r221169 - stable/7/sys/dev/mxge

2011-04-28 Thread Andrew Gallatin
Author: gallatin Date: Thu Apr 28 14:42:55 2011 New Revision: 221169 URL: http://svn.freebsd.org/changeset/base/221169 Log: MFC r220385: Implement mxge_init() This fixes a long standing bug in mxge(4) where ifconfig mxge0 $IP did not bring the interface into a RUNNING state, like it

svn commit: r221170 - in head/contrib/tcsh/nls: . pl

2011-04-28 Thread David E. O'Brien
Author: obrien Date: Thu Apr 28 14:43:38 2011 New Revision: 221170 URL: http://svn.freebsd.org/changeset/base/221170 Log: Remove unused GPL files from tcsh. Deleted: head/contrib/tcsh/nls/pl/ Modified: head/contrib/tcsh/nls/Makefile Modified: head/contrib/tcsh/nls/Makefile

Re: svn commit: r221166 - in head/sys: fs/ext2fs modules/ext2fs

2011-04-28 Thread Kostik Belousov
On Thu, Apr 28, 2011 at 02:27:17PM +, John Baldwin wrote: Author: jhb Date: Thu Apr 28 14:27:17 2011 New Revision: 221166 URL: http://svn.freebsd.org/changeset/base/221166 Log: Sync with several changes in UFS/FFS: - 77115: Implement support for O_DIRECT. - 98425: Fix a

svn commit: r221171 - stable/8/sys/dev/mxge

2011-04-28 Thread Andrew Gallatin
Author: gallatin Date: Thu Apr 28 14:55:34 2011 New Revision: 221171 URL: http://svn.freebsd.org/changeset/base/221171 Log: MFC r220424: Fix a bug in mxge's LRO which can cause dup acks to get aggregated hence prevent TCP from entering fast retransmit. Pointed out by: jeff

svn commit: r221172 - stable/7/sys/dev/mxge

2011-04-28 Thread Andrew Gallatin
Author: gallatin Date: Thu Apr 28 14:55:41 2011 New Revision: 221172 URL: http://svn.freebsd.org/changeset/base/221172 Log: MFC r220424: Fix a bug in mxge's LRO which can cause dup acks to get aggregated hence prevent TCP from entering fast retransmit. Pointed out by: jeff

svn commit: r221173 - in head/sys: amd64/amd64 arm/arm i386/i386 ia64/ia64 kern mips/mips powerpc/powerpc x86/x86

2011-04-28 Thread Attilio Rao
Author: attilio Date: Thu Apr 28 16:02:05 2011 New Revision: 221173 URL: http://svn.freebsd.org/changeset/base/221173 Log: Add the watchdogs patting during the (shutdown time) disk syncing and disk dumping. With the option SW_WATCHDOG on, these operations are doomed to let watchdog fire,

svn commit: r221174 - in stable/8: sbin/geom/class/sched sbin/ifconfig sys/conf sys/dev/usb sys/dev/usb/controller sys/modules/usb/usb sys/net usr.sbin usr.sbin/bsnmpd/modules/snmp_hostres usr.sbin...

2011-04-28 Thread Hans Petter Selasky
Author: hselasky Date: Thu Apr 28 16:18:30 2011 New Revision: 221174 URL: http://svn.freebsd.org/changeset/base/221174 Log: MFC r215649,r215764,r215802,r215804,r215810,r215812,r216091,r216267,r218165,r220301,r215651,r215803,r216138,r218010,r217558,r220312,r220314,r215846 and r216268.

svn commit: r221175 - in head/tools/tools: . vxge

2011-04-28 Thread George V. Neville-Neil
Author: gnn Date: Thu Apr 28 16:29:19 2011 New Revision: 221175 URL: http://svn.freebsd.org/changeset/base/221175 Log: A diagnostic tool to go along with the vxge(4) 10GbE driver. This tool can be used to print statistics, registers, and other device specific information once the driver is

Re: svn commit: r221166 - in head/sys: fs/ext2fs modules/ext2fs

2011-04-28 Thread John Baldwin
On Thursday, April 28, 2011 10:47:37 am Kostik Belousov wrote: On Thu, Apr 28, 2011 at 02:27:17PM +, John Baldwin wrote: Author: jhb Date: Thu Apr 28 14:27:17 2011 New Revision: 221166 URL: http://svn.freebsd.org/changeset/base/221166 Log: Sync with several changes in

svn commit: r221176 - head/sys/fs/ext2fs

2011-04-28 Thread John Baldwin
Author: jhb Date: Thu Apr 28 17:36:26 2011 New Revision: 221176 URL: http://svn.freebsd.org/changeset/base/221176 Log: The b_dep field of buffers is always empty for ext2fs, it is only used for SU in FFS. Reported by: kib Modified: head/sys/fs/ext2fs/ext2_readwrite.c Modified:

svn commit: r221177 - in head/sys/boot/i386: boot2 common zfsboot

2011-04-28 Thread John Baldwin
Author: jhb Date: Thu Apr 28 17:44:24 2011 New Revision: 221177 URL: http://svn.freebsd.org/changeset/base/221177 Log: Due to space constraints, the UFS boot2 and boot1 use an evil hack where boot2 calls back into boot1 to perform disk reads. The ZFS MBR boot blocks do not have the same

svn commit: r221178 - head/sys/x86/x86

2011-04-28 Thread Jung-uk Kim
Author: jkim Date: Thu Apr 28 17:56:02 2011 New Revision: 221178 URL: http://svn.freebsd.org/changeset/base/221178 Log: Turn off periodic recalibration of CPU ticker frequency if it is invariant. Modified: head/sys/x86/x86/tsc.c Modified: head/sys/x86/x86/tsc.c

svn commit: r221179 - in head/sys: ddb dev/usb/net

2011-04-28 Thread John Baldwin
Author: jhb Date: Thu Apr 28 17:59:33 2011 New Revision: 221179 URL: http://svn.freebsd.org/changeset/base/221179 Log: Trim some additional unnecessary linker_set.h includes. MFC after:1 week Modified: head/sys/ddb/db_ps.c head/sys/dev/usb/net/if_mos.c Modified:

svn commit: r221180 - stable/7/sys/dev/ata

2011-04-28 Thread John Baldwin
Author: jhb Date: Thu Apr 28 19:00:48 2011 New Revision: 221180 URL: http://svn.freebsd.org/changeset/base/221180 Log: MFC 191897: Add ID of one more SII3132 revision found on adaptec aar-1225sa rev a2. Modified: stable/7/sys/dev/ata/ata-chipset.c stable/7/sys/dev/ata/ata-pci.h Directory

svn commit: r221181 - stable/7/sys/dev/puc

2011-04-28 Thread John Baldwin
Author: jhb Date: Thu Apr 28 19:08:31 2011 New Revision: 221181 URL: http://svn.freebsd.org/changeset/base/221181 Log: MFC 186520: Add support for the Oxford OX16PCI958-based card. Modified: stable/7/sys/dev/puc/pucdata.c Directory Properties: stable/7/sys/ (props changed)

svn commit: r221182 - head/sys/dev/puc

2011-04-28 Thread John Baldwin
Author: jhb Date: Thu Apr 28 19:19:25 2011 New Revision: 221182 URL: http://svn.freebsd.org/changeset/base/221182 Log: Add support for Oxford PCI Express Expresso family devices. For these devices, the number of supported ports is read from a register in BAR 0. PR:

svn commit: r221183 - head/sys/fs/ext2fs

2011-04-28 Thread John Baldwin
Author: jhb Date: Thu Apr 28 20:25:15 2011 New Revision: 221183 URL: http://svn.freebsd.org/changeset/base/221183 Log: Update a comment since ext2fs does not use SU. Reviewed by: kib Modified: head/sys/fs/ext2fs/ext2_readwrite.c Modified: head/sys/fs/ext2fs/ext2_readwrite.c

svn commit: r221185 - stable/8/usr.sbin/usbdump

2011-04-28 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 28 21:27:34 2011 New Revision: 221185 URL: http://svn.freebsd.org/changeset/base/221185 Log: MFC r220316 Lower WARNS to unbreak the build, some archs may have alignment issues. Modified: stable/8/usr.sbin/usbdump/Makefile Directory Properties:

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

2011-04-28 Thread Jack F Vogel
Author: jfv Date: Thu Apr 28 22:21:53 2011 New Revision: 221187 URL: http://svn.freebsd.org/changeset/base/221187 Log: Small change to make backporting to stable/7, thanks to Arnaud Lacombe for suggesting it. Modified: head/sys/dev/e1000/if_igb.h Modified: head/sys/dev/e1000/if_igb.h

svn commit: r221188 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include

2011-04-28 Thread Jung-uk Kim
Author: jkim Date: Thu Apr 28 22:23:39 2011 New Revision: 221188 URL: http://svn.freebsd.org/changeset/base/221188 Log: Define Hypervisor Present bit. This bit is used by several hypervisors to identify CPUs running under emulation. Currently QEMU-KVM, Xen-HVM, VMware, and MS Hyper-V are

svn commit: r221189 - head/sys/dev/ixgbe

2011-04-28 Thread Jack F Vogel
Author: jfv Date: Thu Apr 28 23:21:40 2011 New Revision: 221189 URL: http://svn.freebsd.org/changeset/base/221189 Log: Add a #define for driver portability to older OS Modified: head/sys/dev/ixgbe/ixgbe.h Modified: head/sys/dev/ixgbe/ixgbe.h

svn commit: r221190 - head/sys/fs/nfsclient

2011-04-28 Thread Rick Macklem
Author: rmacklem Date: Thu Apr 28 23:21:50 2011 New Revision: 221190 URL: http://svn.freebsd.org/changeset/base/221190 Log: Fix the new NFS client so that it handles the nfs_args value in mnt_optnew. This is needed so that the old mount(2) syscall works and that is needed so that amd(8)

svn commit: r221191 - in stable/8/sys/dev: e1000 ixgbe

2011-04-28 Thread Jack F Vogel
Author: jfv Date: Fri Apr 29 00:00:54 2011 New Revision: 221191 URL: http://svn.freebsd.org/changeset/base/221191 Log: MFC of the 1G Intel drivers, the following revisions from HEAD are merged: 217318,218530,218548,218581,218582,218583,218587,218588,

svn commit: r221192 - stable/8/sys/dev/ixgbe

2011-04-28 Thread Jack F Vogel
Author: jfv Date: Fri Apr 29 00:24:17 2011 New Revision: 221192 URL: http://svn.freebsd.org/changeset/base/221192 Log: MFC of the ixgbe driver: revisions 217131, 217132, and 221041. This brings this driver up to the level in HEAD as well. Modified: stable/8/sys/dev/ixgbe/ixgbe.c

svn commit: r221193 - stable/8/lib/libutil

2011-04-28 Thread Xin LI
Author: delphij Date: Fri Apr 29 00:40:00 2011 New Revision: 221193 URL: http://svn.freebsd.org/changeset/base/221193 Log: MFC r220582: Add support for IEE/IEC (and now also SI) power of two notions of prefixes (Ki, Mi, Gi...) for humanize_number(3). Note that applications has to

svn commit: r221194 - head/sbin/mount

2011-04-28 Thread Rick Macklem
Author: rmacklem Date: Fri Apr 29 01:14:12 2011 New Revision: 221194 URL: http://svn.freebsd.org/changeset/base/221194 Log: Another man page update related to the switchover of the NFS clients done by r221124. This is a content change. Submitted by: jh Modified:

svn commit: r221196 - svnadmin/conf

2011-04-28 Thread Andrew Thompson
Author: thompsa Date: Fri Apr 29 03:20:51 2011 New Revision: 221196 URL: http://svn.freebsd.org/changeset/base/221196 Log: Release hselasky, onwards and upwards. Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors

svn commit: r221197 - stable/7/sys/pc98/pc98

2011-04-28 Thread Takahashi Yoshihiro
Author: nyan Date: Fri Apr 29 05:00:48 2011 New Revision: 221197 URL: http://svn.freebsd.org/changeset/base/221197 Log: MFC: revision 218390 Clear the padding when returning context to the usermode, for MI ucontext_t and x86 MD parts. Modified: stable/7/sys/pc98/pc98/machdep.c