Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Iain Hibbert <plunky@netbsd.org>
List: source-changes
Date: 11/23/2007 22:27:02
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;
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sys/dev/pci/if_wpi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.