svn commit: r185605 - in head/sys: conf dev/xen/blkfront dev/xen/netfront i386/include/xen i386/xen xen xen/xenbus

2008-12-03 Thread Kip Macy
Author: kmacy Date: Thu Dec 4 07:59:05 2008 New Revision: 185605 URL: http://svn.freebsd.org/changeset/base/185605 Log: Integrate 185578 from dfr Use newbus to managed devices Added: head/sys/xen/xenbus/xenbus_if.m (contents, props changed) head/sys/xen/xenbus/xenbusvar.h (contents

svn commit: r185604 - head/sys/i386/xen

2008-12-03 Thread Kip Macy
Author: kmacy Date: Thu Dec 4 07:28:13 2008 New Revision: 185604 URL: http://svn.freebsd.org/changeset/base/185604 Log: fix initialization for case of normal kernbase remove unused shutdown code Modified: head/sys/i386/xen/xen_machdep.c Modified: head/sys/i386/xen/xen_machdep.c

svn commit: r185597 - head/sys/dev/jme

2008-12-03 Thread Pyun YongHyeon
Author: yongari Date: Thu Dec 4 02:16:53 2008 New Revision: 185597 URL: http://svn.freebsd.org/changeset/base/185597 Log: Add HW MAC counter support for newer JMC250/JMC260 revisions. Modified: head/sys/dev/jme/if_jme.c head/sys/dev/jme/if_jmereg.h head/sys/dev/jme/if_jmevar.h Modified:

svn commit: r185596 - head/sys/dev/jme

2008-12-03 Thread Pyun YongHyeon
Author: yongari Date: Thu Dec 4 01:58:40 2008 New Revision: 185596 URL: http://svn.freebsd.org/changeset/base/185596 Log: Add support for newer JMC250/JMC260 revisions. o Chip full mask revision 2 or later controllers have to set correct Tx MAC and Tx offload clock depending on negotiat

Re: svn commit: r185589 - head/sys/compat/freebsd32

2008-12-03 Thread John Baldwin
On Wednesday 03 December 2008 04:43:06 pm Kostik Belousov wrote: > On Wed, Dec 03, 2008 at 06:45:38PM +, John Baldwin wrote: > > Author: jhb > > Date: Wed Dec 3 18:45:38 2008 > > New Revision: 185589 > > URL: http://svn.freebsd.org/changeset/base/185589 > > > > Log: > > When unloading a 32-

Re: svn commit: r185594 - head/sbin/newfs_msdos

2008-12-03 Thread Max Laier
On Thursday 04 December 2008 00:00:57 Max Laier wrote: > Author: mlaier > Date: Wed Dec 3 23:00:57 2008 > New Revision: 185594 > URL: http://svn.freebsd.org/changeset/base/185594 > > Log: > Fix build - cast off_t to (intmax_t) for printing. I'd really like to typedef the int64 types "long long"

svn commit: r185594 - head/sbin/newfs_msdos

2008-12-03 Thread Max Laier
Author: mlaier Date: Wed Dec 3 23:00:57 2008 New Revision: 185594 URL: http://svn.freebsd.org/changeset/base/185594 Log: Fix build - cast off_t to (intmax_t) for printing. Modified: head/sbin/newfs_msdos/newfs_msdos.c Modified: head/sbin/newfs_msdos/newfs_msdos.c ===

svn commit: r185593 - head/sys/dev/bce

2008-12-03 Thread Xin LI
Author: delphij Date: Wed Dec 3 23:00:00 2008 New Revision: 185593 URL: http://svn.freebsd.org/changeset/base/185593 Log: Don't attempt to clear status updates if we did not do a link state change. As a side effect, this makes the excessive interrupts to disappear which has been observed a

Re: svn commit: r185589 - head/sys/compat/freebsd32

2008-12-03 Thread Kostik Belousov
On Wed, Dec 03, 2008 at 06:45:38PM +, John Baldwin wrote: > Author: jhb > Date: Wed Dec 3 18:45:38 2008 > New Revision: 185589 > URL: http://svn.freebsd.org/changeset/base/185589 > > Log: > When unloading a 32-bit system call module, restore the sysent vector in > the 32-bit system call t

Re: svn commit: r185562 - head/sys/boot/i386/boot0

2008-12-03 Thread Peter Jeremy
On 2008-Dec-02 14:57:48 +, Luigi Rizzo <[EMAIL PROTECTED]> wrote: >Log: > This commits brings in a lot of documentation and some enhancement > of the boot0.S code, with a number of compile-time selectable options, > the most interesting one being the ability to select PXE booting. Excellent

svn commit: r185589 - head/sys/compat/freebsd32

2008-12-03 Thread John Baldwin
Author: jhb Date: Wed Dec 3 18:45:38 2008 New Revision: 185589 URL: http://svn.freebsd.org/changeset/base/185589 Log: When unloading a 32-bit system call module, restore the sysent vector in the 32-bit system call table instead of the main system call table. Modified: head/sys/compat/freeb

svn commit: r185588 - head/sbin/newfs

2008-12-03 Thread Luigi Rizzo
Author: luigi Date: Wed Dec 3 18:36:59 2008 New Revision: 185588 URL: http://svn.freebsd.org/changeset/base/185588 Log: Enable operation of newfs on plain files, which is useful when you want to prepare disk images for emulators (though 'makefs' in port can do something similar). This

svn commit: r185587 - head/sbin/newfs_msdos

2008-12-03 Thread Luigi Rizzo
Author: luigi Date: Wed Dec 3 18:22:36 2008 New Revision: 185587 URL: http://svn.freebsd.org/changeset/base/185587 Log: Some useful operational extensions to newfs_msdos, especially when preparing images for emulators or flash devices: + option '-C size' to create the underlying image fi

svn commit: r185586 - head/sys/nfsserver

2008-12-03 Thread Alexander Kabaev
Author: kan Date: Wed Dec 3 17:54:09 2008 New Revision: 185586 URL: http://svn.freebsd.org/changeset/base/185586 Log: Change nfsserver slightly so that it does not trip over the timestamp validation code on ZFS. Problem: when opening file with O_CREAT|O_EXCL NFS has to jump through ext

svn commit: r185585 - in head: lib/libpmc sys/dev/hwpmc

2008-12-03 Thread Joseph Koshy
Author: jkoshy Date: Wed Dec 3 17:30:36 2008 New Revision: 185585 URL: http://svn.freebsd.org/changeset/base/185585 Log: Fixes for Core2 Extreme support. Submitted by: "Artem Belevich" Modified: head/lib/libpmc/libpmc.c head/sys/dev/hwpmc/hwpmc_core.c head/sys/dev/hwpmc/hwpmc_inte

svn commit: r185584 - head/sys/dev/mfi

2008-12-03 Thread Doug Ambrisko
Author: ambrisko Date: Wed Dec 3 16:29:12 2008 New Revision: 185584 URL: http://svn.freebsd.org/changeset/base/185584 Log: Change new card identification names. Submitted by: LSI MFC after:3 days Modified: head/sys/dev/mfi/mfi_pci.c Modified: head/sys/dev/mfi/mfi_pci.c ==

svn commit: r185583 - head/sys/kern

2008-12-03 Thread Bjoern A. Zeeb
Author: bz Date: Wed Dec 3 15:54:35 2008 New Revision: 185583 URL: http://svn.freebsd.org/changeset/base/185583 Log: Fix a credential reference leak. [1] Close subtle but relatively unlikely race conditions when propagating the vnode write error to other active sessions tracing to the

Re: svn commit: r185581 - releng/7.1/share/man/man9

2008-12-03 Thread Julian Elischer
Konstantin Belousov wrote: Author: kib Date: Wed Dec 3 15:10:31 2008 New Revision: 185581 URL: http://svn.freebsd.org/changeset/base/185581 Log: MFC r185474: Clarify the reason to not use the volatile string as an argument to CTR macros. Note the logging of file and line. Approve

svn commit: r185582 - head/sys/dev/hwpmc

2008-12-03 Thread Joseph Koshy
Author: jkoshy Date: Wed Dec 3 15:23:08 2008 New Revision: 185582 URL: http://svn.freebsd.org/changeset/base/185582 Log: Add aliases that map architectural event names to fixed function counters. Modified: head/sys/dev/hwpmc/pmc_events.h Modified: head/sys/dev/hwpmc/pmc_events.h ===

svn commit: r185581 - releng/7.1/share/man/man9

2008-12-03 Thread Konstantin Belousov
Author: kib Date: Wed Dec 3 15:10:31 2008 New Revision: 185581 URL: http://svn.freebsd.org/changeset/base/185581 Log: MFC r185474: Clarify the reason to not use the volatile string as an argument to CTR macros. Note the logging of file and line. Approved by: re (hrs) Modified: r

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

2008-12-03 Thread Konstantin Belousov
Author: kib Date: Wed Dec 3 15:07:17 2008 New Revision: 185580 URL: http://svn.freebsd.org/changeset/base/185580 Log: MFC r185474: Clarify the reason to not use the volatile string as an argument to CTR macros. Note the logging of file and line. Approved by: re (hrs) Modified: s

svn commit: r185579 - in head: sys/boot/i386/boot0 usr.sbin/boot0cfg

2008-12-03 Thread Luigi Rizzo
Author: luigi Date: Wed Dec 3 14:53:59 2008 New Revision: 185579 URL: http://svn.freebsd.org/changeset/base/185579 Log: Another, hopefully final set of changes to boot0 and boot0cfg. boot0.S changes: + import a patch from Christoph Mallon to rearrange the various print functions a

svn commit: r185577 - head/sys/dev/ale

2008-12-03 Thread Pyun YongHyeon
Author: yongari Date: Wed Dec 3 09:01:12 2008 New Revision: 185577 URL: http://svn.freebsd.org/changeset/base/185577 Log: AR8113 also need to set DMA read burst value. This should fix occasional DMA read error seen on AR8113. Submitted by: Jie Yang < Jie.Yang <> Atheros com > Modified:

svn commit: r185576 - head/sys/dev/ale

2008-12-03 Thread Pyun YongHyeon
Author: yongari Date: Wed Dec 3 08:56:01 2008 New Revision: 185576 URL: http://svn.freebsd.org/changeset/base/185576 Log: Add some PHY magic to enable PHY hibernation and 1000baseT/10baseT power adjustment. This change is required to guarantee correct operation on certain switches. Sub