Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: DEGROOTE Arnaud <degroote@netbsd.org>
List: source-changes
Date: 11/16/2007 00:13:32
Module Name: src
Committed By: degroote
Date: Fri Nov 16 00:13:32 UTC 2007
Modified Files:
src/sys/dev/pci: if_wpi.c if_wpivar.h
Log Message:
Use device_t instead of struct device* and use associated functions
Use callout_setfunc and callout_scheduler instead of callout_reset
No functionnal change expected
To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/dev/pci/if_wpi.c
cvs rdiff -r1.8 -r1.9 src/sys/dev/pci/if_wpivar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.