Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 01/18/2000 16:25:23
Module Name:	syssrc
Committed By:	augustss
Date:		Wed Jan 19 00:25:23 UTC 2000

Modified Files:
	syssrc/sys/dev/usb: if_aue.c if_auereg.h

Log Message:
Poll the interrupt pipe every 100 ms instead of every 1 ms.  The interrupt
pipe is only used to collect statistics so it seems rather stupid to bog
down the processor by doing this every ms.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 syssrc/sys/dev/usb/if_aue.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/dev/usb/if_auereg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.