Module Name:    src
Committed By:   pooka
Date:           Sat Jan  9 16:32:57 UTC 2010

Modified Files:
        src/sys/rump/librump/rumpdev: rump_dev.c

Log Message:
pmf_init()


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/rump/librump/rumpdev/rump_dev.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/librump/rumpdev/rump_dev.c
diff -u src/sys/rump/librump/rumpdev/rump_dev.c:1.9 src/sys/rump/librump/rumpdev/rump_dev.c:1.10
--- src/sys/rump/librump/rumpdev/rump_dev.c:1.9	Fri Dec  4 22:13:59 2009
+++ src/sys/rump/librump/rumpdev/rump_dev.c	Sat Jan  9 16:32:57 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: rump_dev.c,v 1.9 2009/12/04 22:13:59 haad Exp $	*/
+/*	$NetBSD: rump_dev.c,v 1.10 2010/01/09 16:32:57 pooka Exp $	*/
 
 /*
  * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_dev.c,v 1.9 2009/12/04 22:13:59 haad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_dev.c,v 1.10 2010/01/09 16:32:57 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -51,6 +51,8 @@
 {
 	extern int cold;
 
+	pmf_init();
+
 	KERNEL_LOCK(1, curlwp);
 
 	config_init_mi();

Reply via email to