CML1 ruleset code

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Wed May 30 2001 - 17:26:42 EST


I've put an updated version of the rule engine on

ftp.linux.org.uk:pub/linux/alan/cml1-load.c

This allows for then to be on a line of its own and the use of 'unset' which
is an unofficial bogosity the alpha people seem to have invented

Haven't fixed the TODO items yet

Example output:

Variable CONFIG_DMA_NONPCI:
{
    {
    All of:
        $CONFIG_IDE!= n
    }
    AND
    {
    Not all of:
        $CONFIG_BLK_DEV_TIVO= y
    }
    AND
    {
    Subset of:
        n
    }
}
OR
{
    {
    All of:
        $CONFIG_IDE!= n
    }
    AND
    {
    All of:
        $CONFIG_BLK_DEV_TIVO= y
    }
    AND
    {
    Subset of:
        y
    }
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu May 31 2001 - 21:00:49 EST