Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/dev/pci
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
Home |
Main Index |
Thread Index |
Old Index