From owner-p4-projects@FreeBSD.ORG Fri Oct 10 20:09:06 2014 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 32EB8FBC; Fri, 10 Oct 2014 20:09:06 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E866AFB7 for ; Fri, 10 Oct 2014 20:09:05 +0000 (UTC) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:1900:2254:2068::682:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5322C47 for ; Fri, 10 Oct 2014 20:09:05 +0000 (UTC) Received: from skunkworks.freebsd.org ([127.0.1.74]) by skunkworks.freebsd.org (8.14.9/8.14.9) with ESMTP id s9AK95XU046836 for ; Fri, 10 Oct 2014 20:09:05 GMT (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.9/8.14.9/Submit) id s9AK9563046833 for perforce@freebsd.org; Fri, 10 Oct 2014 20:09:05 GMT (envelope-from jhb@freebsd.org) Date: Fri, 10 Oct 2014 20:09:05 GMT Message-Id: <201410102009.s9AK9563046833@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin Subject: PERFORCE change 1201464 for review To: Perforce Change Reviews Precedence: bulk X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2014 20:09:06 -0000 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);