summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-09-10 01:10:24 +0000
committerjhb <jhb@FreeBSD.org>2003-09-10 01:10:24 +0000
commit6d7d527e9ed1f19aeed4bb53f9e84849c4936711 (patch)
tree88c94fb587ad6805620ae23c807bde6bfe8b94aa
parent68ae42e04107ba280f53abae992f8dc3664263e1 (diff)
downloadFreeBSD-src-6d7d527e9ed1f19aeed4bb53f9e84849c4936711.zip
FreeBSD-src-6d7d527e9ed1f19aeed4bb53f9e84849c4936711.tar.gz
Add comments to the members of the timecounter struct similar to other
timecounters.
-rw-r--r--sys/i386/i386/mp_clock.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/i386/i386/mp_clock.c b/sys/i386/i386/mp_clock.c
index cd6478b..95f50cc 100644
--- a/sys/i386/i386/mp_clock.c
+++ b/sys/i386/i386/mp_clock.c
@@ -53,11 +53,11 @@ static u_int32_t piix_timecounter_address;
static u_int piix_freq = 14318182/4;
static struct timecounter piix_timecounter = {
- piix_get_timecount,
- 0,
- 0xffffff,
- 0,
- "PIIX"
+ piix_get_timecount, /* get_timecount */
+ 0, /* no poll_pps */
+ 0xffffff, /* counter_mask */
+ 0, /* frequency */
+ "PIIX" /* name */
};
OpenPOWER on IntegriCloud