Re: svn commit: r239214 - in head/sys: dev/usb dev/usb/controller sys

2012-08-18 Thread Andrew Turner
Hello, This commit causes issues for me on my AT91 board. I get messages similar to the following: (da0:umass-sim0:0:0:0): READ(10). CDB: 28 0 0 5f d1 a0 0 0 1d 0 (da0:umass-sim0:0:0:0): CAM status: CCB request completed with an error (da0:umass-sim0:0:0:0): Retrying command (da0:umass-sim0:0:0:

svn commit: r239381 - in head/sys/dev/ath: . ath_hal

2012-08-18 Thread Adrian Chadd
Author: adrian Date: Sun Aug 19 02:22:16 2012 New Revision: 239381 URL: http://svn.freebsd.org/changeset/base/239381 Log: Extend the TX descriptor debug printing to be properly aware of EDMA code. * create a new TX EDMA descriptor struct to represent TX EDMA descriptors when doing deb

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

2012-08-18 Thread Adrian Chadd
Author: adrian Date: Sun Aug 19 02:16:22 2012 New Revision: 239380 URL: http://svn.freebsd.org/changeset/base/239380 Log: When assembling the descriptor list, make sure that the "first" descriptor is marked correctly. The existing logic assumed that the first descriptor is i == 0, which

svn commit: r239379 - head/sys/ia64/ia64

2012-08-18 Thread Marcel Moolenaar
Author: marcel Date: Sat Aug 18 23:28:34 2012 New Revision: 239379 URL: http://svn.freebsd.org/changeset/base/239379 Log: Use pmap_kextract(x) rather than pmap_extract(kernel_pmap, x). The former knows about all the special mappings, like PBVM. The kernel text and data are in the PBVM. Modi

svn commit: r239378 - head/sys/boot

2012-08-18 Thread Marcel Moolenaar
Author: marcel Date: Sat Aug 18 23:23:14 2012 New Revision: 239378 URL: http://svn.freebsd.org/changeset/base/239378 Log: Build zfs on ia64 as well. We don't build a loader with zfs support just yet, but building it makes sure we catch (build) regressions. Modified: head/sys/boot/Makefile.i

svn commit: r239377 - head/sys/boot/ia64

2012-08-18 Thread Marcel Moolenaar
Author: marcel Date: Sat Aug 18 23:17:42 2012 New Revision: 239377 URL: http://svn.freebsd.org/changeset/base/239377 Log: Don't build the ski loader anymore. The code is not deleted just yet, as it explains the distinction between the common and the platform- specific code. Modified: head

svn commit: r239376 - in head/sys: conf ia64/conf ia64/ia64

2012-08-18 Thread Marcel Moolenaar
Author: marcel Date: Sat Aug 18 22:59:06 2012 New Revision: 239376 URL: http://svn.freebsd.org/changeset/base/239376 Log: Remove support for SKI: HP's Itanium simulator. It's pretty much not used, serves very little value given that FreeBSD runs on real H/W for a long time. Note that SKI i

Re: svn commit: r239356 - head/sbin/dhclient

2012-08-18 Thread Andrey Chernov
On Fri, Aug 17, 2012 at 03:07:07PM -0400, John Baldwin wrote: > On Friday, August 17, 2012 2:25:12 pm Andrey Chernov wrote: > > On Fri, Aug 17, 2012 at 03:53:43PM +, John Baldwin wrote: > > > Author: jhb > > > Date: Fri Aug 17 15:53:43 2012 > > > New Revision: 239356 > > > URL: http://svn.freeb

svn commit: r239375 - in head/sys: dev/drm2 dev/drm2/i915 modules/drm2/drm2 modules/drm2/i915kms

2012-08-18 Thread Konstantin Belousov
Author: kib Date: Sat Aug 18 18:26:25 2012 New Revision: 239375 URL: http://svn.freebsd.org/changeset/base/239375 Log: Add drm and i915 ioctl translations for 32 bit process on 64 bit host. Submitted by: meowth...@gmail.com MFC after:2 weeks Added: head/sys/dev/drm2/drm_ioc32.c (

svn commit: r239374 - head/sys/kern

2012-08-18 Thread Konstantin Belousov
Author: kib Date: Sat Aug 18 18:17:10 2012 New Revision: 239374 URL: http://svn.freebsd.org/changeset/base/239374 Log: Deliver SIGSYS to the guilty thread, not to the process. MFC after:1 week Modified: head/sys/kern/kern_sig.c Modified: head/sys/kern/kern_sig.c

svn commit: r239373 - head/usr.bin/rpcinfo

2012-08-18 Thread Kevin Lo
Author: kevlo Date: Sat Aug 18 16:14:50 2012 New Revision: 239373 URL: http://svn.freebsd.org/changeset/base/239373 Log: Cleanup use of 'host' when running 'rpcinfo -p'. Obtained from:NetBSD Modified: head/usr.bin/rpcinfo/rpcinfo.c Modified: head/usr.bin/rpcinfo/rpcinfo.c ==

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

2012-08-18 Thread Kevin Lo
Author: kevlo Date: Sat Aug 18 16:13:16 2012 New Revision: 239372 URL: http://svn.freebsd.org/changeset/base/239372 Log: Fix typo Modified: head/sys/fs/ext2fs/ext2_bmap.c Modified: head/sys/fs/ext2fs/ext2_bmap.c == -

svn commit: r239371 - head/sys/arm/mv

2012-08-18 Thread Hiroki Sato
Author: hrs Date: Sat Aug 18 12:37:07 2012 New Revision: 239371 URL: http://svn.freebsd.org/changeset/base/239371 Log: Add mvts(4) driver for internal thermal sensor found on 88F6282 and 88F6283. The temperature value will be exported via sysctl like this: dev.mvts.0.temperature: 52.1C A

svn commit: r239370 - head/sys/arm/mv

2012-08-18 Thread Hiroki Sato
Author: hrs Date: Sat Aug 18 12:20:51 2012 New Revision: 239370 URL: http://svn.freebsd.org/changeset/base/239370 Log: Sort IDs. Modified: head/sys/arm/mv/mvreg.h Modified: head/sys/arm/mv/mvreg.h == --- head/sys/arm

svn commit: r239369 - head/sys/arm/arm

2012-08-18 Thread Hiroki Sato
Author: hrs Date: Sat Aug 18 12:08:04 2012 New Revision: 239369 URL: http://svn.freebsd.org/changeset/base/239369 Log: Fix build when DEBUG is defined. Modified: head/sys/arm/arm/pmap-v6.c Modified: head/sys/arm/arm/pmap-v6.c ==

Re: svn commit: r239364 - head/libexec/revnetgroup

2012-08-18 Thread Chris Rees
On 18 August 2012 12:58, Chris Rees wrote: > On 18 August 2012 10:26, Niclas Zeising wrote: >> Author: zeising (ports committer) > > There's something wrong here-- shouldn't it say (ports, doc > committer)? Looks like it's not checking doc/svnadmin/conf/access... (replying to own message) For

Re: svn commit: r239364 - head/libexec/revnetgroup

2012-08-18 Thread Chris Rees
On 18 August 2012 10:26, Niclas Zeising wrote: > Author: zeising (ports committer) There's something wrong here-- shouldn't it say (ports, doc committer)? Looks like it's not checking doc/svnadmin/conf/access... Chris ___ svn-src-head@freebsd.org mail

svn commit: r239368 - head/sys/arm/mv

2012-08-18 Thread Hiroki Sato
Author: hrs Date: Sat Aug 18 11:40:55 2012 New Revision: 239368 URL: http://svn.freebsd.org/changeset/base/239368 Log: - MV_DEV_88F6282 has 256KB 4-way L2 cache. - Sort IDs in win_cpu_can_remap() and remove MV_DEV_MV78100 because it is included in MV_DEV_DISCOVERY. - Add MV_DEV_MV78XXX t

svn commit: r239367 - head/sys/arm/mv

2012-08-18 Thread Hiroki Sato
Author: hrs Date: Sat Aug 18 11:33:21 2012 New Revision: 239367 URL: http://svn.freebsd.org/changeset/base/239367 Log: Fix a bug that could fail to initialize GPIO pins specified in "gpios" because "gpio-controller" property at the controller node was always ignored. Modified: head/sys/arm/

svn commit: r239366 - head/sys/dev/ofw

2012-08-18 Thread Hiroki Sato
Author: hrs Date: Sat Aug 18 11:25:07 2012 New Revision: 239366 URL: http://svn.freebsd.org/changeset/base/239366 Log: - Add OF_hasprop() and ofw_bus_has_prop(). These can be used to check existence of the property. - Fix ofw_bus_is_compatible{,_strict}() to prevent substring match in

Re: svn commit: r239353 - head/sys/netinet

2012-08-18 Thread Randall Stewart
On Aug 17, 2012, at 8:26 AM, John Baldwin wrote: > On Friday, August 17, 2012 1:51:46 am Randall Stewart wrote: >> Author: rrs >> Date: Fri Aug 17 05:51:46 2012 >> New Revision: 239353 >> URL: http://svn.freebsd.org/changeset/base/239353 >> >> Log: >> Ok jhb, lets move the ifa_free() down to th

svn commit: r239364 - head/libexec/revnetgroup

2012-08-18 Thread Niclas Zeising
Author: zeising (ports committer) Date: Sat Aug 18 09:26:51 2012 New Revision: 239364 URL: http://svn.freebsd.org/changeset/base/239364 Log: Fix two instances of the file names generated by revnetgroup(8). Approved by: joel (mentor) Modified: head/libexec/revnetgroup/revnetgroup.8 Modi