Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 2014 20:09:05 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 1201464 for review
Message-ID:  <201410102009.s9AK9563046833@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@1201464?ac=10

Change 1201464 by jhb@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);



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