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

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

Change 21194 by jmallett@jmallett_dalek on 2002/11/17 16:57:34

	Consistently use SGIMIPS instead of 'SGI' for the option name,
	and correct bogon wrt machdep_platform.c being standard, in the
	previous submit.

Affected files ...

.. //depot/projects/mips/sys/conf/files.mips#3 edit
.. //depot/projects/mips/sys/conf/options.mips#3 edit
.. //depot/projects/mips/sys/mips/conf/GENERIC#4 edit

Differences ...

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

@@ -14,7 +14,7 @@
 mips/mips/machdep.c		standard
 
 # This stanza is platform files, per platform.
-mips/sgimips/machdep_sgimips.c	standard
+mips/sgimips/machdep_sgimips.c	optional	SGIMIPS
 
 # This stanza is device files.
 dev/arcbios/arcbios.c		optional	arcbios

==== //depot/projects/mips/sys/conf/options.mips#3 (text+ko) ====

@@ -3,6 +3,6 @@
 
 R4400			opt_global.h
 
-SGI			opt_platform.h
+SGIMIPS			opt_platform.h
 
 _BYTE_ORDER		opt_endian.h

==== //depot/projects/mips/sys/mips/conf/GENERIC#4 (text+ko) ====

@@ -12,7 +12,7 @@
 
 # Platform support
 platform	sgimips			#SGI MIPS guts
-options 	SGI			#SGI MIPS hardware
+options 	SGIMIPS			#SGI MIPS hardware
 
 # Hardware support
 device		arcbios			#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?200211180058.gAI0w5K3037658>