load is in ms, don't use ulong. Reference: /n/atom/patch/applied/usbnowarn Date: Thu Jun 12 20:36:43 CES 2014 Signed-off-by: quanstro@quanstro.net --- /sys/src/9/pc/usbehci.h Thu Jun 12 20:36:20 2014 +++ /sys/src/9/pc/usbehci.h Thu Jun 12 20:36:20 2014 @@ -47,8 +47,8 @@ int ntree; /* number of dummy qhs in tree */ Qh* intrqhs; /* list of (not dummy) qhs in tree */ Isoio* iso; /* list of active Iso I/O */ - ulong load; - ulong isoload; + uint load; + uint isoload; int nintr; /* number of interrupts attended */ int ntdintr; /* number of intrs. with something to do */ int nqhintr; /* number of async td intrs. */ --- /sys/src/9/pcpae/usbehci.h Thu Jun 12 20:36:20 2014 +++ /sys/src/9/pcpae/usbehci.h Thu Jun 12 20:36:20 2014 @@ -47,8 +47,8 @@ int ntree; /* number of dummy qhs in tree */ Qh* intrqhs; /* list of (not dummy) qhs in tree */ Isoio* iso; /* list of active Iso I/O */ - ulong load; - ulong isoload; + uint load; + uint isoload; int nintr; /* number of interrupts attended */ int ntdintr; /* number of intrs. with something to do */ int nqhintr; /* number of async td intrs. */