Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2013 20:14:07 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 1187075 for review
Message-ID:  <201310222014.r9MKE7Nf037403@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help

http://p4web.freebsd.org/@@1187075?ac=10

Change 1187075 by jhb@jhb_jhbbsd on 2013/10/22 20:13:20

	Remove bogus busmaster frobbing.

Affected files ...

.. //depot/projects/smpng/sys/dev/mwl/if_mwl_pci.c#6 edit

Differences ...

==== //depot/projects/smpng/sys/dev/mwl/if_mwl_pci.c#6 (text+ko) ====

@@ -259,8 +259,6 @@
 {
 	struct mwl_pci_softc *psc = device_get_softc(dev);
 
-	pci_enable_busmaster(dev);
-
 	mwl_resume(&psc->sc_sc);
 
 	return (0);



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