Re: AMD CPU/APU temperature driver

2017-03-06 Thread Cy Schubert
In message <20170306090406.GA1869@c720-r292778-amd64>, Matthias Apitz writes: > El día Monday, March 06, 2017 a las 05:04:31AM +0300, Rozhuk Ivan escribió: > > > Hi! > > > > > > New amdtemp driver needs more testers! > > > > > > https://reviews.freebsd.org/D9759 > > > > Fast buld/install:

Re: AMD CPU/APU temperature driver

2017-03-06 Thread Olivier Cochard-Labbé
On Mon, Mar 6, 2017 at 3:04 AM, Rozhuk Ivan wrote: > Hi! > > > New amdtemp driver needs more testers! > > > https://reviews.freebsd.org/D9759 > > ​ This patch apply correctly (on 12-head r314770), but a "make buildkernel" failed with ​--- all_subdir_amdtemp ---

RE: Boot failure - svn up from this morning

2017-03-06 Thread Dexuan Cui
> From: owner-freebsd-curr...@freebsd.org [mailto:owner-freebsd- > curr...@freebsd.org] On Behalf Of Dexuan Cui > Hi Chris, > Thank you very much for the screenshots!!! > > On the host there is a 1MB LoaderData memory range, which splits > the big Conventional Memory range into a small one (15MB)

Re: PowerMac G5 and KMS

2017-03-06 Thread Herminio Hernandez, Jr.
Per the radeon man page *here . *However this option has been removed after 10.2. Under Linux the you set it in yaboot bootloader by using 'radeon.agpmode=-1'. I do not know if this will work in loader.conf

RE: input/output error @boot

2017-03-06 Thread Roberto Rodriguez Jr
Hey I do appreciate the work and time put into this issue. I will update my sources when I chroot from the USB, need to find out how first, ;) and do I rebuildworld or just download the lastest head snapshot? Im new to testing with others. Thank you very much

Re: How many versions of clang/llvm are currently required to maintain a system

2017-03-06 Thread Kurt Jaeger
Hi! > A big chunk of this is down to lang/pure. The upstream links for > pure at bitbucket.org have mysteriously disappeared; those who care > may get an uneasy feeling. https://bitbucket.org/purelang/pure-lang/downloads/ has 0.66 ? -- p...@opsec.eu+49 171 3101372

Re: PowerMac G5 and KMS

2017-03-06 Thread 小野寛生
Thank you. Just unconditionally disabling AGP in R300 initialization made radeonkms to load successfully. It seems that no tunables for FreeBSD are described instead of MODULE_PARM_DESC and module_param_named. So, I have to learn how to add them to the source code.

Re: How many versions of clang/llvm are currently required to maintain a system

2017-03-06 Thread rb
Hi, > On 6 Mar 2017, at 14:16, Kurt Jaeger wrote: > > Hi! > >> A big chunk of this is down to lang/pure. The upstream links for >> pure at bitbucket.org have mysteriously disappeared; those who care >> may get an uneasy feeling. > >

RE: input/output error @boot

2017-03-06 Thread Dexuan Cui
Hi Roberto, I’m not sure if the snapshot is built daily or weekly. To have this latest fix, I suggest you re-buildworld. If you have done buildworld in your local directory, then you only need to rebuild the EFI loader: 'wget' the patch

Re: How many versions of clang/llvm are currently required to maintain a system

2017-03-06 Thread Chris H
On Mon, 6 Mar 2017 01:16:00 -0600 Mark Linimon wrote > Please see https://wiki.freebsd.org/ObsoleteLLVMVersions . The perfect answer. Thank you, Mark! --Chris > > mcl ___ freebsd-current@freebsd.org mailing list

CFT: aacraid users

2017-03-06 Thread Andriy Gapon
If you currently use aacraid(4) driver and can afford to run a test, could you please test if you get any regressions after applying the following patch? https://reviews.freebsd.org/D9900.diff Thank you! -- Andriy Gapon ___

Strange kernel build breakage (after r314283?)

2017-03-06 Thread Lev Serebryakov
I've got this error when tried to update my -CURRENT VM to r314772: /data/src/sys/cam/cam_xpt.c:84:1: error: static_assert failed "XPT_PRINT_LEN is too large" _Static_assert(XPT_PRINT_LEN <= XPT_PRINT_MAXLEN, "XPT_PRINT_LEN is too large"); ^ ~ I

RE: input/output error @boot

2017-03-06 Thread Roberto Rodriguez Jr
Very excellent! looks good ... I do it when I get home from work. Thank u On Mar 6, 2017 9:06 AM, "Dexuan Cui" wrote: > Hi Roberto, > > I’m not sure if the snapshot is built daily or weekly. > > > > To have this latest fix, I suggest you re-buildworld. > > If you have done

Re: Strange kernel build breakage (after r314283?)

2017-03-06 Thread Lev Serebryakov
On 06.03.2017 20:10, Lev Serebryakov wrote: > I've got this error when tried to update my -CURRENT VM to r314772: > > /data/src/sys/cam/cam_xpt.c:84:1: error: static_assert failed > "XPT_PRINT_LEN is too large" > _Static_assert(XPT_PRINT_LEN <= XPT_PRINT_MAXLEN, "XPT_PRINT_LEN is too > large");

make.conf

2017-03-06 Thread Roberto Rodriguez Jr
Good evening gentlemen or good morning I would like to know what kind of settings you would like us testers to have in our configuration. For example I simply establish a CPU type just for basic assembly optimization but what other settings would you recommend to set so that when we recompile and

RE: input/output error @boot

2017-03-06 Thread Dexuan Cui
> From: Dexuan Cui > I committed r314770 just now to minimize the impact: > https://svnweb.freebsd.org/base?view=revision=314770 > > Please let me know in case this can't solve the issue. Sorry, r314770 has a bug, so I had to commit r314828: https://svnweb.freebsd.org/base?view=revision=314828

RE: Boot failure - svn up from this morning

2017-03-06 Thread Dexuan Cui
> From: Dexuan Cui > I committed r314770 just now to minimize the impact: > https://svnweb.freebsd.org/base?view=revision=314770 > > Please let me know in case this can't solve the issue. Sorry, r314770 has a bug, so I had to commit r314828 for this:

Re: How many versions of clang/llvm are currently required to maintain a system

2017-03-06 Thread Bob Bishop
Hi, A big chunk of this is down to lang/pure. The upstream links for pure at bitbucket.org have mysteriously disappeared; those who care may get an uneasy feeling. > On 6 Mar 2017, at 07:16, Mark Linimon wrote: > > Please see

RE: input/output error @boot

2017-03-06 Thread Dexuan Cui
> From: Dexuan Cui > Sent: Monday, March 6, 2017 14:35 > To: 'Roberto Rodriguez Jr' ; freebsd- > curr...@freebsd.org > Subject: RE: input/output error @boot > > > From: owner-freebsd-curr...@freebsd.org [mailto:owner-freebsd- > > curr...@freebsd.org] On Behalf Of Roberto

RE: Boot failure - svn up from this morning

2017-03-06 Thread Dexuan Cui
> From: Dexuan Cui > Sent: Monday, March 6, 2017 13:10 > Can you please try the below patch? > https://reviews.freebsd.org/D9904 > You can find the URL of the "Download Raw Diff" in the page and > 'wget' the patch and then apply it. > > It should be able to fix the recent UEFI-boot issue

Re: AMD CPU/APU temperature driver

2017-03-06 Thread Matthias Apitz
El día Monday, March 06, 2017 a las 05:04:31AM +0300, Rozhuk Ivan escribió: > Hi! > > > New amdtemp driver needs more testers! > > > https://reviews.freebsd.org/D9759 > > Fast buld/install: > ...download and apply patch... > kldunload amdtemp > cd /usr/src/sys/modules/amdtemp/ > make > make