svn commit: r206410 - stable/8/sys/vm

2010-04-09 Thread Alan Cox
Author: alc Date: Fri Apr 9 06:40:30 2010 New Revision: 206410 URL: http://svn.freebsd.org/changeset/base/206410 Log: MFC r206174 vm_reserv_alloc_page() should never be called on an OBJT_SG object, just as it is never called on an OBJT_DEVICE object. (This change should have been

svn commit: r206411 - stable/7/sys/vm

2010-04-09 Thread Alan Cox
Author: alc Date: Fri Apr 9 06:47:36 2010 New Revision: 206411 URL: http://svn.freebsd.org/changeset/base/206411 Log: MFC r206174 vm_reserv_alloc_page() should never be called on an OBJT_SG object, just as it is never called on an OBJT_DEVICE object. (This change should have been

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

Re: svn commit: r206082 - in head: . share/man/man7 share/mk sys/conf

2010-04-09 Thread Alexander Leidinger
Quoting M. Warner Losh i...@bsdimp.com (from Thu, 08 Apr 2010 15:12:13 -0600 (MDT)): In message: 20100407100015.117169nw2iu6x...@webmail.leidinger.net Alexander Leidinger netch...@freebsd.org writes: : Quoting M. Warner Losh i...@bsdimp.com (from Tue, 06 Apr 2010 : 10:54:17 -0600

svn commit: r206412 - stable/7/sys/dev/usb

2010-04-09 Thread Nick Hibma
Author: n_hibma Date: Fri Apr 9 08:20:43 2010 New Revision: 206412 URL: http://svn.freebsd.org/changeset/base/206412 Log: Add the ID for the Matrix Orbital LCD display MOU-Axxx series. Simplify a switch statement in the uftdi driver to an if-then-else-endif as it encoded those two cases

svn commit: r206414 - stable/8/sys/kern

2010-04-09 Thread Konstantin Belousov
Author: kib Date: Fri Apr 9 08:45:30 2010 New Revision: 206414 URL: http://svn.freebsd.org/changeset/base/206414 Log: MFC r206094: Supply default implementation of VOP_RENAME() that does neccessary unlocks and unreferences for argument vnodes, as expected by kern_renameat(9), and returns

Re: svn commit: r206358 - in head/sys: conf dev/bwi dev/bwn dev/iwn dev/ral dev/usb/wlan dev/wpi modules/wlan net80211

2010-04-09 Thread PseudoCylon
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). Sorry for frequent post. in amrr_tx_complete() ieee80211_amrr.c:257-258 if (ok) amn-amn_success++; in

svn commit: r206415 - head/sys/net80211

2010-04-09 Thread Rui Paulo
Author: rpaulo Date: Fri Apr 9 11:29:16 2010 New Revision: 206415 URL: http://svn.freebsd.org/changeset/base/206415 Log: Swap IEEE80211_RATECTL_TX_SUCCESS/IEEE80211_RATECTL_TX_FAILURE. Submitted by: PseudoCylon Furukoshi moonlightakkiy at yahoo.ca MFC after:1 month Modified:

svn commit: r206416 - head/sys/dev/wpi

2010-04-09 Thread Rui Paulo
Author: rpaulo Date: Fri Apr 9 11:47:03 2010 New Revision: 206416 URL: http://svn.freebsd.org/changeset/base/206416 Log: Fix recent breakage: wpi_newassoc() wasn't supposed to be removed and it needs to call ieee80211_ratectl_node_init(). Submitted by: bschmidt MFC after:1 month

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: r206418 - head/sys/modules/wlan

2010-04-09 Thread Rui Paulo
Author: rpaulo Date: Fri Apr 9 12:05:24 2010 New Revision: 206418 URL: http://svn.freebsd.org/changeset/base/206418 Log: Add ieee80211_{amrr,rssadapt}.c. MFC after:1 month Modified: head/sys/modules/wlan/Makefile Modified: head/sys/modules/wlan/Makefile

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

Re: svn commit: r206082 - in head: . share/man/man7 share/mk sys/conf

2010-04-09 Thread M. Warner Losh
In message: 20100409092721.19743kgds231h...@webmail.leidinger.net Alexander Leidinger netch...@freebsd.org writes: : Quoting M. Warner Losh i...@bsdimp.com (from Thu, 08 Apr 2010 : 15:12:13 -0600 (MDT)): : : In message: 20100407100015.117169nw2iu6x...@webmail.leidinger.net :

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: r206425 - head/sys/netinet/ipfw

2010-04-09 Thread Luigi Rizzo
Author: luigi Date: Fri Apr 9 16:06:53 2010 New Revision: 206425 URL: http://svn.freebsd.org/changeset/base/206425 Log: no need to pass an argument to dn_compat_calc_size() MFC after:3 days Modified: head/sys/netinet/ipfw/ip_dn_glue.c head/sys/netinet/ipfw/ip_dn_private.h

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: r206432 - stable/7/bin/test

2010-04-09 Thread Ed Maste
Author: emaste Date: Fri Apr 9 22:48:27 2010 New Revision: 206432 URL: http://svn.freebsd.org/changeset/base/206432 Log: MFC r192862: Description of fields to fill in above: 76 columns --| Fix various cases with 3 or 4 parameters in test(1) to be POSIX compliant.

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: r206434 - stable/8/share/man/man9

2010-04-09 Thread Ed Maste
Author: emaste Date: Fri Apr 9 22:50:36 2010 New Revision: 206434 URL: http://svn.freebsd.org/changeset/base/206434 Log: MFC r206383: Remove extraneous ''. Modified: stable/8/share/man/man9/stack.9 Directory Properties: stable/8/share/man/man9/ (props changed) Modified:

svn commit: r206435 - stable/7/share/man/man9

2010-04-09 Thread Ed Maste
Author: emaste Date: Fri Apr 9 22:51:19 2010 New Revision: 206435 URL: http://svn.freebsd.org/changeset/base/206435 Log: MFC r206383: Remove extraneous ''. Modified: stable/7/share/man/man9/stack.9 Directory Properties: stable/7/share/man/man9/ (props changed) Modified:

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