MFC: r207240

Skip the pseudo-devices found in Fujitsu Siemens PRIMEPOWER250.
This commit is contained in:
Marius Strobl 2010-05-10 18:41:27 +00:00
parent 143f0c7b6d
commit e6adfc17ca

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",