svn commit: r190595 - head/sys/dev/drm

2009-04-02 Thread vehemens
Author: rnoland Date: Tue Mar 31 17:52:05 2009 New Revision: 190595 URL: http://svn.freebsd.org/changeset/base/190595 Log: Simplify the radeon microcode loading. Submitted by: Christoph Mallon MFC after:3 days Modified: head/sys/dev/drm/r600_cp.c head/sys/dev/drm/radeon_cp.c I

Re: svn commit: r190595 - head/sys/dev/drm

2009-04-02 Thread Robert Noland
On Wed, 2009-04-01 at 23:24 -0700, vehemens wrote: Author: rnoland Date: Tue Mar 31 17:52:05 2009 New Revision: 190595 URL: http://svn.freebsd.org/changeset/base/190595 Log: Simplify the radeon microcode loading. Submitted by: Christoph Mallon MFC after:3 days Modified:

Re: svn commit: r190635 - head/sys/amd64/acpica

2009-04-02 Thread Kostik Belousov
On Thu, Apr 02, 2009 at 12:23:56AM +, Jung-uk Kim wrote: Author: jkim Date: Thu Apr 2 00:23:56 2009 New Revision: 190635 URL: http://svn.freebsd.org/changeset/base/190635 Log: Chase GDT layout changes and unbreak suspend/resume on amd64. Modified:

Re: svn: head: sbin/ipfw sys sys/amd64/include/xen sys/arm/arm sys/contrib/pf sys/dev/ata sys/dev/cxgb sys/dev/sound/usb sys/dev/usb sys/dev/usb/bluetooth sys/dev/usb/controller sys...

2009-04-02 Thread Maxim Sobolev
Paolo Pisati wrote: Author: piso Date: Wed Apr 1 20:23:47 2009 New Revision: 190633 URL: http://svn.freebsd.org/changeset/base/190633 Log: Implement an ipfw action to reassemble ip packets: reass. Heh, nice name, isn't it? At first I thought it was an april fools joke as well. ;-)

svn commit: r190639 - head/sys/net

2009-04-02 Thread Rui Paulo
Author: rpaulo Date: Thu Apr 2 13:02:12 2009 New Revision: 190639 URL: http://svn.freebsd.org/changeset/base/190639 Log: Sync DLTs with latest libpcap version. Modified: head/sys/net/bpf.h Modified: head/sys/net/bpf.h

svn commit: r190640 - in head/contrib/libpcap: . pcap

2009-04-02 Thread Rui Paulo
Author: rpaulo Date: Thu Apr 2 13:04:17 2009 New Revision: 190640 URL: http://svn.freebsd.org/changeset/base/190640 Log: Restore local change to include sys/bpf.h inside pcap.h. This fixes remaining ports build problems. Modified: head/contrib/libpcap/pcap.h

Re: svn commit: r190640 - in head/contrib/libpcap: . pcap

2009-04-02 Thread Jung-uk Kim
On Thursday 02 April 2009 09:04 am, Rui Paulo wrote: Author: rpaulo Date: Thu Apr 2 13:04:17 2009 New Revision: 190640 URL: http://svn.freebsd.org/changeset/base/190640 Log: Restore local change to include sys/bpf.h inside pcap.h. This fixes remaining ports build problems. Modified:

svn commit: r190644 - head/sys/dev/ed

2009-04-02 Thread Warner Losh
Author: imp Date: Thu Apr 2 17:08:54 2009 New Revision: 190644 URL: http://svn.freebsd.org/changeset/base/190644 Log: The AX88190 has 64k of external SRAM, of which 62k can be used for packet data. However, the AX88190A moves this on-chip and reduces it to the more traditional 16k from

svn commit: r190645 - head/sys/dev/ed

2009-04-02 Thread Warner Losh
Author: imp Date: Thu Apr 2 17:15:49 2009 New Revision: 190645 URL: http://svn.freebsd.org/changeset/base/190645 Log: Minor DLINK DL100xx support tweaks: The DIROUT bit difference between the 19 and 22 is annoying. We can set both bits on both parts without ill effect. Use this trick

svn commit: r190646 - head/lib/libufs

2009-04-02 Thread Xin LI
Author: delphij Date: Thu Apr 2 17:16:39 2009 New Revision: 190646 URL: http://svn.freebsd.org/changeset/base/190646 Log: Bail out when memory allocation is failed, rather than referencing a NULL pointer. PR: kern/94480 Submitted by: Michiel Pelt m.pelt xs4all nl Modified:

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

2009-04-02 Thread Robert Noland
Author: rnoland Date: Thu Apr 2 17:53:30 2009 New Revision: 190647 URL: http://svn.freebsd.org/changeset/base/190647 Log: Merge 190123,190282 Fix up the flags to bus_dmamem again. The man page incorrectly showed the BUS_DMA_NOCACHE flags as being a valid flag for load instead of alloc.

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

2009-04-02 Thread Robert Noland
Author: rnoland Date: Thu Apr 2 17:57:04 2009 New Revision: 190648 URL: http://svn.freebsd.org/changeset/base/190648 Log: Merge 190124 Add a couple of radeon pci ids. Approved by: re (kib) Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed)

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

2009-04-02 Thread Robert Noland
Author: rnoland Date: Thu Apr 2 17:58:20 2009 New Revision: 190649 URL: http://svn.freebsd.org/changeset/base/190649 Log: Merge 190399 The GART allocations are a propery of the gart, not of scatter-gather memory. Track them in the appropriate structure. Approved by: re (kib)

svn commit: r190651 - head/sys/dev/ed

2009-04-02 Thread Warner Losh
Author: imp Date: Thu Apr 2 18:11:21 2009 New Revision: 190651 URL: http://svn.freebsd.org/changeset/base/190651 Log: Kill debug that crept in. Modified: head/sys/dev/ed/if_ed_pccard.c Modified: head/sys/dev/ed/if_ed_pccard.c

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

2009-04-02 Thread Robert Noland
Author: rnoland Date: Thu Apr 2 18:20:46 2009 New Revision: 190652 URL: http://svn.freebsd.org/changeset/base/190652 Log: Merge 190563 Load the right microcode for RS780 Approved by: re (kib) Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed)

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

2009-04-02 Thread Robert Noland
Author: rnoland Date: Thu Apr 2 18:21:41 2009 New Revision: 190653 URL: http://svn.freebsd.org/changeset/base/190653 Log: Merge 190565 We don't know what these pages are going to be used for, they should be un-cached. This got lost somewhere with all the bus_dma fixups. Approved

svn commit: r190655 - head/sys/kern

2009-04-02 Thread Peter Wemm
Author: peter Date: Thu Apr 2 21:16:20 2009 New Revision: 190655 URL: http://svn.freebsd.org/changeset/base/190655 Log: vn_vptocnp() unlocks the name cache and forgets to re-lock it before returning in one error case, and mistakenly unlocks it for the umount -f case. Modified:

svn commit: r190656 - head/usr.bin/locate/locate

2009-04-02 Thread Xin LI
Author: delphij Date: Thu Apr 2 21:23:04 2009 New Revision: 190656 URL: http://svn.freebsd.org/changeset/base/190656 Log: Don't crash when we have an invalid count number. PR: bin/32686 Submitted by: Jaakko Heinonen jh saunalahti.fi MFC after:1 week Modified:

svn commit: r190657 - head/usr.bin/locate/locate

2009-04-02 Thread Xin LI
Author: delphij Date: Thu Apr 2 21:44:55 2009 New Revision: 190657 URL: http://svn.freebsd.org/changeset/base/190657 Log: Signed/unsigned fixes, should be WARNS=2 clean now. Modified: head/usr.bin/locate/locate/util.c Modified: head/usr.bin/locate/locate/util.c

svn commit: r190658 - head/lib/libc/rpc

2009-04-02 Thread Xin LI
Author: delphij Date: Thu Apr 2 21:51:54 2009 New Revision: 190658 URL: http://svn.freebsd.org/changeset/base/190658 Log: Remove a warning which is supposed to have been removed on 20030301. Modified: head/lib/libc/rpc/getnetconfig.c Modified: head/lib/libc/rpc/getnetconfig.c

svn commit: r190659 - in stable/6/lib/libc: . gen inet rpc sys

2009-04-02 Thread Xin LI
Author: delphij Date: Thu Apr 2 21:58:34 2009 New Revision: 190659 URL: http://svn.freebsd.org/changeset/base/190659 Log: MFC revisions 162191, 166134, and 172259: Avoid memory leaks, properly handle malloc/realloc failures, and remove duplicate includes. Modified: stable/6/lib/libc/

svn commit: r190660 - stable/7/usr.sbin/arp

2009-04-02 Thread Tom Rhodes
Author: trhodes Date: Thu Apr 2 22:04:44 2009 New Revision: 190660 URL: http://svn.freebsd.org/changeset/base/190660 Log: nt a warning when blackhole and reject are used together. Update arp.8 manual page syntax. PR: 125896 Submitted by: Marc Olzheim marc...@stack.nl

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

2009-04-02 Thread Pyun YongHyeon
Author: yongari Date: Fri Apr 3 00:12:14 2009 New Revision: 190663 URL: http://svn.freebsd.org/changeset/base/190663 Log: MFC r190587: It seems that RTL8168D and RTL8102EL requires additional settle time to complete RL_PHYAR register write. Accessing RL_PHYAR register right after

svn commit: r190664 - head/sys/dev/ed

2009-04-02 Thread Warner Losh
Author: imp Date: Fri Apr 3 02:28:11 2009 New Revision: 190664 URL: http://svn.freebsd.org/changeset/base/190664 Log: Remove more debug... Modified: head/sys/dev/ed/if_ed_pccard.c Modified: head/sys/dev/ed/if_ed_pccard.c

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

2009-04-02 Thread Warner Losh
Author: imp Date: Fri Apr 3 03:04:26 2009 New Revision: 190665 URL: http://svn.freebsd.org/changeset/base/190665 Log: Merge 190488 from head: Fix shared memory packet movement. Approved by: re@ (kostik) Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props

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

2009-04-02 Thread Weongyo Jeong
Author: weongyo Date: Fri Apr 3 03:25:00 2009 New Revision: 190666 URL: http://svn.freebsd.org/changeset/base/190666 Log: MFC r190541: fix a bug of uses after free. Pointed by: dchagin MFC r190544: handles more exceptional cases when the driver failed to attach. MFC

Re: svn commit: r190595 - head/sys/dev/drm

2009-04-02 Thread vehemens
On Thursday 02 April 2009 12:25:52 am Robert Noland wrote: On Wed, 2009-04-01 at 23:24 -0700, vehemens wrote: Author: rnoland Date: Tue Mar 31 17:52:05 2009 New Revision: 190595 URL: http://svn.freebsd.org/changeset/base/190595 Log: Simplify the radeon microcode loading.

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

2009-04-02 Thread Marcel Moolenaar
Author: marcel Date: Fri Apr 3 05:54:49 2009 New Revision: 190667 URL: http://svn.freebsd.org/changeset/base/190667 Log: The 9 bytes immediately prior to the partition table can contain signatures or disk serial numbers. Don't assume those to be zero in all cases. This fixes a false