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

2011-04-28 Thread Kevin Lo
Author: kevlo Date: Fri Apr 29 06:36:39 2011 New Revision: 221200 URL: http://svn.freebsd.org/changeset/base/221200 Log: Add urtw(4) Modified: head/sys/amd64/conf/GENERIC head/sys/conf/NOTES head/sys/i386/conf/GENERIC Modified: head/sys/amd64/conf/GENERIC

svn commit: r221199 - head/sys/dev/usb/wlan

2011-04-28 Thread Kevin Lo
Author: kevlo Date: Fri Apr 29 06:28:29 2011 New Revision: 221199 URL: http://svn.freebsd.org/changeset/base/221199 Log: Guard against default ni_chan PR: kern/144642 Submitted by: Arthur Hartwig Modified: head/sys/dev/usb/wlan/if_rum.c Modified: head/sys/dev/usb/wlan/if_rum.c ==

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

2011-04-28 Thread Adrian Chadd
Author: adrian Date: Fri Apr 29 06:25:11 2011 New Revision: 221198 URL: http://svn.freebsd.org/changeset/base/221198 Log: Tidy up the naming of the ip2 DDR flush routine, and add an inline accessor method (which is currently unused) in there. Modified: head/sys/mips/atheros/ar71xx_cpudef.h

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: head/sbin/mount/mount

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) wo

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: 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: 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: 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: 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: kern/134878

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 includes. MFC after:1 week Modified: head/sys/ddb/db_ps.c head/sys/dev/usb/net/if_mos.c Modified: head/sys/ddb/db_ps.c =

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: 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 spa

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: head/s

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 chan

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 l

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

2011-04-28 Thread Pedro F. Giffuni
> There is no dependencies for ext2fs, the FFS comments talks about SU. You are right ... I will have to clean that up. It was not easy to keep all SU stuff from getting in. > Also, I am unsure what the resulting semantic of O_DIRECTIO for ext2 > is ? UFS tries to eliminate any use of buffer cach

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, f

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: 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

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 (Recei

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: 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 is

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) rath

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-head@freebsd.org mailing

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 head/sys/mips/ather

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

2011-04-28 Thread Ed Schouten
* David O'Brien , 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 -L 'completed on'