Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/modstat Add a description for the new MODULE_CLASS_BUFQ...



details:   https://anonhg.NetBSD.org/src/rev/c431e542e2b7
branches:  trunk
changeset: 348934:c431e542e2b7
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed Nov 16 10:43:37 2016 +0000

description:
Add a description for the new MODULE_CLASS_BUFQ class.

diffstat:

 sbin/modstat/main.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 5bd5c812efbd -r c431e542e2b7 sbin/modstat/main.c
--- a/sbin/modstat/main.c       Wed Nov 16 10:42:14 2016 +0000
+++ b/sbin/modstat/main.c       Wed Nov 16 10:43:37 2016 +0000
@@ -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 @@
        "vfs",
        "driver",
        "exec",
-       "secmodel"
+       "secmodel",
+       "bufq"
 };
 const unsigned int class_max = __arraycount(classes);
 



Home | Main Index | Thread Index | Old Index