Module Name:    src
Committed By:   thorpej
Date:           Thu Jan 18 05:13:48 UTC 2024

Modified Files:
        src/sys/arch/sun2/conf: std.sun2

Log Message:
Add "options M68010" for completeness.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sun2/conf/std.sun2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sun2/conf/std.sun2
diff -u src/sys/arch/sun2/conf/std.sun2:1.7 src/sys/arch/sun2/conf/std.sun2:1.8
--- src/sys/arch/sun2/conf/std.sun2:1.7	Sun Sep 19 02:09:29 2010
+++ src/sys/arch/sun2/conf/std.sun2	Thu Jan 18 05:13:48 2024
@@ -1,9 +1,12 @@
-# $NetBSD: std.sun2,v 1.7 2010/09/19 02:09:29 tsutsui Exp $
+# $NetBSD: std.sun2,v 1.8 2024/01/18 05:13:48 thorpej Exp $
 
 # Standard information for Sun2 machines.
 machine	sun2 m68k sun68k
 include		"conf/std"			# MI standard options
 include		"arch/m68k/conf/std.m68k"	# m68k standard options
 
+# All sun2 systems have a 68010.
+options 	M68010
+
 # XXX temporary option until sun3 port migrates to all sun68k stuff
 options 	_SUN2_

Reply via email to