From 54a7de96bce7da6d569814f1cba35b86f908c02b Mon Sep 17 00:00:00 2001 From: Thomas Moestl Date: Wed, 13 Feb 2002 16:28:40 +0000 Subject: [PATCH] Add the counter-timer node to the exclusion list, as it is handled specially. While being there, sort that list. --- sys/sparc64/sparc64/nexus.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sys/sparc64/sparc64/nexus.c b/sys/sparc64/sparc64/nexus.c index 93f3d2fc2851..d86cc71a14fa 100644 --- a/sys/sparc64/sparc64/nexus.c +++ b/sys/sparc64/sparc64/nexus.c @@ -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 };