Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2014 05:41:12 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r261397 - head/sys/dev/fdt
Message-ID:  <201402020541.s125fDZh070685@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Sun Feb  2 05:41:12 2014
New Revision: 261397
URL: http://svnweb.freebsd.org/changeset/base/261397

Log:
  Allow nesting of simplebuses.

Modified:
  head/sys/dev/fdt/simplebus.c

Modified: head/sys/dev/fdt/simplebus.c
==============================================================================
--- head/sys/dev/fdt/simplebus.c	Sun Feb  2 05:21:12 2014	(r261396)
+++ head/sys/dev/fdt/simplebus.c	Sun Feb  2 05:41:12 2014	(r261397)
@@ -122,6 +122,7 @@ static driver_t simplebus_driver = {
 };
 static devclass_t simplebus_devclass;
 DRIVER_MODULE(simplebus, nexus, simplebus_driver, simplebus_devclass, 0, 0);
+DRIVER_MODULE(simplebus, simplebus, simplebus_driver, simplebus_devclass, 0, 0);
 
 static int
 simplebus_probe(device_t dev)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402020541.s125fDZh070685>