svn commit: r189611 - head/sys/dev/pci

2009-03-10 Thread Marcel Moolenaar
Author: marcel Date: Tue Mar 10 06:21:52 2009 New Revision: 189611 URL: http://svn.freebsd.org/changeset/base/189611 Log: Fix a buglet in revision 189401: when restoring a 64-bit BAR, write the upper 32-bits in the adjacent bar. The consequences of the buglet were severe enough though: a

Re: svn commit: r189539 - head/sys/kern

2009-03-10 Thread Giorgos Keramidas
On Sun, 8 Mar 2009 19:05:54 + (UTC), Joe Marcus Clarke mar...@freebsd.org wrote: Author: marcus (doc,ports committer) Date: Sun Mar 8 19:05:53 2009 New Revision: 189539 URL: http://svn.freebsd.org/changeset/base/189539 Log: Add a default implementation for VOP_VPTOCNP(9) which scans

svn commit: r189613 - head/tools/regression/usr.bin/pkill

2009-03-10 Thread Robert Watson
Author: rwatson Date: Tue Mar 10 09:33:22 2009 New Revision: 189613 URL: http://svn.freebsd.org/changeset/base/189613 Log: Rename files that collide on case-insensitive file systems by encoding colliding upper case letters as the lower case letter with a '_' in front. MFC after:3

svn commit: r189615 - head/sys/netinet

2009-03-10 Thread Robert Watson
Author: rwatson Date: Tue Mar 10 11:04:19 2009 New Revision: 189615 URL: http://svn.freebsd.org/changeset/base/189615 Log: Remove now-unused INP_UNMAPPABLEOPTS. MFC after:3 days Discussed with: bz Modified: head/sys/netinet/in_pcb.h Modified: head/sys/netinet/in_pcb.h

svn commit: r189616 - head/sys/geom/part

2009-03-10 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Mar 10 11:14:03 2009 New Revision: 189616 URL: http://svn.freebsd.org/changeset/base/189616 Log: Restore the return statement. It was accidentally removed by rev 188429. Modified: head/sys/geom/part/g_part_pc98.c Modified: head/sys/geom/part/g_part_pc98.c

svn commit: r189617 - in head/sys: dev/syscons dev/syscons/teken pc98/cbus

2009-03-10 Thread Ed Schouten
Author: ed Date: Tue Mar 10 11:28:54 2009 New Revision: 189617 URL: http://svn.freebsd.org/changeset/base/189617 Log: Make a 1:1 mapping between syscons stats and terminal emulators. After I imported libteken into the source tree, I noticed syscons didn't store the cursor position inside

svn commit: r189618 - head/contrib/top

2009-03-10 Thread Robert Watson
Author: rwatson Date: Tue Mar 10 11:46:41 2009 New Revision: 189618 URL: http://svn.freebsd.org/changeset/base/189618 Log: Merge r183430 from vendor/top/dist to head/contrib/top, although with record-only mergeinfo because an automated merge is confused by the flattening that took place:

svn commit: r189619 - head/sys/dev/cardbus

2009-03-10 Thread Warner Losh
Author: imp Date: Tue Mar 10 12:10:50 2009 New Revision: 189619 URL: http://svn.freebsd.org/changeset/base/189619 Log: When freeing all the resources of the card, it is better to turn off the PORTEN and MEMEN bits in the command register than to zero the bars. Use pci_write_ivar

Re: svn commit: r189619 - head/sys/dev/cardbus

2009-03-10 Thread John Baldwin
On Tuesday 10 March 2009 8:10:50 am Warner Losh wrote: Author: imp Date: Tue Mar 10 12:10:50 2009 New Revision: 189619 URL: http://svn.freebsd.org/changeset/base/189619 Log: When freeing all the resources of the card, it is better to turn off the PORTEN and MEMEN bits in the command

svn commit: r189620 - head/sys/net

2009-03-10 Thread Christian S.J. Peron
Author: csjp Date: Tue Mar 10 14:28:19 2009 New Revision: 189620 URL: http://svn.freebsd.org/changeset/base/189620 Log: Disable zerocopy by default for now. It's causing some problems in pcap consumers which fork after the shared pages have been setup. pflogd(8) is an example. The

svn commit: r189621 - head/lib/libusb

2009-03-10 Thread Andrew Thompson
Author: thompsa Date: Tue Mar 10 14:29:34 2009 New Revision: 189621 URL: http://svn.freebsd.org/changeset/base/189621 Log: Be compatible with LibUSB from sourceforge and close the handle after reset Submitted by: Hans Petter Selasky Modified: head/lib/libusb/libusb20_compat01.c

svn commit: r189622 - head/sys/fs/nullfs

2009-03-10 Thread Konstantin Belousov
Author: kib Date: Tue Mar 10 14:35:21 2009 New Revision: 189622 URL: http://svn.freebsd.org/changeset/base/189622 Log: Do not use bypass for vop_vptocnp() from nullfs, call standard implementation instead. The bypass does not assume that returned vnode is only held. Reported by: Paul

svn commit: r189623 - head/tools/tools/netrate/tcpp

2009-03-10 Thread Robert Watson
Author: rwatson Date: Tue Mar 10 14:52:17 2009 New Revision: 189623 URL: http://svn.freebsd.org/changeset/base/189623 Log: Add tcpp -- TCP parallelism microbenchmark. This tool creates large numbers of TCP connections, each of which will transmit a fixed amount of data, between client

svn commit: r189624 - head/etc/rc.d

2009-03-10 Thread Guido van Rooij
Author: guido Date: Tue Mar 10 15:19:49 2009 New Revision: 189624 URL: http://svn.freebsd.org/changeset/base/189624 Log: When swap resides on a mirror and it is not stopped, the mirror is degraded upon the next reboot and will have to be rebuild. Thus call swapoff when rebooting (read: when

svn commit: r189625 - head/sys/geom/eli

2009-03-10 Thread Guido van Rooij
Author: guido Date: Tue Mar 10 15:23:43 2009 New Revision: 189625 URL: http://svn.freebsd.org/changeset/base/189625 Log: When attaching a geli on boot make sure that it is detached upon last close. (needed for a gmirror to properly shutdown upon reboot when a geli is on top the gmirror)

svn commit: r189628 - head/lib/libusb

2009-03-10 Thread Andrew Thompson
Author: thompsa Date: Tue Mar 10 15:49:43 2009 New Revision: 189628 URL: http://svn.freebsd.org/changeset/base/189628 Log: Update libusb.3 name and add mlinks for usb.3 and libusb20.3 Added: head/lib/libusb/libusb.3 (contents, props changed) - copied, changed from r189619,

Re: svn commit: r189624 - head/etc/rc.d

2009-03-10 Thread Gavin Atkinson
On Tue, 2009-03-10 at 15:19 +, Guido van Rooij wrote: Author: guido Date: Tue Mar 10 15:19:49 2009 New Revision: 189624 URL: http://svn.freebsd.org/changeset/base/189624 Log: When swap resides on a mirror and it is not stopped, the mirror is degraded upon the next reboot and will

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

2009-03-10 Thread Andrew Thompson
Author: thompsa Date: Tue Mar 10 15:54:37 2009 New Revision: 189629 URL: http://svn.freebsd.org/changeset/base/189629 Log: Remove these files, they refer to module bundles that do not exist anymore. Deleted: head/share/man/man4/usb2_bluetooth.4 head/share/man/man4/usb2_controller.4

Re: svn commit: r189625 - head/sys/geom/eli

2009-03-10 Thread Fabian Keil
Guido van Rooij gu...@freebsd.org wrote: Author: guido Date: Tue Mar 10 15:23:43 2009 New Revision: 189625 URL: http://svn.freebsd.org/changeset/base/189625 Log: When attaching a geli on boot make sure that it is detached upon last close. (needed for a gmirror to properly shutdown

svn commit: r189630 - head/sys/arm/xscale/ixp425

2009-03-10 Thread Sam Leffler
Author: sam Date: Tue Mar 10 16:42:49 2009 New Revision: 189630 URL: http://svn.freebsd.org/changeset/base/189630 Log: catch up with r189306; handle delayed activation of resources Submitted by: jhb Modified: head/sys/arm/xscale/ixp425/ixp425.c head/sys/arm/xscale/ixp425/ixp425_pci.c

svn commit: r189632 - head/sys/arm/xscale/ixp425

2009-03-10 Thread Sam Leffler
Author: sam Date: Tue Mar 10 17:16:16 2009 New Revision: 189632 URL: http://svn.freebsd.org/changeset/base/189632 Log: Small cleanup of memory resource allocation from Cambria branch: o encode need for A4 bus space tag hackery according to the memory address; checking for uart breaks down

svn commit: r189633 - head/sys/arm/xscale/ixp425

2009-03-10 Thread Sam Leffler
Author: sam Date: Tue Mar 10 17:19:45 2009 New Revision: 189633 URL: http://svn.freebsd.org/changeset/base/189633 Log: bring in ddb show gpio support from Cambria branch Modified: head/sys/arm/xscale/ixp425/ixp425.c Modified: head/sys/arm/xscale/ixp425/ixp425.c

Re: svn commit: r189539 - head/sys/kern

2009-03-10 Thread Joe Marcus Clarke
On Tue, 2009-03-10 at 11:03 +0200, Giorgos Keramidas wrote: On Sun, 8 Mar 2009 19:05:54 + (UTC), Joe Marcus Clarke mar...@freebsd.org wrote: Author: marcus (doc,ports committer) Date: Sun Mar 8 19:05:53 2009 New Revision: 189539 URL: http://svn.freebsd.org/changeset/base/189539

svn commit: r189634 - in stable/7/sys: . compat/freebsd32 contrib/pf dev/cxgb i386/ibcs2 kern

2009-03-10 Thread John Baldwin
Author: jhb Date: Tue Mar 10 17:28:23 2009 New Revision: 189634 URL: http://svn.freebsd.org/changeset/base/189634 Log: MFC: Push down Giant inside sysctl. Modified: stable/7/sys/ (props changed) stable/7/sys/compat/freebsd32/freebsd32_misc.c stable/7/sys/contrib/pf/ (props changed)

svn commit: r189635 - head/sys/netinet

2009-03-10 Thread Bruce M Simpson
Author: bms Date: Tue Mar 10 17:48:49 2009 New Revision: 189635 URL: http://svn.freebsd.org/changeset/base/189635 Log: Don't print inm_print() chatter when KTR_IGMPV3 is not enabled in the KTR_COMPILE mask. Found by: gnn Modified: head/sys/netinet/in_mcast.c Modified:

svn commit: r189636 - head/sys/dev/cardbus

2009-03-10 Thread George V. Neville-Neil
Author: gnn Date: Tue Mar 10 17:54:04 2009 New Revision: 189636 URL: http://svn.freebsd.org/changeset/base/189636 Log: Complete removal of cardbus_write_ivar which was left hanging. Modified: head/sys/dev/cardbus/cardbus.c Modified: head/sys/dev/cardbus/cardbus.c

svn commit: r189637 - in head: sys/netinet usr.bin/sockstat

2009-03-10 Thread Robert Watson
Author: rwatson Date: Tue Mar 10 17:57:41 2009 New Revision: 189637 URL: http://svn.freebsd.org/changeset/base/189637 Log: Remove unused v6 macro aliases for inpcb fields: in6p_ip6_nxt in6p_vflag in6p_flags in6p_socket in6p_lport

svn commit: r189638 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb kern sys

2009-03-10 Thread John Baldwin
Author: jhb Date: Tue Mar 10 18:16:03 2009 New Revision: 189638 URL: http://svn.freebsd.org/changeset/base/189638 Log: MFC: Add sysctl_rename_oid() and use it in device_set_unit(). Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed)

Re: svn commit: r189625 - head/sys/geom/eli

2009-03-10 Thread Guido van Rooij
On Tue, Mar 10, 2009 at 05:19:48PM +0100, Fabian Keil wrote: Log: When attaching a geli on boot make sure that it is detached upon last close. (needed for a gmirror to properly shutdown upon reboot when a geli is on top the gmirror) Detach-on-last-close is known to cause panics

svn commit: r189640 - in stable/7/sys: . cam/scsi contrib/pf dev/ath/ath_hal dev/cxgb ia64/ia64 ia64/include kern sys

2009-03-10 Thread John Baldwin
Author: jhb Date: Tue Mar 10 18:57:10 2009 New Revision: 189640 URL: http://svn.freebsd.org/changeset/base/189640 Log: MFC: Expand the scope of the sysctllock sx lock to protect the sysctl tree itself. This also includes changes to the ia64 machine check code to defer adding machine check

svn commit: r189641 - head/sys/arm/xscale/ixp425

2009-03-10 Thread Sam Leffler
Author: sam Date: Tue Mar 10 19:15:35 2009 New Revision: 189641 URL: http://svn.freebsd.org/changeset/base/189641 Log: o add missing bus_release_resource and bus_deactivate_resource that just operate on the resource (we have no local resources to manage); this fixes drivers that

svn commit: r189642 - head/sys/arm/xscale/ixp425

2009-03-10 Thread Sam Leffler
Author: sam Date: Tue Mar 10 19:18:11 2009 New Revision: 189642 URL: http://svn.freebsd.org/changeset/base/189642 Log: turn off inclusion of FCS in rx'd frames; we don't use it anywhere and dhclient gets annoyed when it receives FCS in frames via bpf Modified:

svn commit: r189643 - in head: sys/dev/cxgb sys/dev/cxgb/common usr.sbin/cxgbtool

2009-03-10 Thread George V. Neville-Neil
Author: gnn Date: Tue Mar 10 19:22:45 2009 New Revision: 189643 URL: http://svn.freebsd.org/changeset/base/189643 Log: Update the Chelsio driver to the latest bits from Chelsio Firmware upgraded to 7.1.0 (from 5.0.0). T3C EEPROM and SRAM added; Code to update eeprom/sram fixed.

svn commit: r189644 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb fs/devfs kern sys vm

2009-03-10 Thread John Baldwin
Author: jhb Date: Tue Mar 10 19:33:50 2009 New Revision: 189644 URL: http://svn.freebsd.org/changeset/base/189644 Log: MFC: Add a flag to tag individual sysctl leaf nodes as MPSAFE. Tag the following nodes as MPSAFE: - All standalone INT/LONG sysctls. - kern.proc.* - All name-cache

svn commit: r189645 - head/sys/arm/xscale/ixp425

2009-03-10 Thread Sam Leffler
Author: sam Date: Tue Mar 10 19:35:37 2009 New Revision: 189645 URL: http://svn.freebsd.org/changeset/base/189645 Log: mark device capable of vlan-size frames Obtained from:netbsd Modified: head/sys/arm/xscale/ixp425/if_npe.c Modified: head/sys/arm/xscale/ixp425/if_npe.c

svn commit: r189647 - head/lib/libc/softfloat

2009-03-10 Thread Xin LI
Author: delphij Date: Tue Mar 10 21:13:26 2009 New Revision: 189647 URL: http://svn.freebsd.org/changeset/base/189647 Log: Reflect license change from NetBSD. Obtained from:NetBSD Modified: head/lib/libc/softfloat/fpgetmask.c head/lib/libc/softfloat/fpgetround.c

svn commit: r189649 - in head/sys: kern sys

2009-03-10 Thread John Baldwin
Author: jhb Date: Tue Mar 10 21:28:43 2009 New Revision: 189649 URL: http://svn.freebsd.org/changeset/base/189649 Log: - Make maxpipekva a signed long rather than an unsigned long as overflow is more likely to be noticed with signed types. - Make amountpipekva a long as well to match

svn commit: r189650 - head/sys/arm/xscale/ixp425

2009-03-10 Thread Sam Leffler
Author: sam Date: Tue Mar 10 21:47:17 2009 New Revision: 189650 URL: http://svn.freebsd.org/changeset/base/189650 Log: map CS0 on 2358 so flash is accessible Modified: head/sys/arm/xscale/ixp425/avila_machdep.c Modified: head/sys/arm/xscale/ixp425/avila_machdep.c

svn commit: r189651 - in head/sys: arm/xscale/ixp425 conf

2009-03-10 Thread Sam Leffler
Author: sam Date: Tue Mar 10 21:49:22 2009 New Revision: 189651 URL: http://svn.freebsd.org/changeset/base/189651 Log: add IXP4XX_FLASH_SIZE config knob that can be used to override the default flash size; this is necessary at the moment because we map all of flash at boot, eventually we'll

svn commit: r189652 - head/sys/arm/conf

2009-03-10 Thread Sam Leffler
Author: sam Date: Tue Mar 10 21:49:51 2009 New Revision: 189652 URL: http://svn.freebsd.org/changeset/base/189652 Log: configure flash support Modified: head/sys/arm/conf/CAMBRIA head/sys/arm/conf/CAMBRIA.hints Modified: head/sys/arm/conf/CAMBRIA

svn commit: r189653 - head/sys/dev/cardbus

2009-03-10 Thread Warner Losh
Author: imp Date: Tue Mar 10 22:04:52 2009 New Revision: 189653 URL: http://svn.freebsd.org/changeset/base/189653 Log: Restore blank line removed when fixing my earlier botch. Never do just one last change before bed... Pointy had to: imp Modified: head/sys/dev/cardbus/cardbus.c

svn commit: r189654 - head/sys/dev/cfi

2009-03-10 Thread Sam Leffler
Author: sam Date: Tue Mar 10 22:29:42 2009 New Revision: 189654 URL: http://svn.freebsd.org/changeset/base/189654 Log: choose the size of the last region for d_stripsize instead of the first; this fixes geom_redboot on boards that have multiple parts/regions as it uses the value to locate

Re: svn commit: r189654 - head/sys/dev/cfi

2009-03-10 Thread Sam Leffler
Sam Leffler wrote: Author: sam Date: Tue Mar 10 22:29:42 2009 New Revision: 189654 URL: http://svn.freebsd.org/changeset/base/189654 Log: choose the size of the last region for d_stripsize instead of the first; this fixes geom_redboot on boards that have multiple parts/regions as it uses

svn commit: r189655 - head/sys/dev/cxgb

2009-03-10 Thread Robert Watson
Author: rwatson Date: Tue Mar 10 22:35:45 2009 New Revision: 189655 URL: http://svn.freebsd.org/changeset/base/189655 Log: Prefer ENETDOWN to ENXIO when returning queuing errors due to a link down, interface down, etc, with if_cxgb's if_transmit routine. MFC after:3 days Reviewed

svn commit: r189656 - head/sys/arm/conf

2009-03-10 Thread Sam Leffler
Author: sam Date: Wed Mar 11 00:12:45 2009 New Revision: 189656 URL: http://svn.freebsd.org/changeset/base/189656 Log: switch to !legacy usb stack Modified: head/sys/arm/conf/CAMBRIA Modified: head/sys/arm/conf/CAMBRIA

svn commit: r189657 - head/sys/netinet

2009-03-10 Thread Robert Watson
Author: rwatson Date: Wed Mar 11 00:29:22 2009 New Revision: 189657 URL: http://svn.freebsd.org/changeset/base/189657 Log: Add INP_INHASHLIST flag for inpcb-inp_flags to indicate whether or not the inpcb is currenty on various hash lookup lists, rather than using (lport != 0) to detect

Re: svn commit: r189646 - head/sys/dev/usb

2009-03-10 Thread Andrey Chernov
On Tue, Mar 10, 2009 at 07:35:41PM +, Andrew Thompson wrote: Author: thompsa Date: Tue Mar 10 19:35:41 2009 New Revision: 189646 URL: http://svn.freebsd.org/changeset/base/189646 Log: Make sure HID has a default usage, this fixes recent mouse problems. My mouse still not fixed by

Re: svn commit: r189617 - in head/sys: dev/syscons dev/syscons/teken pc98/cbus

2009-03-10 Thread Andrey Chernov
On Tue, Mar 10, 2009 at 11:28:54AM +, Ed Schouten wrote: Author: ed Date: Tue Mar 10 11:28:54 2009 New Revision: 189617 URL: http://svn.freebsd.org/changeset/base/189617 Log: Make a 1:1 mapping between syscons stats and terminal emulators. Well, reboot messages are now in the proper

svn commit: r189660 - head/sys/geom

2009-03-10 Thread Sam Leffler
Author: sam Date: Wed Mar 11 01:12:52 2009 New Revision: 189660 URL: http://svn.freebsd.org/changeset/base/189660 Log: o disallow write to RedBoot and FIS directory partitions; these are painful to resurrect (maybe honor foot shooting bit in kern.geom_debugflags) o fix match macro so we

svn commit: r189659 - in stable/7: share/man/man4 sys/dev/usb

2009-03-10 Thread Andrew Thompson
Author: thompsa Date: Wed Mar 11 01:03:32 2009 New Revision: 189659 URL: http://svn.freebsd.org/changeset/base/189659 Log: MFC r189360 Add Mobile Action MA-620 Infrared Adapter. Manually merged due to different codebase. Modified: stable/7/share/man/man4/uplcom.4

svn commit: r189661 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/drm

2009-03-10 Thread Robert Noland
Author: rnoland Date: Wed Mar 11 01:47:32 2009 New Revision: 189661 URL: http://svn.freebsd.org/changeset/base/189661 Log: Merge r189045 Remove the PZERO priority from mtx_sleep. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed)

svn commit: r189662 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/drm

2009-03-10 Thread Robert Noland
Author: rnoland Date: Wed Mar 11 01:49:22 2009 New Revision: 189662 URL: http://svn.freebsd.org/changeset/base/189662 Log: Merge r189046 There is no reason to hold the lock here. When I was LOCK_PROFILING this was pretty high up and there is no reason for it. Modified:

svn commit: r189663 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/drm

2009-03-10 Thread Robert Noland
Author: rnoland Date: Wed Mar 11 01:50:53 2009 New Revision: 189663 URL: http://svn.freebsd.org/changeset/base/189663 Log: Merge r189047 The vblank_swap ioctl was fundamentally race prone. Get rid of it. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props

svn commit: r189664 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/drm

2009-03-10 Thread Robert Noland
Author: rnoland Date: Wed Mar 11 01:53:21 2009 New Revision: 189664 URL: http://svn.freebsd.org/changeset/base/189664 Log: Merge 189048 The i915 driver was the only consumer of locked task support. Now that it doesn't use it anymore, get right of the taskqueue and locked task

svn commit: r189665 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/drm

2009-03-10 Thread Robert Noland
Author: rnoland Date: Wed Mar 11 01:54:41 2009 New Revision: 189665 URL: http://svn.freebsd.org/changeset/base/189665 Log: Merge r189049 This was part of a sync to the code that Intel is shipping in linux. - Remove the old TTM interface - Move register definitions to

svn commit: r189667 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/drm

2009-03-10 Thread Robert Noland
Author: rnoland Date: Wed Mar 11 01:57:20 2009 New Revision: 189667 URL: http://svn.freebsd.org/changeset/base/189667 Log: Merge r189051 Prepare the radeon driver for MSI support. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed)

svn commit: r189668 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/drm

2009-03-10 Thread Robert Noland
Author: rnoland Date: Wed Mar 11 01:58:37 2009 New Revision: 189668 URL: http://svn.freebsd.org/changeset/base/189668 Log: Merge r189052 Turn on MSI if the card supports it. There is a blacklist for chips which report that they are capable of MSI, but don't work correctly. Modified:

svn commit: r189669 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/drm

2009-03-10 Thread Robert Noland
Author: rnoland Date: Wed Mar 11 02:00:13 2009 New Revision: 189669 URL: http://svn.freebsd.org/changeset/base/189669 Log: Merge r189053 Remove D_NEEDGIANT Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed) stable/7/sys/dev/ath/ath_hal/ (props

svn commit: r189670 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/drm

2009-03-10 Thread Robert Noland
Author: rnoland Date: Wed Mar 11 02:13:46 2009 New Revision: 189670 URL: http://svn.freebsd.org/changeset/base/189670 Log: Merge r189054 The GM45 handles vblank differently. Pull the changes from Intel in. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props

Re: svn commit: r189617 - in head/sys: dev/syscons dev/syscons/teken pc98/cbus

2009-03-10 Thread Andrey Chernov
On Wed, Mar 11, 2009 at 04:27:05AM +0300, Andrey Chernov wrote: On Tue, Mar 10, 2009 at 11:28:54AM +, Ed Schouten wrote: Author: ed Date: Tue Mar 10 11:28:54 2009 New Revision: 189617 URL: http://svn.freebsd.org/changeset/base/189617 Log: Make a 1:1 mapping between syscons

svn commit: r189671 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/drm

2009-03-10 Thread Robert Noland
Author: rnoland Date: Wed Mar 11 02:36:20 2009 New Revision: 189671 URL: http://svn.freebsd.org/changeset/base/189671 Log: Merge r189099 Fix up some ioctl permissions issues long overlooked. Submitted by: jkim@ Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/

svn commit: r189672 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/drm

2009-03-10 Thread Robert Noland
Author: rnoland Date: Wed Mar 11 02:37:52 2009 New Revision: 189672 URL: http://svn.freebsd.org/changeset/base/189672 Log: Merge r189128 Add a tuneable to allow disabling msi on drm at runtime. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed)

svn commit: r189673 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/drm

2009-03-10 Thread Robert Noland
Author: rnoland Date: Wed Mar 11 02:39:02 2009 New Revision: 189673 URL: http://svn.freebsd.org/changeset/base/189673 Log: Merge 189130 Initialize the vblank structures at load time. Previously we did this at irq install/uninstall time, but when we vt switch, we uninstall the irq

svn commit: r189675 - head/sys/powerpc/aim

2009-03-10 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Mar 11 03:19:19 2009 New Revision: 189675 URL: http://svn.freebsd.org/changeset/base/189675 Log: Change the PVO zone for fictitious pages to the unmanaged PVO zone, to match the unmanaged flag set in the PVO attributes. Without doing this, pmap_remove() could

Re: svn commit: r189625 - head/sys/geom/eli

2009-03-10 Thread Yoshihiro Ota
On Tue, 10 Mar 2009 19:01:57 +0100 Guido van Rooij gu...@gvr.org wrote: On Tue, Mar 10, 2009 at 05:19:48PM +0100, Fabian Keil wrote: Log: When attaching a geli on boot make sure that it is detached upon last close. (needed for a gmirror to properly shutdown upon reboot when a

svn commit: r189676 - head/sys/dev/usb/controller

2009-03-10 Thread Andrew Thompson
Author: thompsa Date: Wed Mar 11 04:56:30 2009 New Revision: 189676 URL: http://svn.freebsd.org/changeset/base/189676 Log: Fix a possible NULL pointer access at controller attach. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/controller/usb_controller.c Modified:

svn commit: r189677 - head/sys/dev/usb/controller

2009-03-10 Thread Andrew Thompson
Author: thompsa Date: Wed Mar 11 04:58:21 2009 New Revision: 189677 URL: http://svn.freebsd.org/changeset/base/189677 Log: MFp4 //depot/projects/usb 158981,159016,159024 Sync support for ATMEGA DCI parts. Submitted by: Hans Petter Selasky Modified:

svn commit: r189678 - head/lib/libarchive

2009-03-10 Thread Tim Kientzle
Author: kientzle Date: Wed Mar 11 05:11:57 2009 New Revision: 189678 URL: http://svn.freebsd.org/changeset/base/189678 Log: Hack: *Temporarily* disable reading extended attributes from disk, as it seems to be badly broken on ZFS. Modified: head/lib/libarchive/config_freebsd.h Modified: