Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/dev allow pcibus to attach to a rump kernel mainbus



details:   https://anonhg.NetBSD.org/src/rev/2de9b739738a
branches:  trunk
changeset: 790083:2de9b739738a
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Sep 17 00:50:19 2013 +0000

description:
allow pcibus to attach to a rump kernel mainbus

diffstat:

 sys/rump/dev/files.rump |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r bd7b3fc9f996 -r 2de9b739738a sys/rump/dev/files.rump
--- a/sys/rump/dev/files.rump   Mon Sep 16 15:56:24 2013 +0000
+++ b/sys/rump/dev/files.rump   Tue Sep 17 00:50:19 2013 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: files.rump,v 1.3 2010/08/24 11:23:35 pooka Exp $
+#      $NetBSD: files.rump,v 1.4 2013/09/17 00:50:19 pooka Exp $
 #
 
-device mainbus { }
+device mainbus { }: pcibus
 attach mainbus at root
 
 device ugenhc: usbus, usbroothub



Home | Main Index | Thread Index | Old Index