Subject: Re: CVS commit: syssrc
To: None <jeffs@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 07/11/2000 16:53:08
Jeff Smith wrote:
> Module Name: syssrc
> Committed By: jeffs
> Date: Tue Jul 11 06:34:58 UTC 2000
>
> Modified Files:
>
> syssrc/sys/arch/mips/include: cpu.h
>
> Log Message:
>
> Only define machdep sysctls if CPU_MAXID is not defined by machine/cpu.h.
> This lets mips ports have additional machdep sysctl. ...
This will stop having a shared userland amongst same-endian mips ports,
which is not a good thing. New machdep sysctls should be added to
mips/cpu.h and only implemented on the ports that need them. I think
all mips ports currently return EOPNOTSUPP in the default case for the
cpu_sysctl() handler...
Simon.