Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/xen/conf



lacombar%gmail.com@localhost wrote:

> On Fri, Dec 12, 2008 at 1:08 AM, matthew green <mrg%eterna.com.au@localhost> 
> wrote:
> > a driver like ath(4) is never 'global'.
> >
> ath(4) files and flags definition are in sys/conf/files making it kind
> of global (as a lot of stuff). I'd find it logical to have standard
> options for it in sys/conf/std too.
> 
> I put it there in my private tree before splitting it across
> architecture leading to this miss.

sys/conf/files should have declarations.
sys/conf/std should have configurations.
They have completely different scope.

In this case, all "options ATHHAL_FOO" in
src/sys/external/isc/atheros_hal/conf/std.ath_hal
should be added into each config file where ath is there,
as well as "options VERIFILED_EXEC_FOO" for veriexec(4).

Of cource it's a bit silly, so it may be better to propose
a new generic common name (other than "std") for such
common "options" or other configurations for common MI devices.
(sun3 has arch/sun3/conf/obio.sun3 for example)

We need such common files for MI usb(4) etc.
---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index