Re: HAPPY_MEAL

Tom Dyas (tdyas@xenophanes.rutgers.edu)
Wed, 2 Apr 97 1:27:01 EST


>
> Okay, I give up. Is happy_meal_probe an April Fool's Day joke or
> did I take one too many hits of LSD?
>
> (from patch-pre-2.0.30-2)
> +#ifdef CONFIG_TADPOLE_NICE
> + && tadpole_nice_probe(dev)
> +#endif
> +#ifdef CONFIG_HAPPYMEAL
> + && happy_meal_probe(dev)
> +#endif
> +#ifdef CONFIG_SUNQE
> + && qec_probe(dev)
> +#endif
>

Unfortunately, it is not an April Fool's joke esp. since the Happy
Meal ethernet driver (100BaseT) has been in the SPARC kernel for quite
some time. Read drivers/net/sunhme.c for more information.

Tom