mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Add the counter-timer node to the exclusion list, as it is handled
specially. While being there, sort that list.
This commit is contained in:
parent
fac409f6bf
commit
54a7de96bc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90622
@ -163,13 +163,14 @@ static devclass_t nexus_devclass;
|
||||
DRIVER_MODULE(nexus, root, nexus_driver, nexus_devclass, 0, 0);
|
||||
|
||||
static char *nexus_excl_name[] = {
|
||||
"virtual-memory",
|
||||
"memory",
|
||||
"aliases",
|
||||
"options",
|
||||
"openprom",
|
||||
"chosen",
|
||||
"counter-timer", /* No separate device; handled by psycho/sbus */
|
||||
"memory",
|
||||
"openprom",
|
||||
"options",
|
||||
"packages",
|
||||
"virtual-memory",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user