Subject: Re: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: source-changes
Date: 11/23/2007 23:34:26
On Fri, Nov 23, 2007 at 10:27:02PM +0000, Iain Hibbert wrote:
> 
> Module Name:	src
> Committed By:	plunky
> Date:		Fri Nov 23 22:27:02 UTC 2007
> 
> Modified Files:
> 	src/sys/dev/pci: if_wpi.c
> 
> Log Message:
> when using CFATTACH_DECL_NEW(), we must remember to record the
> device_t if we wish to use it.
> 
> 	sc->sc_dev = self;

Not exactly true. It is just "use of an uninitialised field". What
surprises me is that it wasn't faulting.

Joerg