Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: DEGROOTE Arnaud <degroote@netbsd.org>
List: source-changes
Date: 09/02/2007 12:18:06
Module Name:	src
Committed By:	degroote
Date:		Sun Sep  2 12:18:06 UTC 2007

Modified Files:
	src/sys/dev/pci: if_wpi.c if_wpireg.h if_wpivar.h

Log Message:
The service queue isn't used anymore so don't allocate it.
It saves a bit of memory and reduces diff with other BSD.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/dev/pci/if_wpi.c
cvs rdiff -r1.5 -r1.6 src/sys/dev/pci/if_wpireg.h
cvs rdiff -r1.7 -r1.8 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.