re: CVS commit: src/sys/arch

2010-08-16 Thread matthew green
Module Name: src Committed By: jym Date: Mon Aug 16 19:39:06 UTC 2010 Modified Files: src/sys/arch/i386/i386: machdep.c src/sys/arch/x86/include: cpu.h Log Message: Add machdep.pae sysctl(7) for i386. Thanks to Paul and Joerg for their reviews. In kernel, it

Re: CVS commit: src/sys/arch

2010-08-16 Thread Jean-Yves Migeon
On 16.08.2010 22:22, matthew green wrote: Module Name: src Committed By:jym Date:Mon Aug 16 19:39:06 UTC 2010 Modified Files: src/sys/arch/i386/i386: machdep.c src/sys/arch/x86/include: cpu.h Log Message: Add machdep.pae sysctl(7) for i386. Thanks to

re: CVS commit: src/sys/arch

2010-08-16 Thread Jean-Yves Migeon
On Tue, 17 Aug 2010 06:55:21 +1000, matthew green m...@eterna.com.au wrote: Log Message: Add machdep.pae sysctl(7) for i386. Thanks to Paul and Joerg for their reviews. In kernel, it matches the 'i386_use_pae' variable (0: kernel does not use PAE, 1: kernel uses PAE). Will be used

re: CVS commit: src/sys/arch

2010-08-16 Thread matthew green
For kernel core dumps, at the present time, no; this needs thinking, and testing: - kvm(3) API will have to move from using 'unsigned long' to 'paddr_t'. I am currently checking that for all architectures except i386, sizeof(paddr_t) == sizeof(u_long). sparc and 32 bit sparc64 kernels use