> # grep -rw mem_range_softc /sys/arch/i386
> 
> [...]
> /sys/arch/i386/i386/mem.c:struct mem_range_softc mem_range_softc;
> [...]

grep will not show you the #ifdef constructs surrounding some of these
declarations.

> # grep -rw mem /sys/arch/i386/conf/files.i386
> /sys/arch/i386/conf/files.i386:file     arch/i386/i386/mem.c
> --------------------------------------------------------
> 
> Still I don't know which option/line is missing. There is no such thing
> as "i386" in GENERIC, from which I derive my config.

Not even on the `machine' line?

Miod

Reply via email to