On Mon, Jan 31, 2011 at 12:29 +0100, Gabriel Linder wrote:
> On 01/30/11 06:04, Gabriel Linder wrote:
> >This diff fix some problems on my EeePC 1005PX :
> >- splassert failure when booting without a network cable
> >- panic when unplugging a network cable
> >- network does not come back when plugging a network cable
> >- watchdog timeouts
> 
> Mike Belopuhov found another logic bug, updated diff follows.
> 
> cf http://marc.info/?l=openbsd-tech&m=129639859909043&w=2
> 
> -int  alc_match(struct device *, void *, void *);
> +int  alc_probe(struct device *, void *, void *);

please don't rename functions like that.  we prefer _match, not _probe.
otherwise i'm okay with the diff.

Reply via email to