http://defect.opensolaris.org/bz/show_bug.cgi?id=6499
--- Comment #7 from Bill Holler <bill.holler at sun.com> 2009-02-13 18:48:53
---
(In reply to comment #3)
> More feedback:
>
> 1209 * Returns B_FLASE if the HPET could not be programmed to interrupt
> before
> FALSE, but I'd replace the whole sentence with ", B_FALSE if not."
done.
> How often do you fail, any idea?
Somewhere around 1 in 10000 (or was it 1 in 2000).
> 1228 * Wakeup all CPUs that expired before now.
> Wake up, or Wake
done
> 1250 * Letting the HPET timer rap around to the
> current
> wrap
done
> 1252 * A 64-bit timer will wrap-around in ~ 244
> seconds.
> 1253 * A 32-bit timer will wrap-around in ~ 212
> seconds.
>
> "wrap around"
done
> 1469 #include <sys/clock.h>
> 1470 uint32_t
> 1471 hpet_proxy_ipl(void)
> 1472 {
> 1473 return (CBE_HIGH_PIL);
> 1474 }
>
> Surely this should be a macro?...
done. Included <sys/clock> and used CBE_HIGH_PIL directly.
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.