svn commit: r190550 - head/sys/dev/malo

2009-03-30 Thread Weongyo Jeong
Author: weongyo Date: Mon Mar 30 11:23:14 2009 New Revision: 190550 URL: http://svn.freebsd.org/changeset/base/190550 Log: corrects a error message. Modified: head/sys/dev/malo/if_malohal.c Modified: head/sys/dev/malo/if_malohal.c

Re: svn commit: r190550 - head/sys/dev/malo

2009-03-30 Thread Weongyo Jeong
On Mon, Mar 30, 2009 at 11:23:14AM +, Weongyo Jeong wrote: Author: weongyo Date: Mon Mar 30 11:23:14 2009 New Revision: 190550 URL: http://svn.freebsd.org/changeset/base/190550 Log: corrects a error message. Modified: head/sys/dev/malo/if_malohal.c Modified:

svn commit: r190551 - svnadmin/conf

2009-03-30 Thread Paolo Pisati
Author: piso Date: Mon Mar 30 11:46:34 2009 New Revision: 190551 URL: http://svn.freebsd.org/changeset/base/190551 Log: Temporary raise my commit limit. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

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

2009-03-30 Thread Robert Watson
Author: rwatson Date: Mon Mar 30 14:11:37 2009 New Revision: 190556 URL: http://svn.freebsd.org/changeset/base/190556 Log: Merge r189196 from head to stable/7: Remove unreachable code for generating RST segments from tcp_twcheck(); this code became stale when T/TCP support was

Re: svn commit: r190543 - in head: include libexec/rtld-elf sys/sys

2009-03-30 Thread Robert Noland
On Mon, 2009-03-30 at 08:47 +, Konstantin Belousov wrote: Author: kib Date: Mon Mar 30 08:47:28 2009 New Revision: 190543 URL: http://svn.freebsd.org/changeset/base/190543 Log: Implement support for RTLD_NODELETE flag for dlopen() and -z nodelete static linker option. Do it by

svn commit: r190557 - head/sys/kern

2009-03-30 Thread Christian Brueffer
Author: brueffer Date: Mon Mar 30 15:01:29 2009 New Revision: 190557 URL: http://svn.freebsd.org/changeset/base/190557 Log: Fix memory leak in semunload(). PR: 133064 Submitted by: Mateusz Guzik mjgu...@gmail.com MFC after:1 week Modified: head/sys/kern/sysv_sem.c

svn commit: r190558 - in head/sys: conf dev/mii modules/mii

2009-03-30 Thread Warner Losh
Author: imp Date: Mon Mar 30 16:01:09 2009 New Revision: 190558 URL: http://svn.freebsd.org/changeset/base/190558 Log: New PHY driver for the internal PHY found in the AX88790. There's a number of quirks for this device, and this implements just the basics. The 2.5s powerdown recommended

Re: svn commit: r190482 - in head/lib/libc/db: . btree hash mpool

2009-03-30 Thread Brooks Davis
On Mon, Mar 30, 2009 at 09:18:50PM +1100, u...@vk2pj.dyndns.org wrote: Hi Xin, On 2009-Mar-28 04:00:46 +, Xin LI delp...@freebsd.org wrote: Log: When allocating memory, zero out them if we don't intend to overwrite them all; before freeing memory, zero out them before we release it

Re: svn commit: r190482 - in head/lib/libc/db: . btree hash mpool

2009-03-30 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 u...@vk2pj.dyndns.org wrote: [...] Given that db runs with the same privileges as the process using it, I don't see how zeroing memory eliminates any information leak - the process can directly open and read the underlying db file itself. Zeroing

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

2009-03-30 Thread Warner Losh
Author: imp Date: Mon Mar 30 16:15:06 2009 New Revision: 190559 URL: http://svn.freebsd.org/changeset/base/190559 Log: This is a major reworking of the AX88x90 support. o Introduce new chip_type AX88790. There's a few places we need to know the exact chip for workaronds. o Explain

svn commit: r190560 - svnadmin/conf

2009-03-30 Thread Rui Paulo
Author: rpaulo Date: Mon Mar 30 16:40:55 2009 New Revision: 190560 URL: http://svn.freebsd.org/changeset/base/190560 Log: Add self to be able to MFH. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

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

2009-03-30 Thread Warner Losh
Author: imp Date: Mon Mar 30 17:25:56 2009 New Revision: 190562 URL: http://svn.freebsd.org/changeset/base/190562 Log: Two fixes: (1) Delete all children when detaching to keep from adding a phy each driver reload. (2) All AX88x90 chips have the RST issue. Modified:

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

2009-03-30 Thread Robert Noland
Author: rnoland Date: Mon Mar 30 17:49:21 2009 New Revision: 190563 URL: http://svn.freebsd.org/changeset/base/190563 Log: Load the right microcode for RS780. MFC after:3 days Modified: head/sys/dev/drm/r600_cp.c Modified: head/sys/dev/drm/r600_cp.c

svn commit: r190564 - head/share/man/man9

2009-03-30 Thread John Baldwin
Author: jhb Date: Mon Mar 30 18:01:12 2009 New Revision: 190564 URL: http://svn.freebsd.org/changeset/base/190564 Log: Add a simple manage for the refcount(9) API. Requested by: rwatson Added: head/share/man/man9/refcount.9 (contents, props changed) Modified:

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

2009-03-30 Thread Robert Noland
Author: rnoland Date: Mon Mar 30 18:01:42 2009 New Revision: 190565 URL: http://svn.freebsd.org/changeset/base/190565 Log: 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. MFC after:3 days

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

2009-03-30 Thread John Baldwin
Author: jhb Date: Mon Mar 30 18:33:04 2009 New Revision: 190566 URL: http://svn.freebsd.org/changeset/base/190566 Log: MFC: Move the code to update cpu_cx_count out of acpi_cpu_generic_cx_probe() and into acpi_cpu_startup() which is where all the other code to update this global variable

svn commit: r190567 - in stable/6/sys: . contrib/pf dev/acpica dev/cxgb

2009-03-30 Thread John Baldwin
Author: jhb Date: Mon Mar 30 18:38:03 2009 New Revision: 190567 URL: http://svn.freebsd.org/changeset/base/190567 Log: MFC: Move the code to update cpu_cx_count out of acpi_cpu_generic_cx_probe() and into acpi_cpu_startup() which is where all the other code to update this global variable

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

2009-03-30 Thread John Baldwin
Author: jhb Date: Mon Mar 30 18:43:41 2009 New Revision: 190568 URL: http://svn.freebsd.org/changeset/base/190568 Log: MFC: Reenable 64-bit DMA for twa(4) controllers, but use a boundary of 4GB to prevent individual transactions from crossing a 4GB address boundary. Due to bus_size_t type

svn commit: r190569 - in stable/6/sys: . contrib/pf dev/cxgb dev/twa

2009-03-30 Thread John Baldwin
Author: jhb Date: Mon Mar 30 18:47:13 2009 New Revision: 190569 URL: http://svn.freebsd.org/changeset/base/190569 Log: MFC: Use a DMA boundary of 4GB to prevent individual transactions from crossing a 4GB address boundary. Due to bus_size_t type limitations, the driver uses a 2GB boundary

svn commit: r190577 - head/sys/net80211

2009-03-30 Thread Rui Paulo
Author: rpaulo Date: Mon Mar 30 21:41:06 2009 New Revision: 190577 URL: http://svn.freebsd.org/changeset/base/190577 Log: MFP mesh11s: Add mesh debugging bit replacing the now deprecated RADKEYS. Modified: head/sys/net80211/ieee80211_var.h Modified: head/sys/net80211/ieee80211_var.h

svn commit: r190578 - head/sys/net80211

2009-03-30 Thread Rui Paulo
Author: rpaulo Date: Mon Mar 30 21:46:50 2009 New Revision: 190578 URL: http://svn.freebsd.org/changeset/base/190578 Log: Fix typo in comment. Modified: head/sys/net80211/ieee80211_scan.h Modified: head/sys/net80211/ieee80211_scan.h

svn commit: r190579 - in head/sys: arm/conf dev/ath dev/ipw dev/iwi dev/iwn dev/malo dev/ral dev/usb/wlan dev/wi dev/wpi net80211

2009-03-30 Thread Sam Leffler
Author: sam Date: Mon Mar 30 21:53:27 2009 New Revision: 190579 URL: http://svn.freebsd.org/changeset/base/190579 Log: Hoist 802.11 encapsulation up into net80211: o call ieee80211_encap in ieee80211_start so frames passed down to drivers are already encapsulated o remove

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

2009-03-30 Thread Sam Leffler
Author: sam Date: Mon Mar 30 21:54:39 2009 New Revision: 190580 URL: http://svn.freebsd.org/changeset/base/190580 Log: revert unintended change Modified: head/sys/arm/conf/AVILA Modified: head/sys/arm/conf/AVILA ==

svn commit: r190581 - in head/sys: . amd64/include/xen arm/arm cddl/dev/dtnfsclient contrib/pf dev/ata dev/ata/chipsets dev/cxgb dev/sound/usb dev/usb dev/usb/bluetooth dev/usb/controller dev/usb/i...

2009-03-30 Thread Alexander Motin
Author: mav Date: Mon Mar 30 22:18:38 2009 New Revision: 190581 URL: http://svn.freebsd.org/changeset/base/190581 Log: Integrate user/mav/ata branch: Add ch_suspend/ch_resume methods for PCI controllers and implement them for AHCI. Refactor AHCI channel initialization according to it.

Re: svn commit: r190581 - in head/sys: . amd64/include/xen arm/arm cddl/dev/dtnfsclient contrib/pf dev/ata dev/ata/chipsets dev/cxgb dev/sound/usb dev/usb dev/usb/bluetooth dev/usb/controller dev/usb/

2009-03-30 Thread Daan Vreeken
Hi Alexander, On Tuesday 31 March 2009 00:18:38 Alexander Motin wrote: Author: mav Date: Mon Mar 30 22:18:38 2009 New Revision: 190581 URL: http://svn.freebsd.org/changeset/base/190581 Log: Integrate user/mav/ata branch: Add ch_suspend/ch_resume methods for PCI controllers and

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

2009-03-30 Thread Xin LI
Author: delphij Date: Tue Mar 31 01:01:01 2009 New Revision: 190582 URL: http://svn.freebsd.org/changeset/base/190582 Log: Update bce(4) to latest -CURRENT version: - Add several HP OEM parts' PCI IDs (187133+187317) - Remove intermediate variable busaddr and have bus_* operate

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

2009-03-30 Thread Warner Losh
Author: imp Date: Tue Mar 31 01:59:47 2009 New Revision: 190583 URL: http://svn.freebsd.org/changeset/base/190583 Log: H... This can't be right... But it looks like the DL100xx chips don't have one of the clock cycles (the turn cycle) that the AX88x90 chips have. Make this

svn commit: r190584 - stable/7/share/man/man4

2009-03-30 Thread Weongyo Jeong
Author: weongyo Date: Tue Mar 31 02:29:42 2009 New Revision: 190584 URL: http://svn.freebsd.org/changeset/base/190584 Log: MFC r190434: The malo(4) device driver first appeared in FreeBSD 7.1 not 8.0. Reported by:John lists_at_reiteration.net Approved by: re (hrs)

svn commit: r190585 - head/lib/libthr

2009-03-30 Thread David Xu
Author: davidxu Date: Tue Mar 31 02:50:18 2009 New Revision: 190585 URL: http://svn.freebsd.org/changeset/base/190585 Log: Turn on nodelete linker flag because libthr can not be unloaded safely, it does hook on to libc. Modified: head/lib/libthr/Makefile Modified: head/lib/libthr/Makefile

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

2009-03-30 Thread Warner Losh
Author: imp Date: Tue Mar 31 02:50:41 2009 New Revision: 190586 URL: http://svn.freebsd.org/changeset/base/190586 Log: Go back to filtering all PHY addresses above 16 since at least two cards still have issues with them. Maybe this is a silicon rev? In any case, doing the filtering only

svn commit: r190587 - head/sys/dev/re

2009-03-30 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 31 03:29:05 2009 New Revision: 190587 URL: http://svn.freebsd.org/changeset/base/190587 Log: Partial revert r185756. It seems that RTL8168D and RTL8102EL requires additional settle time to complete RL_PHYAR register write. Accessing RL_PHYAR register right