Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 May 2010 18:41:27 +0000 (UTC)
From:      Marius Strobl <marius@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: r207857 - stable/8/sys/sparc64/sparc64
Message-ID:  <201005101841.o4AIfRjI034466@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Mon May 10 18:41:27 2010
New Revision: 207857
URL: http://svn.freebsd.org/changeset/base/207857

Log:
  MFC: r207240
  
  Skip the pseudo-devices found in Fujitsu Siemens PRIMEPOWER250.

Modified:
  stable/8/sys/sparc64/sparc64/nexus.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (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)
  stable/8/sys/geom/sched/   (props changed)

Modified: stable/8/sys/sparc64/sparc64/nexus.c
==============================================================================
--- stable/8/sys/sparc64/sparc64/nexus.c	Mon May 10 18:40:37 2010	(r207856)
+++ stable/8/sys/sparc64/sparc64/nexus.c	Mon May 10 18:41:27 2010	(r207857)
@@ -153,6 +153,7 @@ EARLY_DRIVER_MODULE(nexus, root, nexus_d
 MODULE_VERSION(nexus, 1);
 
 static const char *const nexus_excl_name[] = {
+	"FJSV,system",
 	"aliases",
 	"associations",
 	"chosen",
@@ -163,6 +164,7 @@ static const char *const nexus_excl_name
 	"openprom",
 	"options",
 	"packages",
+	"physical-memory",
 	"rsc",
 	"sgcn",
 	"todsg",



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