Re: svn commit: r206358 (patch for if_run)

2010-04-09 Thread Bernhard Schmidt
On Thu, Apr 08, 2010 at 07:15:46PM -0700, PseudoCylon wrote: Author: rpaulo Date: Wed Apr 7 15:29:13 2010 New Revision: 206358 URL: http://svn.freebsd.org/changeset/base/206358 Log: net80211 rate control framework (net80211 ratectl). This framework allows drivers to abstract the

svn commit: r206417 - head/sys/dev/usb/wlan

2010-04-09 Thread Rui Paulo
Author: rpaulo Date: Fri Apr 9 11:56:38 2010 New Revision: 206417 URL: http://svn.freebsd.org/changeset/base/206417 Log: Remove previously added if 0's. MFC after:1 month Modified: head/sys/dev/usb/wlan/if_run.c Modified: head/sys/dev/usb/wlan/if_run.c

svn commit: r206419 - head/sys/net80211

2010-04-09 Thread Rui Paulo
Author: rpaulo Date: Fri Apr 9 12:06:19 2010 New Revision: 206419 URL: http://svn.freebsd.org/changeset/base/206419 Log: Use M_NOWAIT instead of M_WAITOK to avoid race conditions. MFC after:1 month Modified: head/sys/net80211/ieee80211_amrr.c

Re: svn commit: r206358 (patch for if_run)

2010-04-09 Thread Rui Paulo
On 9 Apr 2010, at 03:15, PseudoCylon wrote: Author: rpaulo Date: Wed Apr 7 15:29:13 2010 New Revision: 206358 URL: http://svn.freebsd.org/changeset/base/206358 Log: net80211 rate control framework (net80211 ratectl). This framework allows drivers to abstract the rate control algorithm

svn commit: r206420 - head/sys/dev/ath/ath_hal/ar5416

2010-04-09 Thread Rui Paulo
Author: rpaulo Date: Fri Apr 9 13:58:54 2010 New Revision: 206420 URL: http://svn.freebsd.org/changeset/base/206420 Log: Setup the correct RX/TX chainmask when we play with the antenna settings. MFC after:1 week Sponsored by: iXsystems, inc Modified:

svn commit: r206421 - in head/sys: pc98/cbus x86/isa

2010-04-09 Thread Attilio Rao
Author: attilio Date: Fri Apr 9 14:22:09 2010 New Revision: 206421 URL: http://svn.freebsd.org/changeset/base/206421 Log: Default the machdep.lapic_allclocks to be enabled in order to cope with broken atrtc. Now if you want more correct stats on profhz and stathz it may be disabled by

svn commit: r206422 - head/release

2010-04-09 Thread Ken Smith
Author: kensmith Date: Fri Apr 9 14:24:00 2010 New Revision: 206422 URL: http://svn.freebsd.org/changeset/base/206422 Log: Pass the HTTP_PROXY and FTP_PROXY environment variables through in addition to FTP_PASSIVE_MODE so release building works for a machine that needs to use a proxy.

svn commit: r206423 - head/release

2010-04-09 Thread Ken Smith
Author: kensmith Date: Fri Apr 9 14:27:17 2010 New Revision: 206423 URL: http://svn.freebsd.org/changeset/base/206423 Log: Shift the version of perl used by the release build process over to perl-5.10. This aligns the release build process with the current default version of perl in the

svn commit: r206424 - head/usr.bin/xlint/lint1

2010-04-09 Thread Roman Divacky
Author: rdivacky Date: Fri Apr 9 15:21:11 2010 New Revision: 206424 URL: http://svn.freebsd.org/changeset/base/206424 Log: Rename the ALIGN macro to LINT_ALIGN so it does not clash with machine/param.h Bump the alignment to 16bytes because lint1 memory allocator is used for objects that

svn commit: r206426 - head/sys/conf

2010-04-09 Thread Rui Paulo
Author: rpaulo Date: Fri Apr 9 16:19:30 2010 New Revision: 206426 URL: http://svn.freebsd.org/changeset/base/206426 Log: Building wlan_amrr is now mandatory. This is an interim fix. Modified: head/sys/conf/files Modified: head/sys/conf/files

svn commit: r206427 - in head: etc/defaults etc/rc.d share/man/man5

2010-04-09 Thread Rui Paulo
Author: rpaulo Date: Fri Apr 9 17:32:38 2010 New Revision: 206427 URL: http://svn.freebsd.org/changeset/base/206427 Log: Add rc.d/ubthidhci. This small script calls usbconfig(1) to change a USB Bluetooth controller from HID mode to HCI mode. MFC after:1 week Added:

svn commit: r206428 - head/sys/netinet/ipfw

2010-04-09 Thread Luigi Rizzo
Author: luigi Date: Fri Apr 9 18:02:19 2010 New Revision: 206428 URL: http://svn.freebsd.org/changeset/base/206428 Log: This commit enables partial operation of dummynet with kernels compiled with options VIMAGE. As it is now, there is still a single instance of the pipes, and it is only

svn commit: r206429 - head/sys/dev/e1000

2010-04-09 Thread Jack F Vogel
Author: jfv Date: Fri Apr 9 18:42:15 2010 New Revision: 206429 URL: http://svn.freebsd.org/changeset/base/206429 Log: Incorporate suggested improvements from yongari. Also, from feedback, make the multiqueue code an option (EM_MULTIQUEUE) that is off by default. Problems have been

svn commit: r206430 - head/sys/dev/e1000

2010-04-09 Thread Jack F Vogel
Author: jfv Date: Fri Apr 9 21:16:45 2010 New Revision: 206430 URL: http://svn.freebsd.org/changeset/base/206430 Log: Thanks to Michael Tuexen for catching this, bit set that keeps the clock from being reset when writing to EITR was incorrect, also there is a shared code #define for it

svn commit: r206431 - head/sys/dev/e1000

2010-04-09 Thread Jack F Vogel
Author: jfv Date: Fri Apr 9 21:18:46 2010 New Revision: 206431 URL: http://svn.freebsd.org/changeset/base/206431 Log: DUH, must be tired, I missed the second instance... time for the weekend :) Modified: head/sys/dev/e1000/if_igb.c Modified: head/sys/dev/e1000/if_igb.c

svn commit: r206433 - in head/sys: dev/re pci

2010-04-09 Thread Pyun YongHyeon
Author: yongari Date: Fri Apr 9 22:50:28 2010 New Revision: 206433 URL: http://svn.freebsd.org/changeset/base/206433 Log: Add preliminary support for 8168E/8111E PCIe controller. While I'm here simplify device description string. Tested by:Michael Beckmann michael apfel dot de

svn commit: r206436 - head/sys/pci

2010-04-09 Thread Pyun YongHyeon
Author: yongari Date: Fri Apr 9 23:00:24 2010 New Revision: 206436 URL: http://svn.freebsd.org/changeset/base/206436 Log: Consistently use capital letters. Modified: head/sys/pci/if_rlreg.h Modified: head/sys/pci/if_rlreg.h

svn commit: r206437 - head/sys/dev/e1000

2010-04-09 Thread Jack F Vogel
Author: jfv Date: Fri Apr 9 23:15:37 2010 New Revision: 206437 URL: http://svn.freebsd.org/changeset/base/206437 Log: A few more changes from yongari: - code flow in handler could let interrupt be reenabled when not wanted. - change where the RX lock is taken to