svn commit: r188431 - head/sys/mips/include

2009-02-09 Thread Alan Cox
Author: alc Date: Tue Feb 10 06:08:28 2009 New Revision: 188431 URL: http://svn.freebsd.org/changeset/base/188431 Log: Eliminate an unused definition. Modified: head/sys/mips/include/pmap.h Modified: head/sys/mips/include/pmap.h ===

Re: svn commit: r188429 - head/sys/geom/part

2009-02-09 Thread M. Warner Losh
In message: Marcel Moolenaar writes: : : On Feb 9, 2009, at 6:43 PM, Warner Losh wrote: : : > Author: imp : > Date: Tue Feb 10 02:43:07 2009 : > New Revision: 188429 : > URL: http://svn.freebsd.org/changeset/base/188429 : > : > Log: : > Fix g_part_dumpconf and g_part_name prototpye

Re: svn commit: r188429 - head/sys/geom/part

2009-02-09 Thread Marcel Moolenaar
On Feb 9, 2009, at 6:43 PM, Warner Losh wrote: Author: imp Date: Tue Feb 10 02:43:07 2009 New Revision: 188429 URL: http://svn.freebsd.org/changeset/base/188429 Log: Fix g_part_dumpconf and g_part_name prototpyes. Thanks! -- Marcel Moolenaar xcl...@mac.com __

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

2009-02-09 Thread Warner Losh
Author: imp Date: Tue Feb 10 02:43:07 2009 New Revision: 188429 URL: http://svn.freebsd.org/changeset/base/188429 Log: Fix g_part_dumpconf and g_part_name prototpyes. Submitted by: marcel@ Modified: head/sys/geom/part/g_part_apm.c head/sys/geom/part/g_part_gpt.c head/sys/geom/part/g_

Re: svn commit: r188353 - head/sys/mips/mips

2009-02-09 Thread M. Warner Losh
In message: <200902082343.n18nha37038...@svn.freebsd.org> Oleksandr Tymoshenko writes: : Author: gonzo : Date: Sun Feb 8 23:43:36 2009 : New Revision: 188353 : URL: http://svn.freebsd.org/changeset/base/188353 : : Log: : - Fix in_cksum for big-endian MIPS: use correct compile-time

Re: svn commit: r188309 - head/sys/conf

2009-02-09 Thread M. Warner Losh
In message: <498f0bc2.2050...@freebsd.org> Sam Leffler writes: : Wojciech A. Koszek wrote: : > Author: wkoszek : > Date: Sun Feb 8 12:33:05 2009 : > New Revision: 188309 : > URL: http://svn.freebsd.org/changeset/base/188309 : > : > Log: : > Further NOTES cleanup -- following drivers

svn commit: r188427 - head/sys/net80211

2009-02-09 Thread Sam Leffler
Author: sam Date: Tue Feb 10 01:37:55 2009 New Revision: 188427 URL: http://svn.freebsd.org/changeset/base/188427 Log: correctly fixup iv_des_chan after installing a new channel table; if the previous channel is now invalid we must set it to IEEE80211_CHAN_ANYC Modified: head/sys/net80211/i

Re: svn commit: r188375 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/fxp

2009-02-09 Thread Pyun YongHyeon
On Mon, Feb 09, 2009 at 10:45:13PM +, Bruce M. Simpson wrote: > This looks really cool and I look forward to trying WOL once I have the > right combo of cards/machines which should really sleep here. > > I would ask though: I managed to get WOL working on Linux, but only if > the parent ACPI

Re: svn commit: r188381 - head/sys/dev/re

2009-02-09 Thread Pyun YongHyeon
On Mon, Feb 09, 2009 at 06:10:56PM +0100, Gary Jennejohn wrote: > On Mon, 9 Feb 2009 04:59:13 + (UTC) > Pyun YongHyeon wrote: > > > Author: yongari > > Date: Mon Feb 9 04:59:13 2009 > > New Revision: 188381 > > URL: http://svn.freebsd.org/changeset/base/188381 > > > > Log: > > Reclaim tra

svn commit: r188426 - in head/sys: amd64/conf conf i386/conf

2009-02-09 Thread Marcel Moolenaar
Author: marcel Date: Tue Feb 10 00:08:39 2009 New Revision: 188426 URL: http://svn.freebsd.org/changeset/base/188426 Log: Add option GEOM_PART_EBR by default on amd64 and i386. Modified: head/sys/amd64/conf/DEFAULTS head/sys/conf/NOTES head/sys/conf/options head/sys/i386/conf/DEFAULTS

svn commit: r188425 - stable/6/sys/kern

2009-02-09 Thread Robert Watson
Author: rwatson Date: Mon Feb 9 23:23:00 2009 New Revision: 188425 URL: http://svn.freebsd.org/changeset/base/188425 Log: In unp_connect(), don't unlock the global UNIX domain socket lock when UNP_CONNECTING is set, as the caller will do that. (Due to significantly different locking in 7

svn commit: r188424 - head/sys/dev/sound/pci

2009-02-09 Thread Olivier Houchard
Author: cognet Date: Mon Feb 9 22:59:22 2009 New Revision: 188424 URL: http://svn.freebsd.org/changeset/base/188424 Log: Hmm... "base? base : 0" and "base" should be equivalent. Pointy hat to:cognet MFC after:3 days Modified: head/sys/dev/sound/pci/ds1.c Modified: head

Re: svn commit: r188375 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/fxp

2009-02-09 Thread Bruce M. Simpson
This looks really cool and I look forward to trying WOL once I have the right combo of cards/machines which should really sleep here. I would ask though: I managed to get WOL working on Linux, but only if the parent ACPI devices have been explicitly activated for wakeup. I wonder if we've addr

svn commit: r188423 - in head/sys: conf modules/usb2 modules/usb2/serial_slcom

2009-02-09 Thread Andrew Thompson
Author: thompsa Date: Mon Feb 9 22:38:55 2009 New Revision: 188423 URL: http://svn.freebsd.org/changeset/base/188423 Log: Hook uslcom2 up to the build. Added: head/sys/modules/usb2/serial_slcom/ head/sys/modules/usb2/serial_slcom/Makefile (contents, props changed) Modified: head/sys/co

svn commit: r188422 - in head/sys: conf dev/usb2/core modules/usb2/core

2009-02-09 Thread Andrew Thompson
Author: thompsa Date: Mon Feb 9 22:23:01 2009 New Revision: 188422 URL: http://svn.freebsd.org/changeset/base/188422 Log: Remove usb2_config_td.[ch], they are no longer used. Deleted: head/sys/dev/usb2/core/usb2_config_td.c head/sys/dev/usb2/core/usb2_config_td.h Modified: head/sys/conf/

svn commit: r188421 - stable/6/sys/arm/arm

2009-02-09 Thread Olivier Houchard
Author: cognet Date: Mon Feb 9 22:22:09 2009 New Revision: 188421 URL: http://svn.freebsd.org/changeset/base/188421 Log: MFC r188112 r188112 | cognet | 2009-02-04 02:14:06 +0100 (Wed, 04 Feb 2009) | 8 lines Erm... Report the buffer as being bounced even when it's the entire buffer, or

svn commit: r188420 - stable/7/sys/arm/arm

2009-02-09 Thread Olivier Houchard
Author: cognet Date: Mon Feb 9 22:21:38 2009 New Revision: 188420 URL: http://svn.freebsd.org/changeset/base/188420 Log: MFC r188112 r188112 | cognet | 2009-02-04 02:14:06 +0100 (Wed, 04 Feb 2009) | 8 lines Erm... Report the buffer as being bounced even when it's the entire buffer, or

svn commit: r188419 - head/sys/dev/usb2/wlan

2009-02-09 Thread Andrew Thompson
Author: thompsa Date: Mon Feb 9 22:18:11 2009 New Revision: 188419 URL: http://svn.freebsd.org/changeset/base/188419 Log: MFp4 //depot/projects/usb; 157429, 157433, 157443 Various changes wrt. usb procs and tasks. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb2/wlan/i

svn commit: r188418 - head/sys/dev/usb2/wlan

2009-02-09 Thread Andrew Thompson
Author: thompsa Date: Mon Feb 9 22:14:38 2009 New Revision: 188418 URL: http://svn.freebsd.org/changeset/base/188418 Log: Correct sources for r188417 MFp4 //depot/projects/usb; 157412 Sync from svn.freebsd.org/base/user/thompsa/usb which is a minimal changeset from oldUSB (no config

svn commit: r188417 - head/sys/dev/usb2/wlan

2009-02-09 Thread Andrew Thompson
Author: thompsa Date: Mon Feb 9 22:12:47 2009 New Revision: 188417 URL: http://svn.freebsd.org/changeset/base/188417 Log: MFp4 //depot/projects/usb; 157412 Sync from svn.freebsd.org/base/user/thompsa/usb which is a minimal changeset from oldUSB (no config_td). This excludes the task

svn commit: r188416 - head/sys/dev/usb2/sound

2009-02-09 Thread Andrew Thompson
Author: thompsa Date: Mon Feb 9 22:11:02 2009 New Revision: 188416 URL: http://svn.freebsd.org/changeset/base/188416 Log: MFp4 //depot/projects/usb; 157069, 157255 - Change "usb2_pause_mtx" so that it takes the timeout value in ticks - Make sure that attach waits for the generic probe

svn commit: r188415 - head/sys/dev/usb2/storage

2009-02-09 Thread Andrew Thompson
Author: thompsa Date: Mon Feb 9 22:09:21 2009 New Revision: 188415 URL: http://svn.freebsd.org/changeset/base/188415 Log: MFp4 //depot/projects/usb; 157203 - Remove CAM layer quirks Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb2/storage/umass2.c Modified: head/sys/

svn commit: r188414 - head/sys/dev/usb2/misc

2009-02-09 Thread Andrew Thompson
Author: thompsa Date: Mon Feb 9 22:06:52 2009 New Revision: 188414 URL: http://svn.freebsd.org/changeset/base/188414 Log: MFp4 //depot/projects/usb; 157069 - Change "usb2_pause_mtx" so that it takes the timeout value in ticks Submitted by: Hans Petter Selasky Modified: head/sys/de

svn commit: r188413 - head/sys/dev/usb2/serial

2009-02-09 Thread Andrew Thompson
Author: thompsa Date: Mon Feb 9 22:05:25 2009 New Revision: 188413 URL: http://svn.freebsd.org/changeset/base/188413 Log: MFp4 //depot/projects/usb; 157069, 157136, 157143, 157145, 157429 - USB serial drivers cleanup, factor out code - Simplify line state programming - Integrate usl

svn commit: r188412 - in head/sys/dev/usb2: ethernet include template

2009-02-09 Thread Andrew Thompson
Author: thompsa Date: Mon Feb 9 22:02:38 2009 New Revision: 188412 URL: http://svn.freebsd.org/changeset/base/188412 Log: MFp4 //depot/projects/usb; 157100 1. Move most of the ifnet logic into the usb2_ethernet module, this includes, - make all usb ethernet interfaces named ue%d - ha

svn commit: r188411 - head/sys/dev/usb2/core

2009-02-09 Thread Andrew Thompson
Author: thompsa Date: Mon Feb 9 21:56:33 2009 New Revision: 188411 URL: http://svn.freebsd.org/changeset/base/188411 Log: MFp4 //depot/projects/usb; 157069, 157429, 157430 - Change "usb2_pause_mtx" so that it takes the timeout value in ticks - Factor out USB ethernet and USB serial dri

svn commit: r188410 - head/sys/dev/usb2/controller

2009-02-09 Thread Andrew Thompson
Author: thompsa Date: Mon Feb 9 21:50:04 2009 New Revision: 188410 URL: http://svn.freebsd.org/changeset/base/188410 Log: MFp4 //depot/projects/usb - Bring in ehci2_ixp4xx.c and ehci2_mbus.c from dev/usb. Submitted by: Hans Petter Selasky Added: head/sys/dev/usb2/controller/ehci2_

svn commit: r188409 - head/sys/dev/usb2/controller

2009-02-09 Thread Andrew Thompson
Author: thompsa Date: Mon Feb 9 21:47:39 2009 New Revision: 188409 URL: http://svn.freebsd.org/changeset/base/188409 Log: MFp4 //depot/projects/usb; 157069,157296,157375,157384,157430 - Change "usb2_pause_mtx" so that it takes the timeout value in ticks - USB controller: EHCI High Spee

svn commit: r188408 - head/lib/libdisk

2009-02-09 Thread Ulf Lilleengen
Author: lulf Date: Mon Feb 9 21:34:06 2009 New Revision: 188408 URL: http://svn.freebsd.org/changeset/base/188408 Log: - Sanitize disk parameters retrieved from GEOM, as they are not guaranteed to have sane values. It caused sysinstall to crash when installing on certain SD cards.

svn commit: r188407 - head/sys/fs/udf

2009-02-09 Thread John Baldwin
Author: jhb Date: Mon Feb 9 20:50:23 2009 New Revision: 188407 URL: http://svn.freebsd.org/changeset/base/188407 Log: Mark udf(4) MPSAFE and add support for shared vnode locks during pathname lookups: - Honor the caller's locking flags in udf_root() and udf_vget(). - Set VV_ROOT for the r

svn commit: r188406 - head/sys/fs/udf

2009-02-09 Thread John Baldwin
Author: jhb Date: Mon Feb 9 20:42:51 2009 New Revision: 188406 URL: http://svn.freebsd.org/changeset/base/188406 Log: Use the same style as the rest of the file for the optional data string after each path component rather than a GCC-ism. Modified: head/sys/fs/udf/ecma167-udf.h Modified:

svn commit: r188405 - head/contrib/csup

2009-02-09 Thread Ulf Lilleengen
Author: lulf Date: Mon Feb 9 20:13:55 2009 New Revision: 188405 URL: http://svn.freebsd.org/changeset/base/188405 Log: - Fix an issue where file attributes were not installed correctly during a Touch and SetAttrs operation. - SetAttrs and Touch were incorrectly switched. Modified: hea

Re: svn commit: r188350 - in head/sys: amd64/amd64 arm/arm dev/usb2/core i386/i386 ia64/ia64 sys

2009-02-09 Thread M. Warner Losh
In message: <49907fb0.9050...@freebsd.org> Sam Leffler writes: : M. Warner Losh wrote: : > arm also does bounce buffering, but not for memory address space reasons. : > : : Not sure what you mean my "address space reasons" but it bounces for PCI : dma above 64M on ixp4xx. That's

Re: svn commit: r188350 - in head/sys: amd64/amd64 arm/arm dev/usb2/core i386/i386 ia64/ia64 sys

2009-02-09 Thread Scott Long
Marcel Moolenaar wrote: On Feb 9, 2009, at 10:42 AM, John Baldwin wrote: The 'align' parameter to bus_dma_tag_create(). If your hardware needs buffers to be aligned on a 4-byte boundary and you bus_dmamap_load() a buffer where 'addr % 4 != 0', then the buffer is bounced. Since by default the

Re: svn commit: r188350 - in head/sys: amd64/amd64 arm/arm dev/usb2/core i386/i386 ia64/ia64 sys

2009-02-09 Thread Marcel Moolenaar
On Feb 9, 2009, at 10:42 AM, John Baldwin wrote: The 'align' parameter to bus_dma_tag_create(). If your hardware needs buffers to be aligned on a 4-byte boundary and you bus_dmamap_load() a buffer where 'addr % 4 != 0', then the buffer is bounced. Since by default the new buffer starts on

Re: svn commit: r188350 - in head/sys: amd64/amd64 arm/arm dev/usb2/core i386/i386 ia64/ia64 sys

2009-02-09 Thread Sam Leffler
M. Warner Losh wrote: In message: <49907b32.8080...@samsco.org> Scott Long writes: : M. Warner Losh wrote: : > In message: <2ea5feeb-e676-4d1b-9700-399c783f4...@mac.com> : > Marcel Moolenaar writes: : > : : > : On Feb 9, 2009, at 6:23 AM, John Baldwin wrote: : > : : >

Re: svn commit: r188350 - in head/sys: amd64/amd64 arm/arm dev/usb2/core i386/i386 ia64/ia64 sys

2009-02-09 Thread Sam Leffler
Scott Long wrote: M. Warner Losh wrote: In message: <2ea5feeb-e676-4d1b-9700-399c783f4...@mac.com> Marcel Moolenaar writes: : : On Feb 9, 2009, at 6:23 AM, John Baldwin wrote: : : > On Monday 09 February 2009 12:37:53 am Marcel Moolenaar wrote: : >> : >> On Feb 8, 2009, at 5:00 PM,

Re: svn commit: r188350 - in head/sys: amd64/amd64 arm/arm dev/usb2/core i386/i386 ia64/ia64 sys

2009-02-09 Thread M. Warner Losh
In message: <49907b32.8080...@samsco.org> Scott Long writes: : M. Warner Losh wrote: : > In message: <2ea5feeb-e676-4d1b-9700-399c783f4...@mac.com> : > Marcel Moolenaar writes: : > : : > : On Feb 9, 2009, at 6:23 AM, John Baldwin wrote: : > : : > : > On Monday 09 Februar

Re: svn commit: r188350 - in head/sys: amd64/amd64 arm/arm dev/usb2/core i386/i386 ia64/ia64 sys

2009-02-09 Thread Scott Long
M. Warner Losh wrote: In message: <2ea5feeb-e676-4d1b-9700-399c783f4...@mac.com> Marcel Moolenaar writes: : : On Feb 9, 2009, at 6:23 AM, John Baldwin wrote: : : > On Monday 09 February 2009 12:37:53 am Marcel Moolenaar wrote: : >> : >> On Feb 8, 2009, at 5:00 PM, Scott Long wrote

Re: svn commit: r188350 - in head/sys: amd64/amd64 arm/arm dev/usb2/core i386/i386 ia64/ia64 sys

2009-02-09 Thread John Baldwin
On Monday 09 February 2009 12:51:28 pm Marcel Moolenaar wrote: > > On Feb 9, 2009, at 6:23 AM, John Baldwin wrote: > > > On Monday 09 February 2009 12:37:53 am Marcel Moolenaar wrote: > >> > >> On Feb 8, 2009, at 5:00 PM, Scott Long wrote: > >> > >>> Busdma allows you to request bouncing for real

Re: svn commit: r188350 - in head/sys: amd64/amd64 arm/arm dev/usb2/core i386/i386 ia64/ia64 sys

2009-02-09 Thread M. Warner Losh
In message: <2ea5feeb-e676-4d1b-9700-399c783f4...@mac.com> Marcel Moolenaar writes: : : On Feb 9, 2009, at 6:23 AM, John Baldwin wrote: : : > On Monday 09 February 2009 12:37:53 am Marcel Moolenaar wrote: : >> : >> On Feb 8, 2009, at 5:00 PM, Scott Long wrote: : >> : >>> Busdma allow

svn commit: r188404 - head/sys/kern

2009-02-09 Thread Robert Watson
Author: rwatson Date: Mon Feb 9 18:19:58 2009 New Revision: 188404 URL: http://svn.freebsd.org/changeset/base/188404 Log: Remove extra 'comma = 0' in socket state printing code, which otherwise could lead to an extra comma in output. Submitted by: Christoph Mallon Modified: head/sy

svn commit: r188403 - in head/sys: amd64/amd64 arm/arm i386/i386

2009-02-09 Thread Olivier Houchard
Author: cognet Date: Mon Feb 9 18:03:31 2009 New Revision: 188403 URL: http://svn.freebsd.org/changeset/base/188403 Log: The bounce zone sees its page number increased if multiple dma maps use it in the same dma tag. However, it can happen multiple dma tags share the same bounce zone too, s

svn commit: r188401 - in stable/7/sys: . contrib/pf dev/cxgb netgraph/bluetooth/hci

2009-02-09 Thread Maksim Yevmenkin
Author: emax Date: Mon Feb 9 17:53:45 2009 New Revision: 188401 URL: http://svn.freebsd.org/changeset/base/188401 Log: MFC r186466 Change message severity level from WARN to INFO. This should reduce amount of messages sent to syslog Modified: stable/7/sys/ (props changed) stable/7

Re: svn commit: r188350 - in head/sys: amd64/amd64 arm/arm dev/usb2/core i386/i386 ia64/ia64 sys

2009-02-09 Thread Marcel Moolenaar
On Feb 9, 2009, at 6:23 AM, John Baldwin wrote: On Monday 09 February 2009 12:37:53 am Marcel Moolenaar wrote: On Feb 8, 2009, at 5:00 PM, Scott Long wrote: Busdma allows you to request bouncing for realignment. How exactly? The 'align' parameter to bus_dma_tag_create(). If your hardwa

svn commit: r188400 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb netgraph/bluetooth/l2cap

2009-02-09 Thread Maksim Yevmenkin
Author: emax Date: Mon Feb 9 17:50:19 2009 New Revision: 188400 URL: http://svn.freebsd.org/changeset/base/188400 Log: MFC r187454 Properly return error code to the caller. This should fix the following panic in ng_l2cap(4). panic: ng_l2cap_l2ca_con_req: ubt0l2cap - could not find c

Re: svn commit: r188350 - in head/sys: amd64/amd64 arm/arm dev/usb2/core i386/i386 ia64/ia64 sys

2009-02-09 Thread Marcel Moolenaar
On Feb 9, 2009, at 6:31 AM, Scott Long wrote: Marcel Moolenaar wrote: On Feb 8, 2009, at 5:00 PM, Scott Long wrote: Busdma allows you to request bouncing for realignment. How exactly? By specifying an alignment greater than 1 in the tag. This does not guarantee bounce buffering and witho

svn commit: r188398 - head/sys/netinet

2009-02-09 Thread Randall Stewart
Author: rrs Date: Mon Feb 9 17:37:17 2009 New Revision: 188398 URL: http://svn.freebsd.org/changeset/base/188398 Log: Add padding to then end of the xsctp_xxx structures to allow future changes to be able to maintain ABI compatibility Modified: head/sys/netinet/sctp_uio.h Modified: head/s

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

2009-02-09 Thread Maksim Yevmenkin
Author: emax Date: Mon Feb 9 17:14:49 2009 New Revision: 188397 URL: http://svn.freebsd.org/changeset/base/188397 Log: MFC r188030 Properly retun error core from kbdmux_modevent() Reported by: Christoph Mallon < christoph -dot- mallon -at- gmx -dot- de > Modified: stable/7/sys/

Re: svn commit: r188381 - head/sys/dev/re

2009-02-09 Thread Gary Jennejohn
On Mon, 9 Feb 2009 04:59:13 + (UTC) Pyun YongHyeon wrote: > Author: yongari > Date: Mon Feb 9 04:59:13 2009 > New Revision: 188381 > URL: http://svn.freebsd.org/changeset/base/188381 > > Log: > Reclaim transmitted frames in re_tick(). This is for PCIe > controllers that lose Tx completi

svn commit: r188396 - head/sys/dev/de

2009-02-09 Thread Max Khon
Author: fjoe Date: Mon Feb 9 17:07:29 2009 New Revision: 188396 URL: http://svn.freebsd.org/changeset/base/188396 Log: tulip_busdma_cleanup: pass correct vaddr (2nd arg) to bus_dmamem_free() Found with: Coverity Prevent(tm) CID: 1998 Modified: head/sys/dev/de/if_de.c Modif

svn commit: r188395 - head/sys/cam

2009-02-09 Thread Max Khon
Author: fjoe Date: Mon Feb 9 17:02:54 2009 New Revision: 188395 URL: http://svn.freebsd.org/changeset/base/188395 Log: cam_periph_alloc: fix "invalid periph name" error condition Found with: Coverity Prevent(tm) CID: 130 Modified: head/sys/cam/cam_periph.c Modified: head/s

Re: svn commit: r188350 - in head/sys: amd64/amd64 arm/arm dev/usb2/core i386/i386 ia64/ia64 sys

2009-02-09 Thread Gary Jennejohn
On Sun, 8 Feb 2009 22:54:58 + (UTC) Warner Losh wrote: > Author: imp > Date: Sun Feb 8 22:54:58 2009 > New Revision: 188350 > URL: http://svn.freebsd.org/changeset/base/188350 > > Log: > When bouncing pages, allow a new option to preserve the intra-page > offset. This is needed for the

svn commit: r188394 - head/sys/dev/firewire

2009-02-09 Thread Max Khon
Author: fjoe Date: Mon Feb 9 16:58:18 2009 New Revision: 188394 URL: http://svn.freebsd.org/changeset/base/188394 Log: Do not self-initialize a variable. Found with: Coverity Prevent(tm) CID: 3864, 3865 Modified: head/sys/dev/firewire/if_fwe.c head/sys/dev/firewire/if_fwi

svn commit: r188393 - head/sys/dev/firewire

2009-02-09 Thread Max Khon
Author: fjoe Date: Mon Feb 9 16:57:07 2009 New Revision: 188393 URL: http://svn.freebsd.org/changeset/base/188393 Log: Remove unused variable. Found with: Coverity Prevent(tm) CID: 3693 Modified: head/sys/dev/firewire/sbp.c Modified: head/sys/dev/firewire/sbp.c ===

svn commit: r188392 - head/sys/pci

2009-02-09 Thread Max Khon
Author: fjoe Date: Mon Feb 9 16:53:37 2009 New Revision: 188392 URL: http://svn.freebsd.org/changeset/base/188392 Log: Destroy TX tag outside of loop scope. Found with: Coverity Prevent(tm) CID: 3886 Modified: head/sys/pci/if_rl.c Modified: head/sys/pci/if_rl.c ===

Re: svn commit: r188388 - head/sys/netinet

2009-02-09 Thread Randall Stewart
Hmm.. My guess is it has to do with the NAT stuff that Paolo is working on. Basically the ipfw/nat is becoming SCTP aware and I believe we made the sctp_crc32c routines public so that he could access them. Paolo: maybe you need to include and then do some sort of #ifdef SCTP #endif Around th

Re: svn commit: r188350 - in head/sys: amd64/amd64 arm/arm dev/usb2/core i386/i386 ia64/ia64 sys

2009-02-09 Thread Stanislav Sedov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 8 Feb 2009 22:54:58 + (UTC) Warner Losh mentioned: > Universe builds with these changes. I don't have a huge-memory > machine to test these changes with, but will be happy to work with > folks that do and hps if this changes turns

svn commit: r188391 - in head/sys/dev/syscons: . teken

2009-02-09 Thread Ed Schouten
Author: ed Date: Mon Feb 9 15:55:21 2009 New Revision: 188391 URL: http://svn.freebsd.org/changeset/base/188391 Log: Properly implement GIO_ATTR and CONS_GETINFO. It seems I didn't implement these two ioctl()'s properly, which meant vidcontrol couldn't properly obtain certain terminal pa

Re: svn commit: r188350 - in head/sys: amd64/amd64 arm/arm dev/usb2/core i386/i386 ia64/ia64 sys

2009-02-09 Thread John Baldwin
On Monday 09 February 2009 12:37:53 am Marcel Moolenaar wrote: > > On Feb 8, 2009, at 5:00 PM, Scott Long wrote: > > > Busdma allows you to request bouncing for realignment. > > How exactly? The 'align' parameter to bus_dma_tag_create(). If your hardware needs buffers to be aligned on a 4-byt

Re: svn commit: r188350 - in head/sys: amd64/amd64 arm/arm dev/usb2/core i386/i386 ia64/ia64 sys

2009-02-09 Thread Scott Long
Marcel Moolenaar wrote: On Feb 8, 2009, at 5:00 PM, Scott Long wrote: Busdma allows you to request bouncing for realignment. How exactly? By specifying an alignment greater than 1 in the tag. Scott ___ svn-src-all@freebsd.org mailing list http

Re: svn commit: r188388 - head/sys/netinet

2009-02-09 Thread Paolo Pisati
Bjoern A. Zeeb wrote: This is unrelated to this commit. This is a problem with piso's libalias commit; you have to remove that option from your kernel config as well if you remove SCTP. or in other words IPFIREWALL_NAT now requires SCTP. In case this dependence is felt like an impossible burd

Re: svn commit: r188388 - head/sys/netinet

2009-02-09 Thread Paolo Pisati
Chagin Dmitry wrote: linking kernel.debug ip_fw_nat.o(.text+0xbc): In function `ifaddr_change': /work/pub/head/sys/netinet/ip_fw_nat.c:103: undefined reference to `LibAliasSetAddress' ip_fw_nat.o(.text+0x545): In function `del_redir_spool_cfg': /work/pub/head/sys/netinet/ip_fw_nat.c:162: undefi

Re: svn commit: r188388 - head/sys/netinet

2009-02-09 Thread Chagin Dmitry
On Mon, Feb 09, 2009 at 01:10:30PM +, Bjoern A. Zeeb wrote: > On Mon, 9 Feb 2009, Chagin Dmitry wrote: > > Hi, > > > What would you say about this? (I do not have SCTP option in the kernel > > config) > > > > linking kernel.debug > > alias_sctp.o(.text+0x1744): In function `TxAbortErrorM': >

svn commit: r188390 - head/sys/kern

2009-02-09 Thread Martin Blapp
Author: mbr Date: Mon Feb 9 13:29:01 2009 New Revision: 188390 URL: http://svn.freebsd.org/changeset/base/188390 Log: s/SS_FDREF/SS_NOFDREF/ Modified: head/sys/kern/uipc_debug.c Modified: head/sys/kern/uipc_debug.c

Re: svn commit: r188388 - head/sys/netinet

2009-02-09 Thread Bjoern A. Zeeb
On Mon, 9 Feb 2009, Chagin Dmitry wrote: Hi, What would you say about this? (I do not have SCTP option in the kernel config) linking kernel.debug alias_sctp.o(.text+0x1744): In function `TxAbortErrorM': /work/pub/head/sys/netinet/libalias/alias_sctp.c:946: undefined reference to `update_crc32

Re: svn commit: r188388 - head/sys/netinet

2009-02-09 Thread Chagin Dmitry
On Mon, Feb 09, 2009 at 11:42:23AM +, Randall Stewart wrote: > Author: rrs > Date: Mon Feb 9 11:42:23 2009 > New Revision: 188388 > URL: http://svn.freebsd.org/changeset/base/188388 > > Log: > Fix minor spacing problem found by s9indent from last > commit. > > Modified: > head/sys/neti

svn commit: r188389 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb fs/fifofs

2009-02-09 Thread Konstantin Belousov
Author: kib Date: Mon Feb 9 12:22:49 2009 New Revision: 188389 URL: http://svn.freebsd.org/changeset/base/188389 Log: MFC r187715: The kernel may do unbalanced calls to fifo_close() for fifo vnode, without corresponding number of fifo_open(). This causes assertion failure in fifo_close

svn commit: r188388 - head/sys/netinet

2009-02-09 Thread Randall Stewart
Author: rrs Date: Mon Feb 9 11:42:23 2009 New Revision: 188388 URL: http://svn.freebsd.org/changeset/base/188388 Log: Fix minor spacing problem found by s9indent from last commit. Modified: head/sys/netinet/sctp_crc32.c Modified: head/sys/netinet/sctp_crc32.c =

svn commit: r188387 - head/sys/netinet

2009-02-09 Thread Randall Stewart
Author: rrs Date: Mon Feb 9 11:41:54 2009 New Revision: 188387 URL: http://svn.freebsd.org/changeset/base/188387 Log: Fix INET only build breakage with SCTP - pointy hat to me :-) Modified: head/sys/netinet/sctputil.c Modified: head/sys/netinet/sctputil.c ===

svn commit: r188386 - head/sys/vm

2009-02-09 Thread Konstantin Belousov
Author: kib Date: Mon Feb 9 11:32:23 2009 New Revision: 188386 URL: http://svn.freebsd.org/changeset/base/188386 Log: Comment out the assertion from r188321. It is not valid for nfs. Reported by: alc Modified: head/sys/vm/vnode_pager.c Modified: head/sys/vm/vnode_pager.c =

svn commit: r188385 - head/sys/kern

2009-02-09 Thread Ed Schouten
Author: ed Date: Mon Feb 9 11:27:56 2009 New Revision: 188385 URL: http://svn.freebsd.org/changeset/base/188385 Log: Remove a stale comment from the clists code. We don't support quote bits. Modified: head/sys/kern/subr_clist.c Modified: head/sys/kern/subr_clist.c =

svn commit: r188384 - stable/7/libexec/ftpd

2009-02-09 Thread Maxim Konovalov
Author: maxim Date: Mon Feb 9 10:28:16 2009 New Revision: 188384 URL: http://svn.freebsd.org/changeset/base/188384 Log: MFC r187913: fix typo. Modified: stable/7/libexec/ftpd/ftpd.8 Modified: stable/7/libexec/ftpd/ftpd.8 ==