Re: svn commit: r313343 - head/sys/arm/arm

2017-04-14 Thread Ronald Klop
With this change merged to 11-CURRENT my SHEEVAPLUG/arm displays different information in dmesg: messages:Apr 15 00:53:07 sheeva2 kernel: Little-endian DC enabled IC enabled WA disabled DC streaming enabled messages:Apr 15 00:53:07 sheeva2 kernel: WB enabled LABT branch prediction enabled m

Re: svn commit: r313343 - head/sys/arm/arm

2017-02-08 Thread Stanislav Galabov
Hi, I hadn’t looked at 11-CURRENT to be honest, but looking at it - yes, it seems is applicable there too. Unfortunately I am not certain I’ll have time to MFC this, so if anyone wants to/has the time - please be my guest. Best wishes, Stanislav > On Feb 8, 2017, at 14:58, Ronald Klop wrote:

Re: svn commit: r313343 - head/sys/arm/arm

2017-02-08 Thread Ronald Klop
Hello, Is this applicable to 11-CURRENT also? That version (sys/arm/arm/identcpu.c) has: void identify_arm_cpu(void) { u_int cpuid, reg, size, sets, ways; u_int8_t type, linesize, ctrl; int i; Regards, Ronald. On Mon, 06 Feb 2017 15:58:24 +0100, Stanislav Galabov wr