svn commit: r207858 - stable/7/sys/sparc64/sparc64

Marius Strobl marius at FreeBSD.org
Mon May 10 18:43:45 UTC 2010


Author: marius
Date: Mon May 10 18:43:44 2010
New Revision: 207858
URL: http://svn.freebsd.org/changeset/base/207858

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

Modified:
  stable/7/sys/sparc64/sparc64/nexus.c
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/sparc64/sparc64/nexus.c
==============================================================================
--- stable/7/sys/sparc64/sparc64/nexus.c	Mon May 10 18:41:27 2010	(r207857)
+++ stable/7/sys/sparc64/sparc64/nexus.c	Mon May 10 18:43:44 2010	(r207858)
@@ -152,6 +152,7 @@ DRIVER_MODULE(nexus, root, nexus_driver,
 MODULE_VERSION(nexus, 1);
 
 static const char *const nexus_excl_name[] = {
+	"FJSV,system",
 	"aliases",
 	"associations",
 	"chosen",
@@ -162,6 +163,7 @@ static const char *const nexus_excl_name
 	"openprom",
 	"options",
 	"packages",
+	"physical-memory",
 	"rsc",
 	"sgcn",
 	"todsg",


More information about the svn-src-all mailing list