Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 02/22/2003 07:24:18
Module Name: src
Committed By: tsutsui
Date: Sat Feb 22 05:24:18 UTC 2003
Modified Files:
src/sys/dev/usb: ehci.c ohci.c ohcivar.h uhci.c
Log Message:
Use mstohz() in <sys/param.h> rather than homegrown MS_TO_TICKS().
To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 src/sys/dev/usb/ehci.c
cvs rdiff -r1.138 -r1.139 src/sys/dev/usb/ohci.c
cvs rdiff -r1.31 -r1.32 src/sys/dev/usb/ohcivar.h
cvs rdiff -r1.170 -r1.171 src/sys/dev/usb/uhci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.