Re: CVS commit: src/sys/arch/evbmips/conf

2018-12-30 Thread Jason Thorpe
> On Dec 30, 2018, at 4:34 PM, Sevan Janiyan wrote: > > On 30/12/2018 16:16, Jason Thorpe wrote: >> Maybe create a std.evmips that the various std. files can >> include to get options that you want for everything? > > Noted, I was thinking about the pull up to the 8 branch and making that > a

Re: CVS commit: src/sys/arch/evbmips/conf

2018-12-30 Thread Sevan Janiyan
On 30/12/2018 16:16, Jason Thorpe wrote: > Maybe create a std.evmips that the various std. files can > include to get options that you want for everything? Noted, I was thinking about the pull up to the 8 branch and making that as easy as possible. I don't have anything else further at the moment,

Re: CVS commit: src/sys/arch/evbmips/conf

2018-12-30 Thread Jason Thorpe
> On Dec 30, 2018, at 6:51 AM, Sevan Janiyan wrote: > > Modified Files: > src/sys/arch/evbmips/conf: ADM5120 ADM5120-NB ADM5120-USB ALCHEMY AP30 > CI20 CPMBR1400 DB120 ERLITE GDIUM LINKITSMART7688 LOONGSON MALTA > MERAKI RB153 RB433UAH SBMIPS WGT624V3 XLSATX ZYXELKX

Re: CVS commit: src/sys/arch/evbmips/conf

2017-08-23 Thread coypu
On Tue, Aug 22, 2017 at 05:09:40AM +1000, matthew green wrote: > please put it back on ERLITE. that system is *not* "stable enough now". > all it takes is some heavy work. > > i can't comment on other platforms platforms you changed. should we use 'options OCTEON_MEMSIZE="(256*1024*1024)"' in -8

Re: CVS commit: src/sys/arch/evbmips/conf

2017-08-21 Thread coypu
On Tue, Aug 22, 2017 at 05:09:40AM +1000, matthew green wrote: > please put it back on ERLITE. that system is *not* "stable enough now". > all it takes is some heavy work. > > i can't comment on other platforms platforms you changed. I'll have a stab at fixing the glaring flaws again. But I woul

re: CVS commit: src/sys/arch/evbmips/conf

2017-08-21 Thread matthew green
"Maya Rashish" writes: > Module Name: src > Committed By: maya > Date: Sat Aug 19 09:10:24 UTC 2017 > > Modified Files: > src/sys/arch/evbmips/conf: ADM5120 ALCHEMY CPMBR1400 DB120 ERLITE MALTA > RB153 RB433UAH XLSATX ZYXELKX > > Log Message: > Comment out 'options DEBUG'

Re: CVS commit: src/sys/arch/evbmips/conf

2017-08-08 Thread coypu
On Tue, Aug 08, 2017 at 05:48:47PM +, co...@sdf.org wrote: > Also not sure if it's necessary to do on user_return... After finding docs, I think I should probably use this opportunity to re-enable RAS (and not clear) :-)

Re: CVS commit: src/sys/arch/evbmips/conf

2017-08-08 Thread coypu
On Tue, Aug 08, 2017 at 05:48:47PM +, co...@sdf.org wrote: > Currently we do not do the empty jumps. the code claims it is flushing > the BTB but it's hard to tell as the docs are in Chinese. Never mind, it's right. Also docs in English: http://dev.lemote.com/files/resource/documents/Loongson/

Re: CVS commit: src/sys/arch/evbmips/conf

2017-08-08 Thread coypu
On Tue, Aug 08, 2017 at 12:22:21PM +, Maya Rashish wrote: > This only need to be performed on kernel code, because only there we can have > accesses not translated/limited by TLB. For user code, it is impossible to > generate accesses to unwanted physical address. So it is safe. > > Also, to p

Re: CVS commit: src/sys/arch/evbmips/conf

2017-08-01 Thread coypu
On Tue, Aug 01, 2017 at 04:12:33PM +, Maya Rashish wrote: > Module Name: src > Committed By: maya > Date: Tue Aug 1 16:12:33 UTC 2017 > > Modified Files: > src/sys/arch/evbmips/conf: CPMBR1400 LINKITSMART7688 ZYXELKX > > Log Message: > Wrong architecture for IBCS2 compat! it's

Re: CVS commit: src/sys/arch/evbmips/conf

2012-07-30 Thread Matt Thomas
On Jul 30, 2012, at 7:01 AM, Paul Goyette wrote: > On Mon, 30 Jul 2012, KIYOHARA Takashi wrote: > >> Module Name: src >> Committed By:kiyohara >> Date:Mon Jul 30 13:50:06 UTC 2012 >> >> Modified Files: >> src/sys/arch/evbmips/conf: ALCHEMY MALTA >> >> Log Message:

Re: CVS commit: src/sys/arch/evbmips/conf

2012-07-30 Thread KIYOHARA Takashi
Hi! From: Paul Goyette Date: Mon, 30 Jul 2012 07:01:10 -0700 (PDT) > On Mon, 30 Jul 2012, KIYOHARA Takashi wrote: > > > Module Name:src > > Committed By: kiyohara > > Date: Mon Jul 30 13:50:06 UTC 2012 > > > > Modified Files: > > src/sys/arch/evbmips/conf: ALCHE

Re: CVS commit: src/sys/arch/evbmips/conf

2012-07-30 Thread Paul Goyette
On Mon, 30 Jul 2012, KIYOHARA Takashi wrote: Module Name:src Committed By: kiyohara Date: Mon Jul 30 13:50:06 UTC 2012 Modified Files: src/sys/arch/evbmips/conf: ALCHEMY MALTA Log Message: Enable INET6. Avoid build failed when enable ipf and disable INET6. While this

Re: CVS commit: src/sys/arch/evbmips/conf

2012-07-30 Thread Matt Thomas
On Jul 30, 2012, at 6:50 AM, KIYOHARA Takashi wrote: > Module Name: src > Committed By: kiyohara > Date: Mon Jul 30 13:50:06 UTC 2012 > > Modified Files: > src/sys/arch/evbmips/conf: ALCHEMY MALTA > > Log Message: > Enable INET6. Avoid build failed when enable ipf and disable IN