diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2016-11-16 10:43:37 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2016-11-16 10:43:37 +0000 |
| commit | e5acc30980da0346267daf46a56a79b53524276e (patch) | |
| tree | 3b3f2fc1189a16008d9d822fd4e28e0a0564db94 /sbin/modstat | |
| parent | 5b0b002d94d2aa7f289bd8976e9e2b7982cc31ef (diff) | |
Add a description for the new MODULE_CLASS_BUFQ class.
Diffstat (limited to 'sbin/modstat')
| -rw-r--r-- | sbin/modstat/main.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/modstat/main.c b/sbin/modstat/main.c index c575a25577a..8bb0d0b01b7 100644 --- a/sbin/modstat/main.c +++ b/sbin/modstat/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.23 2016/09/05 01:09:57 sevan Exp $ */ +/* $NetBSD: main.c,v 1.24 2016/11/16 10:43:37 pgoyette Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: main.c,v 1.23 2016/09/05 01:09:57 sevan Exp $"); +__RCSID("$NetBSD: main.c,v 1.24 2016/11/16 10:43:37 pgoyette Exp $"); #endif /* !lint */ #include <sys/module.h> @@ -54,7 +54,8 @@ static const char *classes[] = { "vfs", "driver", "exec", - "secmodel" + "secmodel", + "bufq" }; const unsigned int class_max = __arraycount(classes); |
