> Without:
>
>
> Index: arch/mips/config.in
> ===================================================================
> RCS file: /cvs/linux/arch/mips/config.in,v
> retrieving revision 1.151
> diff -u -r1.151 config.in
> --- arch/mips/config.in 2001/11/26 12:01:08 1.151
> +++ arch/mips/config.in 2001/11/27 12:17:26
> @@ -292,6 +292,10 @@
> define_bool CONFIG_PC_KEYB y
> fi
>
> +if [ "$CONFIG_DECSTATION" = "y" ]; then
> + define_bool CONFIG_NONCOHERENT_IO y
> +fi
> +
> if [ "$CONFIG_ISA" != "y" ]; then
> define_bool CONFIG_ISA n
> define_bool CONFIG_EISA n
We got nailed by this to. Ralph I like to suggest that we add
set CONFIG_NONCOHERENT_IO
to arch/mips/Config.in since most devices of this type don't support
IO coherency.
|