mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
Make the alpha timecounter preferable to the i8254.
This commit is contained in:
parent
246409821c
commit
23385eb7dd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134891
@ -120,7 +120,8 @@ static struct timecounter alpha_timecounter = {
|
||||
0, /* no poll_pps */
|
||||
~0u, /* counter_mask */
|
||||
0, /* frequency */
|
||||
"alpha" /* name */
|
||||
"alpha", /* name */
|
||||
800, /* quality */
|
||||
};
|
||||
|
||||
static struct timecounter i8254_timecounter = {
|
||||
|
Loading…
Reference in New Issue
Block a user