PERFORCE change 50977 for review

Juli Mallett jmallett at FreeBSD.org
Mon Apr 12 23:55:57 PDT 2004


http://perforce.freebsd.org/chv.cgi?CH=50977

Change 50977 by jmallett at jmallett_sprout on 2004/04/12 23:55:30

	A note to myself about the fact that this isn't really SGI-specific.

Affected files ...

.. //depot/projects/mips/sys/mips/sgimips/clock.c#5 edit

Differences ...

==== //depot/projects/mips/sys/mips/sgimips/clock.c#5 (text+ko) ====

@@ -25,6 +25,12 @@
  * $FreeBSD$
  */
 
+/*
+ * XXX have a generic int5 clock in the mips/ code, and just use some
+ * per-platform callbacks to get the freq.  Obviously this should be an
+ * optional device.
+ */
+
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/time.h>


More information about the p4-projects mailing list