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

2010-07-19 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Jul 20 06:38:57 2010 New Revision: 210283 URL: http://svn.freebsd.org/changeset/base/210283 Log: Add reference to uhsoctl(1). Modified: head/share/man/man4/uhso.4 Modified: head/share/man/man4/uhso.4

svn commit: r210282 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-07-19 Thread Martin Matuska
Author: mm Date: Tue Jul 20 05:22:14 2010 New Revision: 210282 URL: http://svn.freebsd.org/changeset/base/210282 Log: To improve latency, lower default vfs.zfs.vdev.max_pending from 35 to 10 OpenSolaris onnv changeset (partial): 10801:e0bf032e8673 Approved by: pjd, delphij (mentor)

svn commit: r210276 - head/usr.sbin/uhsoctl

2010-07-19 Thread Andrew Thompson
Author: thompsa Date: Tue Jul 20 03:11:26 2010 New Revision: 210276 URL: http://svn.freebsd.org/changeset/base/210276 Log: - Fixed automatic detection of the control serial port. - Fixed segmentation fault when an invalid network interface was given. - More helpful message in case of wrong P

svn commit: r210275 - in head: share/man/man4 sys/dev/usb sys/dev/usb/net

2010-07-19 Thread Andrew Thompson
Author: thompsa Date: Tue Jul 20 03:10:22 2010 New Revision: 210275 URL: http://svn.freebsd.org/changeset/base/210275 Log: - Support for Globetrotter iCON 452. - Fixed the interface probe routine to only attach to USB interfaces the driver actually supports. This allows other drivers to

svn commit: r210274 - head/sys/kern

2010-07-19 Thread David Xu
Author: davidxu Date: Tue Jul 20 02:23:12 2010 New Revision: 210274 URL: http://svn.freebsd.org/changeset/base/210274 Log: Fix function name in error messages. Modified: head/sys/kern/kern_sig.c Modified: head/sys/kern/kern_sig.c ==

svn commit: r210272 - head/usr.sbin/nfsdumpstate

2010-07-19 Thread Rick Macklem
Author: rmacklem Date: Tue Jul 20 00:32:11 2010 New Revision: 210272 URL: http://svn.freebsd.org/changeset/base/210272 Log: Fix handling of the "-l" argument for nfsdumpstate(8). Submitted by: zack.kirsch at isilon.com MFC after:2 weeks Modified: head/usr.sbin/nfsdumpstate/nfsdumps

svn commit: r210271 - head/sys/dev/bce

2010-07-19 Thread Pyun YongHyeon
Author: yongari Date: Mon Jul 19 23:48:03 2010 New Revision: 210271 URL: http://svn.freebsd.org/changeset/base/210271 Log: Specify BCE_RX_BUF_ALIGN alignment for RX buffers. All bce(4) controllers require RX buffers aligned on BCE_RX_BUF_ALIGN bytes. Reviewed by: davidch Modified: hea

svn commit: r210270 - head/sys/dev/bce

2010-07-19 Thread Pyun YongHyeon
Author: yongari Date: Mon Jul 19 23:41:45 2010 New Revision: 210270 URL: http://svn.freebsd.org/changeset/base/210270 Log: Specify BUS_DMA_ZERO flag to bus_dmamem_alloc(9) and remove bzero() calls. Also add BUS_DMA_COHERENT flag to bus_dmamem_alloc(9) to take advantage of efficient synchroni

svn commit: r210269 - head/sys/dev/bce

2010-07-19 Thread Pyun YongHyeon
Author: yongari Date: Mon Jul 19 23:35:43 2010 New Revision: 210269 URL: http://svn.freebsd.org/changeset/base/210269 Log: Use bus_get_dma_tag() to get parent tag. Also use BUS_SPACE_MAXSIZE_32BIT to specify sum of all segment lengths. Previously it used MAXBSIZE which was wrong. Review

svn commit: r210268 - head/sys/fs/nfs

2010-07-19 Thread Rick Macklem
Author: rmacklem Date: Mon Jul 19 23:33:42 2010 New Revision: 210268 URL: http://svn.freebsd.org/changeset/base/210268 Log: For the experimental NFSv4 server's dumplocks operation, add the MPSAFE flag to cn_flags so that it doesn't panic. The panics weren't seen since nfsdumpstate(8) is brok

svn commit: r210267 - head/sys/dev/bce

2010-07-19 Thread Pyun YongHyeon
Author: yongari Date: Mon Jul 19 23:25:19 2010 New Revision: 210267 URL: http://svn.freebsd.org/changeset/base/210267 Log: Add KASSERT to check number of returned DMA segments. Reviewed by: davidch Modified: head/sys/dev/bce/if_bce.c Modified: head/sys/dev/bce/if_bce.c

svn commit: r210265 - head/sys/dev/flash

2010-07-19 Thread Adrian Chadd
Author: adrian Date: Mon Jul 19 21:50:43 2010 New Revision: 210265 URL: http://svn.freebsd.org/changeset/base/210265 Log: Fix naming to be consistent. Modified: head/sys/dev/flash/mx25l.c Modified: head/sys/dev/flash/mx25l.c ===

svn commit: r210264 - head/sys/dev/flash

2010-07-19 Thread Adrian Chadd
Author: adrian Date: Mon Jul 19 21:46:40 2010 New Revision: 210264 URL: http://svn.freebsd.org/changeset/base/210264 Log: Extend the mx25l erase function to support different erase commands. Modified: head/sys/dev/flash/mx25l.c Modified: head/sys/dev/flash/mx25l.c ===

svn commit: r210263 - head/sys/dev/bce

2010-07-19 Thread Pyun YongHyeon
Author: yongari Date: Mon Jul 19 21:41:54 2010 New Revision: 210263 URL: http://svn.freebsd.org/changeset/base/210263 Log: Do not report current link state if interface is not UP. Reviewed by: davidch Modified: head/sys/dev/bce/if_bce.c Modified: head/sys/dev/bce/if_bce.c =

svn commit: r210262 - head/sys/dev/flash

2010-07-19 Thread Adrian Chadd
Author: adrian Date: Mon Jul 19 21:38:15 2010 New Revision: 210262 URL: http://svn.freebsd.org/changeset/base/210262 Log: Extend the mx25l flash device support to include a set of per-device flags. Some of these parts will support 4K/32K block erases rather than a sector erase. This inc

svn commit: r210261 - head/sys/dev/bce

2010-07-19 Thread Pyun YongHyeon
Author: yongari Date: Mon Jul 19 21:38:07 2010 New Revision: 210261 URL: http://svn.freebsd.org/changeset/base/210261 Log: Correctly check the result of media selection. Previously it always returned success. Reviewed by: davidch Modified: head/sys/dev/bce/if_bce.c Modified: head/sys

svn commit: r210260 - head/sys/dev/bce

2010-07-19 Thread Pyun YongHyeon
Author: yongari Date: Mon Jul 19 21:32:47 2010 New Revision: 210260 URL: http://svn.freebsd.org/changeset/base/210260 Log: Don't change current media in bce_stop(). There is no need to do this here. Reviewed by: davidch Modified: head/sys/dev/bce/if_bce.c Modified: head/sys/dev/bce/i

svn commit: r210259 - head/sys/dev/bce

2010-07-19 Thread Pyun YongHyeon
Author: yongari Date: Mon Jul 19 21:25:05 2010 New Revision: 210259 URL: http://svn.freebsd.org/changeset/base/210259 Log: Have bce_init_ctx() return error code and make caller check the return code. If context was not setup correctly give up initialization. While I'm here move variable decl

svn commit: r210257 - head/sys/dev/bce

2010-07-19 Thread Pyun YongHyeon
Author: yongari Date: Mon Jul 19 21:13:07 2010 New Revision: 210257 URL: http://svn.freebsd.org/changeset/base/210257 Log: When we didn't find a matching flash device, do not touch flash config data. While I'm here, use return code of bce_init_nvram() to set error instead of directly setting

svn commit: r210256 - head/sys/dev/syscons

2010-07-19 Thread Jung-uk Kim
Author: jkim Date: Mon Jul 19 20:31:04 2010 New Revision: 210256 URL: http://svn.freebsd.org/changeset/base/210256 Log: Improve style slightly. Modified: head/sys/dev/syscons/scvgarndr.c Modified: head/sys/dev/syscons/scvgarndr.c ==

svn commit: r210255 - head/usr.sbin/sysinstall

2010-07-19 Thread Gabor Kovesdan
Author: gabor Date: Mon Jul 19 20:22:21 2010 New Revision: 210255 URL: http://svn.freebsd.org/changeset/base/210255 Log: - Add Latinamerican keymaps to sysinstall's Makefile so that it can find them [1] - While here, also add a missing Spanish entry PR: bin/67365 [1] Submi

svn commit: r210254 - in head/etc: defaults periodic/security

2010-07-19 Thread Gabor Kovesdan
Author: gabor Date: Mon Jul 19 20:19:14 2010 New Revision: 210254 URL: http://svn.freebsd.org/changeset/base/210254 Log: - Add a periodic script, which can be used to find installed ports' files with mismatched checksum PR: conf/124641 Submitted by: Alex Kozlov Approved b

svn commit: r210249 - in head/sys: arm/mv arm/mv/discovery arm/mv/kirkwood arm/mv/orion conf

2010-07-19 Thread Rafal Jaworowski
Author: raj Date: Mon Jul 19 19:19:33 2010 New Revision: 210249 URL: http://svn.freebsd.org/changeset/base/210249 Log: Now that we are fully FDT-driven on MRVL platforms, remove PHYSMEM_SIZE option. Modified: head/sys/arm/mv/discovery/std.db78xxx head/sys/arm/mv/kirkwood/std.db88f6xxx he

svn commit: r210248 - head/sys/dev/syscons

2010-07-19 Thread Jung-uk Kim
Author: jkim Date: Mon Jul 19 18:56:18 2010 New Revision: 210248 URL: http://svn.freebsd.org/changeset/base/210248 Log: Fix two long-standing line wrapping bugs in VGA renderer for pixel mode. Font size may be smaller than 16 and logical scan line may be larger than the displayed scan line.

svn commit: r210247 - in head/sys: arm/include arm/mv dev/fdt dev/uart powerpc/booke powerpc/include

2010-07-19 Thread Rafal Jaworowski
Author: raj Date: Mon Jul 19 18:47:18 2010 New Revision: 210247 URL: http://svn.freebsd.org/changeset/base/210247 Log: Eliminate FDT_IMMR_VA define. This removes platform dependencies from /fdt.h for the benfit of portability. Modified: head/sys/arm/include/fdt.h head/sys/arm/mv/mv_m

svn commit: r210246 - in head/sys: arm/mv conf dev/fdt

2010-07-19 Thread Rafal Jaworowski
Author: raj Date: Mon Jul 19 18:41:50 2010 New Revision: 210246 URL: http://svn.freebsd.org/changeset/base/210246 Log: Move MRVL FDT fixups and PIC decode routine to a platform specific area. This allows for better encapsulation (and eliminates generic fdt_arm.c, at least for now). Delet

svn commit: r210245 - head/contrib/binutils/ld/emultempl

2010-07-19 Thread Andriy Gapon
Author: avg Date: Mon Jul 19 18:20:44 2010 New Revision: 210245 URL: http://svn.freebsd.org/changeset/base/210245 Log: binutils/ld: fix incorrect placement of __start_SECNAME in some cases __start_SECNAME and __stop_SECNAME symbols are automatically generated by ld for orphan sections, i.

svn commit: r210244 - head/sys/pci

2010-07-19 Thread Pyun YongHyeon
Author: yongari Date: Mon Jul 19 18:01:06 2010 New Revision: 210244 URL: http://svn.freebsd.org/changeset/base/210244 Log: Implement WOL. WOL is supported on RTL8139B or newer controllers. PR: kern/148013 Modified: head/sys/pci/if_rl.c Modified: head/sys/pci/if_rl.c ==

svn commit: r210243 - head/usr.sbin/tzsetup

2010-07-19 Thread Norikatsu Shigemura
Author: nork Date: Mon Jul 19 16:38:45 2010 New Revision: 210243 URL: http://svn.freebsd.org/changeset/base/210243 Log: Fix support for chrooted installs. Approved by: imp (mentor) Modified: head/usr.sbin/tzsetup/tzsetup.c Modified: head/usr.sbin/tzsetup/tzsetup.c =

svn commit: r210238 - head/sys/dev/flash

2010-07-19 Thread Adrian Chadd
Author: adrian Date: Mon Jul 19 15:05:35 2010 New Revision: 210238 URL: http://svn.freebsd.org/changeset/base/210238 Log: Include 4k/32k erase commands. These were sourced from the MX25L128 datasheet and match up with what is used in Linux mtd/devices/m25p80.c . Add a FreeBSD keyword

Re: svn commit: r210225 - in head/sys: kern sys

2010-07-19 Thread Dag-Erling Smørgrav
Bruce Evans writes: > The "/**" marker is already used to make doxygen markup especially ugly. > I don't know if this is part of the doxygen markup or of the "@foo" > markup does everything. The presence or absence of @keywords is irrelevant, and there are alternative syntaxes, but /** is the mos

svn commit: r210237 - head/cddl/contrib/opensolaris/cmd/plockstat

2010-07-19 Thread Rui Paulo
Author: rpaulo Date: Mon Jul 19 14:59:23 2010 New Revision: 210237 URL: http://svn.freebsd.org/changeset/base/210237 Log: MFV: OpenSolaris' plockstat utility. Sponsored by: The FreeBSD Foundation Added: head/cddl/contrib/opensolaris/cmd/plockstat/ - copied from r210236, vendor/o