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

2011-04-29 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: r221199 - head/sys/dev/usb/wlan

2011-04-29 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 a_hartwig at fastmaildot fm Modified: head/sys/dev/usb/wlan/if_rum.c Modified:

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

2011-04-29 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: r221201 - head/sys/cam

2011-04-29 Thread Alexander Motin
Author: mav Date: Fri Apr 29 07:14:37 2011 New Revision: 221201 URL: http://svn.freebsd.org/changeset/base/221201 Log: Make CAM_DEBUG_CDB also dump ATA commands in addition to SCSI. Modified: head/sys/cam/cam_xpt.c Modified: head/sys/cam/cam_xpt.c

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

2011-04-29 Thread Rick Macklem
Author: rmacklem Date: Fri Apr 29 12:30:15 2011 New Revision: 221205 URL: http://svn.freebsd.org/changeset/base/221205 Log: The build was broken by r221190 for 64bit arches like amd64. This patch fixes it. MFC after:2 weeks Modified: head/sys/fs/nfsclient/nfs_clvfsops.c Modified:

svn commit: r221206 - head/sys/dev/ath/ath_hal/ar5416

2011-04-29 Thread Adrian Chadd
Author: adrian Date: Fri Apr 29 12:52:18 2011 New Revision: 221206 URL: http://svn.freebsd.org/changeset/base/221206 Log: Remove some holdovers from the AR5212 origin of this code. These aren't relevant here. Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c Modified:

svn commit: r221208 - head/usr.sbin/mfiutil

2011-04-29 Thread John Baldwin
Author: jhb Date: Fri Apr 29 14:06:37 2011 New Revision: 221208 URL: http://svn.freebsd.org/changeset/base/221208 Log: Add a 'show progress' command that shows a summary of all in-progress commands for a given adapter. Specifically, it shows the status of any drive or volume activities

Re: svn commit: r221205 - head/sys/fs/nfsclient

2011-04-29 Thread John Baldwin
On Friday, April 29, 2011 8:30:15 am Rick Macklem wrote: Author: rmacklem Date: Fri Apr 29 12:30:15 2011 New Revision: 221205 URL: http://svn.freebsd.org/changeset/base/221205 Log: The build was broken by r221190 for 64bit arches like amd64. This patch fixes it. MFC after: 2

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

2011-04-29 Thread Adrian Chadd
Author: adrian Date: Fri Apr 29 16:43:30 2011 New Revision: 221210 URL: http://svn.freebsd.org/changeset/base/221210 Log: Cosmetic changes to fit 80 character screen width. Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c

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

2011-04-29 Thread Jung-uk Kim
Author: jkim Date: Fri Apr 29 18:20:12 2011 New Revision: 221214 URL: http://svn.freebsd.org/changeset/base/221214 Log: Detect VMware guest and set the TSC frequency as reported by the hypervisor. VMware products virtualize TSC and it run at fixed frequency in so-called apparent time.

svn commit: r221215 - head/sys/conf

2011-04-29 Thread John Baldwin
Author: jhb Date: Fri Apr 29 18:26:17 2011 New Revision: 221215 URL: http://svn.freebsd.org/changeset/base/221215 Log: Add the AH_SUPPORT_AR9130 option. Modified: head/sys/conf/options Modified: head/sys/conf/options

svn commit: r221216 - head

2011-04-29 Thread John Baldwin
Author: jhb Date: Fri Apr 29 18:27:50 2011 New Revision: 221216 URL: http://svn.freebsd.org/changeset/base/221216 Log: Add the mipsn32eb TARGET_ARCH to the list of mips targets for the XLRN32 kernel config. Reviewed by: imp, jmallet Modified: head/Makefile Modified: head/Makefile

svn commit: r221218 - in head/sys: arm/arm dev/fdt ia64/ia64 kern mips/mips mips/rmi x86/x86

2011-04-29 Thread John Baldwin
Author: jhb Date: Fri Apr 29 18:41:21 2011 New Revision: 221218 URL: http://svn.freebsd.org/changeset/base/221218 Log: Change rman_manage_region() to actually honor the rm_start and rm_end constraints on the rman and reject attempts to manage a region that is out of range. - Fix various

Re: svn commit: r220497 - head/lib/libcrypt

2011-04-29 Thread Mark Murray
David O'Brien writes: On Sat, Apr 09, 2011 at 02:02:04PM +, Mark Murray wrote: Log: Add SHA256/512 ($5$ and $6$) to crypt(3). Used in linux-world, doesn't hurt us. Would you mind if I committed this to be a more consistent with the existing naming? Be my guest. M -- Mark R V

svn commit: r221227 - head/etc

2011-04-29 Thread Doug Barton
Author: dougb Date: Fri Apr 29 21:10:41 2011 New Revision: 221227 URL: http://svn.freebsd.org/changeset/base/221227 Log: Rather than trusting that nothing is going to sneak in before the early_late_divider in the second run (and thus be skipped altogether), keep a list of the scripts run