Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 2010 19:31:58 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r211591 - stable/8/sys/sun4v/conf
Message-ID:  <201008211931.o7LJVw0x079176@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Sat Aug 21 19:31:58 2010
New Revision: 211591
URL: http://svn.freebsd.org/changeset/base/211591

Log:
  MFC r209963:
  Add a missing architecture declaration to the machine specification
  for sun4v.

Modified:
  stable/8/sys/sun4v/conf/DEFAULTS
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cam/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/sun4v/conf/DEFAULTS
==============================================================================
--- stable/8/sys/sun4v/conf/DEFAULTS	Sat Aug 21 19:09:34 2010	(r211590)
+++ stable/8/sys/sun4v/conf/DEFAULTS	Sat Aug 21 19:31:58 2010	(r211591)
@@ -3,7 +3,7 @@
 #
 # $FreeBSD$
 
-machine		sun4v
+machine		sun4v sparc64
 
 # Pseudo devices.
 device		mem		# Memory and kernel memory devices



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