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
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
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:
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
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-
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"
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
===
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
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
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
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
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
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
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
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
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
==
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
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
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
===
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
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
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
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:
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
24 matches
Mail list logo