Skip the pseudo-devices found in Fujitsu Siemens PRIMEPOWER250.

This commit is contained in:
marius 2010-04-26 18:44:30 +00:00
parent d391db900d
commit f5c771bcc8

View File

@ -153,6 +153,7 @@ EARLY_DRIVER_MODULE(nexus, root, nexus_driver, nexus_devclass, 0, 0,
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",