Re: MSI on HyperTransport

2011-05-30 Thread Stuart Henderson
On 2011/05/29 20:03, Mark Kettenis wrote: On some machines the MSI remapping capabilities are not automatically enabled by the BIOS. My diff leaves those disabled. I guess this is the case with my HT-1000 based Supermicro; system still works but msi is not used. This diff will effectively

Re: Deprecating mips-openbsd

2011-05-30 Thread Rainer Orth
Richard Sandiford rdsandif...@googlemail.com writes: Index: gcc/config.gcc === --- gcc/config.gcc2011-05-28 09:00:32.0 +0100 +++ gcc/config.gcc2011-05-28 09:00:45.0 +0100 @@ -240,6 +240,7 @@ case

Re: Deprecating mips-openbsd

2011-05-30 Thread Otto Moerbeek
On Mon, May 30, 2011 at 10:09:59AM +0200, Rainer Orth wrote: Richard Sandiford rdsandif...@googlemail.com writes: Index: gcc/config.gcc === --- gcc/config.gcc 2011-05-28 09:00:32.0 +0100 +++ gcc/config.gcc

Re: Deprecating mips-openbsd

2011-05-30 Thread Richard Sandiford
Rainer Orth r...@cebitec.uni-bielefeld.de writes: Richard Sandiford rdsandif...@googlemail.com writes: Index: gcc/config.gcc === --- gcc/config.gcc 2011-05-28 09:00:32.0 +0100 +++ gcc/config.gcc 2011-05-28

Re: Deprecating mips-openbsd

2011-05-30 Thread Richard Sandiford
Otto Moerbeek o...@drijf.net writes: On Mon, May 30, 2011 at 10:09:59AM +0200, Rainer Orth wrote: Richard Sandiford rdsandif...@googlemail.com writes: Index: gcc/config.gcc === --- gcc/config.gcc 2011-05-28

misc. ksh diffs

2011-05-30 Thread Alexander Polakov
I think ksh needs more love from the devs ;) [PATCH 1/7] ksh/vi mode: complete as command on Ctrl-f. * adds a flag for x_cf_glob() to force completion like it was a command * new argument for complete_word() to pass the flag * reuse print_expansions() unused argument to pass the flag Why:

Re: cwm: utf-8 diff

2011-05-30 Thread Owain Ainsworth
On Fri, May 27, 2011 at 04:28:44PM +0400, Alexander Polakov wrote: This diff works for me with some fonts (fixed, snap, even verdana), but doesn't work with terminus (black squares instead of chars). I have been meaning to write this diff for years. I will try and get to it soon. Cheers, -0-

switch to xkeyboard-config XKB configuration: please test

2011-05-30 Thread Matthieu Herrb
Hi, Some years ago X.Org decided to switch to a new set of XKB (the X Keyboard extension) data files known as xkeyboard-config. For various reasons (local changes, complexity of the build system for xkeyboard-config, slacking) Xenocara is still using the old and unmaintained xkb-data. The

Don't bother checking for an empty pageq before freeing the

2011-05-30 Thread Owain Ainsworth
list Reply-To: It will handle an empty list just fine (there is a potential small optimisation in there to avoid grabbing the fpageqlock if no pages need freeing but that is another diff) ok? diff --git uvm/uvm_km.c uvm/uvm_km.c index 1990adf..818cb18 100644 --- uvm/uvm_km.c +++ uvm/uvm_km.c

replaced handrolled version of uvmfault_unlockmaps with that function

2011-05-30 Thread Owain Ainsworth
ok? diff --git uvm/uvm_fault.c uvm/uvm_fault.c index 76f0708..76429dc 100644 --- uvm/uvm_fault.c +++ uvm/uvm_fault.c @@ -1936,11 +1936,7 @@ uvmfault_lookup(struct uvm_faultinfo *ufi, boolean_t write_lock) */ if (UVM_ET_ISSUBMAP(ufi-entry)) {

Move uvm_pglist* to uvm_page.c

2011-05-30 Thread Owain Ainsworth
These functions used to be big and complicated, now they are glorified wrappers around pmemrange and don't really need their own file. Discussed with ariane@ a while ago. ok? diff --git conf/files conf/files index 02da860..017e5f9 100644 --- conf/files +++ conf/files @@ -1007,7 +1007,6 @@ file

check for correct flag in uvm_page_unbusy

2011-05-30 Thread Owain Ainsworth
No functional change since aobjs should never hit this path. However, I introduced this diff when I reworked the page releasing stuff for objects. ok? diff --git uvm/uvm_page.c uvm/uvm_page.c index 10ef7d1..27e970a 100644 --- uvm/uvm_page.c +++ uvm/uvm_page.c @@ -1099,7 +1099,7 @@

km(4) support for AMD Family 14h processors

2011-05-30 Thread Brad
The newer AMD Family 14h processors have the same mechanism for accessing the internal temp sensor as the previous Family 10h/11h processors. I don't have a system with such a processor so if you have a newer system with this processor please test. Index: share/man/man4/km.4

Re: Radeon HD 4350 variant diff

2011-05-30 Thread Joe Gidi
On Thu, May 26, 2011 8:55 pm, Joe Gidi wrote: Last week I picked up another Radeon HD 4350 card, expecting it to just work like another 4350 I own. For whatever reason, the new card (same manufacturer, same part number) has a different PCI ID and didn't work until I patched in support for it.