Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2002 16:55:00 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 21193 for review
Message-ID:  <200211180055.gAI0t0eP037241@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=21193

Change 21193 by jmallett@jmallett_dalek on 2002/11/17 16:54:04

	Add a machdep.c to the MIPS MD code, for cpu_prid and fpu_id storage,
	and add a paltform_start which (right now) just calls arcbios_init,
	for SGIMIPS.

Affected files ...

.. //depot/projects/mips/sys/conf/files.mips#2 edit
.. //depot/projects/mips/sys/mips/mips/machdep.c#1 add
.. //depot/projects/mips/sys/mips/sgimips/machdep_sgimips.c#1 add

Differences ...

==== //depot/projects/mips/sys/conf/files.mips#2 (text+ko) ====

@@ -10,6 +10,13 @@
 #
 kern/subr_diskmbr.c		standard
 
+# This stanza is MIPS MD files.
+mips/mips/machdep.c		standard
+
+# This stanza is platform files, per platform.
+mips/sgimips/machdep_sgimips.c	standard
+
+# This stanza is device files.
 dev/arcbios/arcbios.c		optional	arcbios
 dev/arcbios/arcbios_tty.c	optional	arcbios
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211180055.gAI0t0eP037241>