Author: jchandra
Date: Tue Sep 7 07:31:58 2010
New Revision: 212285
URL: http://svn.freebsd.org/changeset/base/212285
Log:
PCIe updates for XLS.
Fix interrupt routing so that the irq returned is correct for XLR and
XLS. This also updates the MSI hack we had earlier - we still don't
rea
On Fri, 3 Sep 2010, Roman Divacky wrote:
Log:
Change the parameter passed to the inline assembly to u_short
as we are dealing with 16bit segment registers. Change mov
to movw.
u_ints were used intentionally to avoid operand size prefixes here
and extra code for promotions in callers. Segme
On Tue, Sep 07, 2010 at 12:23:45AM +, Ryan Stone wrote:
> Author: rstone
> Date: Tue Sep 7 00:23:45 2010
> New Revision: 212281
> URL: http://svn.freebsd.org/changeset/base/212281
>
> Log:
> In munmap() downgrade the vm_map_lock to a read lock before taking a read
> lock on the pmc-sx loc
Author: tijl
Date: Tue Sep 7 08:33:17 2010
New Revision: 212286
URL: http://svn.freebsd.org/changeset/base/212286
Log:
GCC defines built-ins for atomic instructions found on i486 and higher.
Because FreeBSD no longer supports the 80386 cpu all code targeting
FreeBSD/i386 necessarily runs on
Author: jhb
Date: Tue Sep 7 13:50:02 2010
New Revision: 212292
URL: http://svn.freebsd.org/changeset/base/212292
Log:
Each processor socket in a QPI system has a special PCI bus for the
"uncore" devices (such as the memory controller) in that socket. Stop
hardcoding support for two busses,
Author: jhb
Date: Tue Sep 7 14:29:45 2010
New Revision: 212293
URL: http://svn.freebsd.org/changeset/base/212293
Log:
Store the full timestamp when caching timestamps of files and
directories for purposes of validating name cache entries. This
closes races where two updates to a file or di
Author: emax
Date: Tue Sep 7 16:36:03 2010
New Revision: 212296
URL: http://svn.freebsd.org/changeset/base/212296
Log:
Do not request SDP attributes using ranges.
Apparently some devices do not like it.
MFC after:1 week
Tested by:Buganini < buganini at gmail dot com >
Modified
On Mon, Sep 06, 2010 at 11:02:50AM +, Christian Brueffer wrote:
> Author: brueffer
> Date: Mon Sep 6 11:02:50 2010
> New Revision: 212254
> URL: http://svn.freebsd.org/changeset/base/212254
>
> Log:
> sis(4) should work on all architectures now.
>
Thanks a lot!
___
Author: yongari
Date: Tue Sep 7 18:29:29 2010
New Revision: 212302
URL: http://svn.freebsd.org/changeset/base/212302
Log:
Make sure to create DMA'able memory for statistics block. This was
missed in r212061 and it caused crashes for 570x controllers as
controller DMAed statistics to physica
On Fri, Sep 03, 2010 at 11:27:14PM -0700, Pyun YongHyeon wrote:
> On Fri, Sep 3, 2010 at 9:29 PM, Alexander Kabaev wrote:
> > On Tue, 31 Aug 2010 17:33:48 + (UTC)
> > Pyun YongHyeon wrote:
> >
> >> Author: yongari
> >> Date: Tue Aug 31 17:33:48 2010
> >> New Revision: 212061
> >> URL: http://
Author: jfv
Date: Tue Sep 7 20:13:08 2010
New Revision: 212303
URL: http://svn.freebsd.org/changeset/base/212303
Log:
Tighten up the rx mbuf refresh code, there were some
discrepencies from the igb version which was the target.
Change the message when neither MSI or MSIX are enabled
an
Author: jfv
Date: Tue Sep 7 21:28:45 2010
New Revision: 212304
URL: http://svn.freebsd.org/changeset/base/212304
Log:
Code correction in refresh_mbufs, just continuing
without index recalc was wrong.
Modified:
head/sys/dev/e1000/if_em.c
Modified: head/sys/dev/e1000/if_em.c
===
On Monday 06 September 2010 11:28 am, John Baldwin wrote:
> On Monday 06 September 2010 03:34:32 am Andriy Gapon wrote:
> > Author: avg
> > Date: Mon Sep 6 07:34:32 2010
> > New Revision: 212251
> > URL: http://svn.freebsd.org/changeset/base/212251
> >
> > Log:
> > acpi_hp: fix bus attachment co
Author: ivoras
Date: Tue Sep 7 22:40:45 2010
New Revision: 212305
URL: http://svn.freebsd.org/changeset/base/212305
Log:
Avoid "Entry can disappear before we lock fdvp" panic.
PR: 150143
Submitted by: Gleb Kurtsou
Pretty sure it won't blow up: mckusick
MFC after:2 week
Author: yongari
Date: Tue Sep 7 22:44:29 2010
New Revision: 212306
URL: http://svn.freebsd.org/changeset/base/212306
Log:
Remove trailing CR at EOL.
Modified:
head/sys/dev/mii/brgphyreg.h
Modified: head/sys/dev/mii/brgphyreg.h
Author: yongari
Date: Tue Sep 7 23:08:38 2010
New Revision: 212307
URL: http://svn.freebsd.org/changeset/base/212307
Log:
Consistently use tab characters instead of tab + space characters.
No functional changes.
Modified:
head/sys/dev/mii/brgphy.c
head/sys/dev/mii/brgphyreg.h
Modified:
Author: nwhitehorn
Date: Tue Sep 7 23:31:48 2010
New Revision: 212308
URL: http://svn.freebsd.org/changeset/base/212308
Log:
Fix an error made in r209975 related to context ID allocation for 64-bit
PowerPC CPUs running a 32-bit kernel. This bug could cause in-use VSIDs
to be allocated again
Author: davidxu
Date: Wed Sep 8 02:18:20 2010
New Revision: 212312
URL: http://svn.freebsd.org/changeset/base/212312
Log:
To avoid possible race condition, SIGCANCEL is always sent except the
thread is dead.
Modified:
head/lib/libthr/thread/thr_cancel.c
Modified: head/lib/libthr/thread/th
on 08/09/2010 00:38 Jung-uk Kim said the following:
> On Monday 06 September 2010 11:28 am, John Baldwin wrote:
>> On Monday 06 September 2010 03:34:32 am Andriy Gapon wrote:
>>> Author: avg
>>> Date: Mon Sep 6 07:34:32 2010
>>> New Revision: 212251
>>> URL: http://svn.freebsd.org/changeset/base/2
19 matches
Mail list logo