svn commit: r213137 - head/etc/rc.d

2010-09-24 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri Sep 24 19:53:55 2010 New Revision: 213137 URL: http://svn.freebsd.org/changeset/base/213137 Log: Add gptboot script that is responsible for: - looking for partition with 'bootonce' attribute alone (without 'bootme' attribute), removing it and logging that we

svn commit: r213138 - stable/7/sys/pci

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 20:04:23 2010 New Revision: 213138 URL: http://svn.freebsd.org/changeset/base/213138 Log: MFC r195484: Make xl(4) build with Tx checksum offload. PR: kern/136409 Modified: stable/7/sys/pci/if_xl.c Directory Properties: stable/7/sys/ (props

svn commit: r213139 - stable/7/sys/pci

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 20:08:59 2010 New Revision: 213139 URL: http://svn.freebsd.org/changeset/base/213139 Log: MFC r191609: remove dead code with reference to IFQ_HANDOFF Modified: stable/7/sys/pci/if_xl.c Directory Properties: stable/7/sys/ (props changed)

Re: svn commit: r212964 - head/sys/kern

2010-09-24 Thread Doug Barton
On 9/24/2010 6:23 AM, John Baldwin wrote: The biggest argument against this (and the reason I always enable crashdumps on all machines I am involved with) is that many panics are not easily reproducible, esp. ones that trigger under load. If dumpdev is not on by default, then the info from a

Re: svn commit: r213002 - in stable/8: include lib/libc/gen

2010-09-24 Thread Doug Barton
On 9/23/2010 11:14 PM, Rui Paulo wrote: On 22 Sep 2010, at 22:08, Bruce Evans wrote: On Wed, 22 Sep 2010, Rui Paulo wrote: Log: MFC r197804 (rwatson): Add basename_r(3) to complement basename(3). basename_r(3) which accepts a caller-allocated buffer of at least MAXPATHLEN, rather than

Re: svn commit: r212964 - head/sys/kern

2010-09-24 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2010/09/23 19:31, M. Warner Losh wrote: In message: alpine.lnx.2.00.1009231841500.23...@ury.york.ac.uk Gavin Atkinson ga...@freebsd.org writes: : On Thu, 23 Sep 2010, Ken Smith wrote: : The issues talked about so far all

svn commit: r213140 - head/sys/mips/cavium

2010-09-24 Thread Juli Mallett
Author: jmallett Date: Fri Sep 24 21:23:23 2010 New Revision: 213140 URL: http://svn.freebsd.org/changeset/base/213140 Log: Make the vast majority of Simple Executive files standard. Perhaps some of these could be made dependent on either of the octusb or octe options, but making them

svn commit: r213144 - stable/8/lib/libutil

2010-09-24 Thread Xin LI
Author: delphij Date: Fri Sep 24 23:47:42 2010 New Revision: 213144 URL: http://svn.freebsd.org/changeset/base/213144 Log: MFC r211393 (des): In setusercontext(), do not apply user settings unless running as the user in question (usually but not necessarily because we were called with

svn commit: r213145 - stable/7/lib/libutil

2010-09-24 Thread Xin LI
Author: delphij Date: Fri Sep 24 23:48:29 2010 New Revision: 213145 URL: http://svn.freebsd.org/changeset/base/213145 Log: MFC r211393 (by des): In setusercontext(), do not apply user settings unless running as the user in question (usually but not necessarily because we were called

Re: svn commit: r212723 - head/sys/compat/linprocfs

2010-09-24 Thread Dag-Erling Smørgrav
Kostik Belousov kostik...@gmail.com writes: This is easy to fix, isn't it ? But there seems to be much more nits. First, allocating 512 * sizeof(char *)-byte object on the stack is not good. Second, the initialization of iov_len for reading the array of string pointers misses '* sizeof(char

svn commit: r213146 - stable/6/lib/libutil

2010-09-24 Thread Xin LI
Author: delphij Date: Fri Sep 24 23:51:45 2010 New Revision: 213146 URL: http://svn.freebsd.org/changeset/base/213146 Log: MFC r211393 (by des): In setusercontext(), do not apply user settings unless running as the user in question (usually but not necessarily because we were called

svn commit: r213147 - head/sys/dev/mpt

2010-09-24 Thread Marius Strobl
Author: marius Date: Fri Sep 24 23:54:03 2010 New Revision: 213147 URL: http://svn.freebsd.org/changeset/base/213147 Log: Take mpt_req_on_{free,pending}_list() out from under INVARIANTS as these are generally useful and not just for debugging. Modified: head/sys/dev/mpt/mpt.h Modified:

Re: svn commit: r212964 - head/sys/kern

2010-09-24 Thread Peter Jeremy
[Pruning CC list and re-adding freebsd-arch on the (forlorn) hope that this thread will move to where it belongs] On 2010-Sep-23 07:31:13 -0700, Matthew Jacob m...@feral.com wrote: It turns out that the big issue here was more the savecore time coming back up rather than the time of dumping. In

svn commit: r213150 - head/sys/mips/cavium/octe

2010-09-24 Thread Juli Mallett
Author: jmallett Date: Sat Sep 25 01:18:01 2010 New Revision: 213150 URL: http://svn.freebsd.org/changeset/base/213150 Log: Handle link updates in a task. Modified: head/sys/mips/cavium/octe/cavium-ethernet.h head/sys/mips/cavium/octe/ethernet-rgmii.c

svn commit: r213153 - in head/lib: libc libc/gen libc/include librt libthr libthr/thread

2010-09-24 Thread David Xu
Author: davidxu Date: Sat Sep 25 01:57:47 2010 New Revision: 213153 URL: http://svn.freebsd.org/changeset/base/213153 Log: To support stack unwinding for cancellation points, add -fexceptions flag for them, two functions _pthread_cancel_enter and _pthread_cancel_leave are added to let

Re: svn commit: r213105 - head/sys/dev/mpt

2010-09-24 Thread Lawrence Stewart
Hi Marius, On 09/25/10 02:40, Marius Strobl wrote: Author: marius Date: Fri Sep 24 16:40:46 2010 New Revision: 213105 URL: http://svn.freebsd.org/changeset/base/213105 Log: Improve r56796; the reply handler actually may remove the request from the chain in which case it shouldn't be

Re: svn commit: r212964 - head/sys/kern

2010-09-24 Thread Daniel O'Connor
On 25/09/2010, at 8:23, Peter Jeremy wrote: savecore already has support for a 'minfree' file to prevent crashdumps filling the crashdir. Maybe the default install should include a minfree set to (say) 512MB. Or perhaps add maxcount and set it to 1 as well as minfree at 512Mb. -- Daniel

svn commit: r213154 - head/lib/libthr/thread

2010-09-24 Thread David Xu
Author: davidxu Date: Sat Sep 25 04:21:31 2010 New Revision: 213154 URL: http://svn.freebsd.org/changeset/base/213154 Log: Simplify code, and in while loop, fix operator to match the unwinding direction. Modified: head/lib/libthr/thread/thr_exit.c Modified:

svn commit: r213155 - head/tools/regression/pthread/unwind

2010-09-24 Thread David Xu
Author: davidxu Date: Sat Sep 25 04:26:40 2010 New Revision: 213155 URL: http://svn.freebsd.org/changeset/base/213155 Log: Add test cases for stack unwinding. Added: head/tools/regression/pthread/unwind/ head/tools/regression/pthread/unwind/Makefile (contents, props changed)

svn commit: r213156 - head/sys/mips/cavium/octe

2010-09-24 Thread Juli Mallett
Author: jmallett Date: Sat Sep 25 04:39:12 2010 New Revision: 213156 URL: http://svn.freebsd.org/changeset/base/213156 Log: o) Send mbufs to BPF listeners from within cvm_oct_xmit(). o) Pin receive threads when they're running since we do access some core-local resources. Modified:

svn commit: r213157 - head/sys/ia64/include

2010-09-24 Thread Warner Losh
Author: imp Date: Sat Sep 25 04:41:42 2010 New Revision: 213157 URL: http://svn.freebsd.org/changeset/base/213157 Log: Remove clauses 3 and 4, per changes to NetBSD versions of these files. Modified: head/sys/ia64/include/_stdint.h head/sys/ia64/include/bus.h Modified:

svn commit: r213158 - head/sys/netinet

2010-09-24 Thread Lawrence Stewart
Author: lstewart Date: Sat Sep 25 04:58:46 2010 New Revision: 213158 URL: http://svn.freebsd.org/changeset/base/213158 Log: Internalise reassembly queue related functionality and variables which should not be used outside of the reassembly queue implementation. Provide a new function to

Re: svn commit: r213002 - in stable/8: include lib/libc/gen

2010-09-24 Thread Rui Paulo
On 22 Sep 2010, at 22:08, Bruce Evans wrote: On Wed, 22 Sep 2010, Rui Paulo wrote: Log: MFC r197804 (rwatson): Add basename_r(3) to complement basename(3). basename_r(3) which accepts a caller-allocated buffer of at least MAXPATHLEN, rather than using a global buffer. MAXPATHLEN

svn commit: r213092 - head/sys/dev/ata/chipsets

2010-09-24 Thread Alexander Motin
Author: mav Date: Fri Sep 24 07:14:14 2010 New Revision: 213092 URL: http://svn.freebsd.org/changeset/base/213092 Log: Add missing le32toh(), same as recently done in ata-siliconimage.c. Modified: head/sys/dev/ata/chipsets/ata-ahci.c Modified: head/sys/dev/ata/chipsets/ata-ahci.c

svn commit: r213094 - stable/8/sbin/reboot

2010-09-24 Thread Andriy Gapon
Author: avg Date: Fri Sep 24 07:27:53 2010 New Revision: 213094 URL: http://svn.freebsd.org/changeset/base/213094 Log: MFC r212789: nextboot: warn about limitations of /boot/nextboot.conf on ZFS Modified: stable/8/sbin/reboot/nextboot.sh Directory Properties: stable/8/sbin/reboot/ (props

svn commit: r213095 - stable/7/sbin/reboot

2010-09-24 Thread Andriy Gapon
Author: avg Date: Fri Sep 24 07:29:29 2010 New Revision: 213095 URL: http://svn.freebsd.org/changeset/base/213095 Log: MFC r212789: nextboot: warn about limitations of /boot/nextboot.conf on ZFS Modified: stable/7/sbin/reboot/nextboot.sh Directory Properties: stable/7/sbin/reboot/ (props

svn commit: r213096 - head/lib/libthr/thread

2010-09-24 Thread David Xu
Author: davidxu Date: Fri Sep 24 07:52:07 2010 New Revision: 213096 URL: http://svn.freebsd.org/changeset/base/213096 Log: In most cases, cancel_point and cancel_async needn't be checked again, because cancellation is almostly checked at cancellation points. Modified:

Re: svn commit: r213002 - in stable/8: include lib/libc/gen

2010-09-24 Thread Bruce Evans
On Fri, 24 Sep 2010, Rui Paulo wrote: On 22 Sep 2010, at 22:08, Bruce Evans wrote: On Wed, 22 Sep 2010, Rui Paulo wrote: Note about semantics: while this interface is not POSIXy, there's another major platform that uses it (Android) and the semantics between the two platforms are pretty much

Re: svn commit: r212723 - head/sys/compat/linprocfs

2010-09-24 Thread pluknet
On 16 September 2010 11:56, Dag-Erling Smorgrav d...@freebsd.org wrote: Author: des Date: Thu Sep 16 07:56:34 2010 New Revision: 212723 URL: http://svn.freebsd.org/changeset/base/212723 Log:  Implement proc/$$/environment. [...]  /*  * Filler function for proc/pid/environ  */  static

svn commit: r213099 - in head: libexec/tftpd usr.bin/tftp

2010-09-24 Thread Marius Strobl
Author: marius Date: Fri Sep 24 10:40:17 2010 New Revision: 213099 URL: http://svn.freebsd.org/changeset/base/213099 Log: Make WARNS=6 clean. MFC after:1 week Modified: head/libexec/tftpd/Makefile head/libexec/tftpd/tftp-file.c head/libexec/tftpd/tftp-options.c

Re: svn commit: r212964 - head/sys/kern

2010-09-24 Thread Gavin Atkinson
On Thu, 23 Sep 2010, Ken Smith wrote: This is definitely one I don't have a strong enough opinion on to fight over, I sympathize with both sides. If the general consensus is mostly towards changing so be it. I've got no way to tell what percentage of users would have any clue what to do with

Re: svn commit: r212723 - head/sys/compat/linprocfs

2010-09-24 Thread Kostik Belousov
On Fri, Sep 24, 2010 at 02:17:29PM +0400, pluknet wrote: On 16 September 2010 11:56, Dag-Erling Smorgrav d...@freebsd.org wrote: Author: des Date: Thu Sep 16 07:56:34 2010 New Revision: 212723 URL: http://svn.freebsd.org/changeset/base/212723 Log:  Implement proc/$$/environment.

Re: svn commit: r212723 - head/sys/compat/linprocfs

2010-09-24 Thread pluknet
2010/9/24 Kostik Belousov kostik...@gmail.com: On Fri, Sep 24, 2010 at 02:17:29PM +0400, pluknet wrote: On 16 September 2010 11:56, Dag-Erling Smorgrav d...@freebsd.org wrote: Author: des Date: Thu Sep 16 07:56:34 2010 New Revision: 212723 URL:

svn commit: r213100 - head/lib/libthr/thread

2010-09-24 Thread David Xu
Author: davidxu Date: Fri Sep 24 13:01:01 2010 New Revision: 213100 URL: http://svn.freebsd.org/changeset/base/213100 Log: inline testcancel() into thr_cancel_leave(), because cancel_pending is almost false, this makes a slight better branch predicting. Modified:

Re: svn commit: r212723 - head/sys/compat/linprocfs

2010-09-24 Thread Kostik Belousov
On Fri, Sep 24, 2010 at 04:24:18PM +0400, pluknet wrote: 2010/9/24 Kostik Belousov kostik...@gmail.com: On Fri, Sep 24, 2010 at 02:17:29PM +0400, pluknet wrote: On 16 September 2010 11:56, Dag-Erling Smorgrav d...@freebsd.org wrote: Author: des Date: Thu Sep 16 07:56:34 2010 New

Re: svn commit: r212723 - head/sys/compat/linprocfs

2010-09-24 Thread John Baldwin
On Friday, September 24, 2010 7:53:11 am Kostik Belousov wrote: On Fri, Sep 24, 2010 at 02:17:29PM +0400, pluknet wrote: On 16 September 2010 11:56, Dag-Erling Smorgrav d...@freebsd.org wrote: Author: des Date: Thu Sep 16 07:56:34 2010 New Revision: 212723 URL:

Re: svn commit: r212964 - head/sys/kern

2010-09-24 Thread John Baldwin
On Thursday, September 23, 2010 11:11:24 pm Ken Smith wrote: On Thu, 2010-09-23 at 20:31 -0600, M. Warner Losh wrote: In message: alpine.lnx.2.00.1009231841500.23...@ury.york.ac.uk Gavin Atkinson ga...@freebsd.org writes: : On Thu, 23 Sep 2010, Ken Smith wrote: : The issues

Re: svn commit: r212723 - head/sys/compat/linprocfs

2010-09-24 Thread Kostik Belousov
On Fri, Sep 24, 2010 at 08:34:16AM -0400, John Baldwin wrote: On Friday, September 24, 2010 7:53:11 am Kostik Belousov wrote: On Fri, Sep 24, 2010 at 02:17:29PM +0400, pluknet wrote: On 16 September 2010 11:56, Dag-Erling Smorgrav d...@freebsd.org wrote: Author: des Date: Thu Sep 16

Re: svn commit: r212723 - head/sys/compat/linprocfs

2010-09-24 Thread John Baldwin
On Friday, September 24, 2010 9:32:15 am Kostik Belousov wrote: On Fri, Sep 24, 2010 at 08:34:16AM -0400, John Baldwin wrote: On Friday, September 24, 2010 7:53:11 am Kostik Belousov wrote: On Fri, Sep 24, 2010 at 02:17:29PM +0400, pluknet wrote: On 16 September 2010 11:56, Dag-Erling

svn commit: r213101 - in head/sys: netinet netinet6

2010-09-24 Thread Attilio Rao
Author: attilio Date: Fri Sep 24 14:38:54 2010 New Revision: 213101 URL: http://svn.freebsd.org/changeset/base/213101 Log: IP_BINDANY is not correctly handled in getsockopt() case. Fix it by specifying the correct bits. Sponsored by: Sandvine Incorporated Reviewed by: bz, emaste,

svn commit: r213102 - head/libexec/tftpd

2010-09-24 Thread Marius Strobl
Author: marius Date: Fri Sep 24 14:44:04 2010 New Revision: 213102 URL: http://svn.freebsd.org/changeset/base/213102 Log: Remove the duplicate logging of failed read requests, whose error message also was inappropriate as it triggered for every EACCESS and ENOTFOUND, not just the case the

svn commit: r213103 - in head/sys: conf libkern modules/krpc netinet nlm rpc

2010-09-24 Thread Attilio Rao
Author: attilio Date: Fri Sep 24 15:01:45 2010 New Revision: 213103 URL: http://svn.freebsd.org/changeset/base/213103 Log: Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() general in the kernel (just as inet_ntoa() and inet_aton()) are and sync their prototype accordingly with

svn commit: r213109 - stable/8/sys/dev/bge

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 17:59:58 2010 New Revision: 213109 URL: http://svn.freebsd.org/changeset/base/213109 Log: MFC r211596: It seems all Broadcom controllers have a bug that can generate UDP datagrams with checksum value 0 when TX UDP checksum offloading is enabled.

svn commit: r213110 - stable/7/sys/dev/bge

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 18:01:43 2010 New Revision: 213110 URL: http://svn.freebsd.org/changeset/base/213110 Log: MFC r211596: It seems all Broadcom controllers have a bug that can generate UDP datagrams with checksum value 0 when TX UDP checksum offloading is enabled.

svn commit: r213111 - stable/8/share/man/man4

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 18:12:19 2010 New Revision: 213111 URL: http://svn.freebsd.org/changeset/base/213111 Log: MFC r211597: Document newly introduced tunable dev.bge.%d.forced_udpcsum. While I'm here also mention tunable dev.bge.%d.forced_collapse. Modified:

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

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 18:14:22 2010 New Revision: 213112 URL: http://svn.freebsd.org/changeset/base/213112 Log: MFC r211597: Document newly introduced tunable dev.bge.%d.forced_udpcsum. While I'm here also mention tunable dev.bge.%d.forced_collapse. Modified:

svn commit: r213113 - stable/8/sys/dev/xl

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 18:33:15 2010 New Revision: 213113 URL: http://svn.freebsd.org/changeset/base/213113 Log: MFC r211670: Clean up SIOCSIFCAP handler and allow RX checksum offloading could be controlled by user. Modified: stable/8/sys/dev/xl/if_xl.c Directory

svn commit: r213114 - stable/7/sys/pci

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 18:54:06 2010 New Revision: 213114 URL: http://svn.freebsd.org/changeset/base/213114 Log: MFC r211670: Clean up SIOCSIFCAP handler and allow RX checksum offloading could be controlled by user. Modified: stable/7/sys/pci/if_xl.c Directory Properties:

svn commit: r213115 - stable/8/sys/dev/xl

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 18:58:04 2010 New Revision: 213115 URL: http://svn.freebsd.org/changeset/base/213115 Log: MFC r211671: Remove unnecessary controller reinitialization by checking IFF_DRV_RUNNING flag. Modified: stable/8/sys/dev/xl/if_xl.c Directory Properties:

svn commit: r213116 - stable/7/sys/pci

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 19:00:15 2010 New Revision: 213116 URL: http://svn.freebsd.org/changeset/base/213116 Log: MFC r211671: Remove unnecessary controller reinitialization by checking IFF_DRV_RUNNING flag. Modified: stable/7/sys/pci/if_xl.c Directory Properties:

svn commit: r213117 - stable/8/sys/dev/xl

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 19:04:17 2010 New Revision: 213117 URL: http://svn.freebsd.org/changeset/base/213117 Log: MFC r211716: Move xl_reset() to xl_init_locked(). This will make driver initialize controller from a known good state. Previously driver used to issue

svn commit: r213118 - stable/7/sys/pci

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 19:07:14 2010 New Revision: 213118 URL: http://svn.freebsd.org/changeset/base/213118 Log: MFC r211716: Move xl_reset() to xl_init_locked(). This will make driver initialize controller from a known good state. Previously driver used to issue

svn commit: r213119 - head/sbin/newfs

2010-09-24 Thread Kirk McKusick
Author: mckusick Date: Fri Sep 24 19:08:56 2010 New Revision: 213119 URL: http://svn.freebsd.org/changeset/base/213119 Log: Reported problem: Large (60GB) filesystems created using newfs -U -O 1 -b 65536 -f 8192 show incorrect results from df for free and used space when mounted

svn commit: r213120 - stable/8/sys/dev/xl

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 19:09:23 2010 New Revision: 213120 URL: http://svn.freebsd.org/changeset/base/213120 Log: MFC r211717: Implement basic WOL support. Note, not all xl(4) controllers support WOL. Some controllers require additional 3-wire auxiliary remote wakeup

svn commit: r213121 - stable/7/sys/pci

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 19:11:22 2010 New Revision: 213121 URL: http://svn.freebsd.org/changeset/base/213121 Log: MFC r211717: Implement basic WOL support. Note, not all xl(4) controllers support WOL. Some controllers require additional 3-wire auxiliary remote wakeup

svn commit: r213122 - stable/8/sys/dev/ed

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 19:13:43 2010 New Revision: 213122 URL: http://svn.freebsd.org/changeset/base/213122 Log: MFC r211721: Fix a possible unaligned access to savebyte array. PR: kern/122195 Modified: stable/8/sys/dev/ed/if_ed.c Directory Properties: stable/8/sys/

svn commit: r213123 - stable/7/sys/dev/ed

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 19:14:59 2010 New Revision: 213123 URL: http://svn.freebsd.org/changeset/base/213123 Log: MFC r211721: Fix a possible unaligned access to savebyte array. PR: kern/122195 Modified: stable/7/sys/dev/ed/if_ed.c Directory Properties: stable/7/sys/

Re: svn commit: r213097 - head/sbin/geom/class/part

2010-09-24 Thread Pawel Jakub Dawidek
On Fri, Sep 24, 2010 at 01:49:01PM +0400, Andrey V. Elsukov wrote: On 24.09.2010 13:29, pluknet wrote: Log: Implement force (-F) option for gpart destroy verb. Thank you very much! This is a very useful feature. Will you MFC it to RELENG_8? It depends when pjd will do MFC of recent

svn commit: r213124 - stable/8/sys/dev/ed

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 19:16:42 2010 New Revision: 213124 URL: http://svn.freebsd.org/changeset/base/213124 Log: MFC r211764: Add PNP id for Compex RL2000. I'm not sure whether adding this logical id is correct or not because Compex RL2000 is in the list of supported

svn commit: r213125 - stable/7/sys/dev/ed

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 19:18:03 2010 New Revision: 213125 URL: http://svn.freebsd.org/changeset/base/213125 Log: MFC r211764: Add PNP id for Compex RL2000. I'm not sure whether adding this logical id is correct or not because Compex RL2000 is in the list of supported

svn commit: r213126 - stable/8/sys/dev/vr

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 19:19:53 2010 New Revision: 213126 URL: http://svn.freebsd.org/changeset/base/213126 Log: MFC r211765: Remove unnecessary controller reinitialization. CAM filter handling was rewritten long time ago so it should not require controller

svn commit: r213127 - stable/7/sys/dev/vr

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 19:22:41 2010 New Revision: 213127 URL: http://svn.freebsd.org/changeset/base/213127 Log: MFC r211765: Remove unnecessary controller reinitialization. CAM filter handling was rewritten long time ago so it should not require controller

svn commit: r213128 - stable/8/sys/dev/vr

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 19:24:45 2010 New Revision: 213128 URL: http://svn.freebsd.org/changeset/base/213128 Log: MFC r211766: vr_init_locked() will stop and reset the controller. Remove unnecessary vr_stop()/vr_reset() calls. Modified: stable/8/sys/dev/vr/if_vr.c Directory

svn commit: r213129 - stable/7/sys/dev/vr

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 19:26:27 2010 New Revision: 213129 URL: http://svn.freebsd.org/changeset/base/213129 Log: MFC r211766: vr_init_locked() will stop and reset the controller. Remove unnecessary vr_stop()/vr_reset() calls. Modified: stable/7/sys/dev/vr/if_vr.c Directory

svn commit: r213130 - stable/8/sys/pci

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 19:27:47 2010 New Revision: 213130 URL: http://svn.freebsd.org/changeset/base/213130 Log: MFC r211767: Remove unnecessary controller reinitialization. PR: kern/87506 Modified: stable/8/sys/pci/if_rl.c Directory Properties: stable/8/sys/ (props

svn commit: r213131 - stable/7/sys/pci

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 19:29:01 2010 New Revision: 213131 URL: http://svn.freebsd.org/changeset/base/213131 Log: MFC r211767: Remove unnecessary controller reinitialization. PR: kern/87506 Modified: stable/7/sys/pci/if_rl.c Directory Properties: stable/7/sys/ (props

svn commit: r213132 - stable/8/sys/dev/age

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 19:30:34 2010 New Revision: 213132 URL: http://svn.freebsd.org/changeset/base/213132 Log: MFC r211768: Remove unnecessary controller reinitialization. PR: kern/87506 Modified: stable/8/sys/dev/age/if_age.c Directory Properties: stable/8/sys/

svn commit: r213133 - head/sys/sys

2010-09-24 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri Sep 24 19:31:08 2010 New Revision: 213133 URL: http://svn.freebsd.org/changeset/base/213133 Log: Add three GPT attributes: GPT_ENT_ATTR_BOOTME - this is bootable partition GPT_ENT_ATTR_BOOTONCE - try to boot only once from this partition

svn commit: r213134 - stable/7/sys/dev/age

2010-09-24 Thread Pyun YongHyeon
Author: yongari Date: Fri Sep 24 19:31:53 2010 New Revision: 213134 URL: http://svn.freebsd.org/changeset/base/213134 Log: MFC r211768: Remove unnecessary controller reinitialization. PR: kern/87506 Modified: stable/7/sys/dev/age/if_age.c Directory Properties: stable/7/sys/

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

2010-09-24 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri Sep 24 19:33:47 2010 New Revision: 213135 URL: http://svn.freebsd.org/changeset/base/213135 Log: Allow to configure GPT attributes. It shouldn't be allowed to set bootfailed attribute (it should be allowed only to unset it), but for test purposes it might be useful, so

svn commit: r213136 - in head/sys/boot: common i386/common i386/gptboot i386/gptzfsboot i386/zfsboot zfs

2010-09-24 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri Sep 24 19:49:12 2010 New Revision: 213136 URL: http://svn.freebsd.org/changeset/base/213136 Log: - Split code shared by almost any boot loader into separate files and clean up most layering violations: sys/boot/i386/common/rbx.h: RBX_*