PERFORCE change 1201464 for review
John Baldwin
jhb at FreeBSD.org
Fri Oct 10 20:09:06 UTC 2014
http://p4web.freebsd.org/@@1201464?ac=10
Change 1201464 by jhb at jhb_pippin on 2014/10/10 20:08:55
This is a system resource driver as well.
Affected files ...
.. //depot/projects/multipass/sys/i386/bios/smapi.c#6 edit
Differences ...
==== //depot/projects/multipass/sys/i386/bios/smapi.c#6 (text+ko) ====
@@ -317,5 +317,6 @@
sizeof(struct smapi_softc),
};
-DRIVER_MODULE(smapi, nexus, smapi_driver, smapi_devclass, smapi_modevent, 0);
+EARLY_DRIVER_MODULE(smapi, nexus, smapi_driver, smapi_devclass, smapi_modevent,
+ 0, BUS_PASS_RESOURCE);
MODULE_VERSION(smapi, 1);
More information about the p4-projects
mailing list