[Midnightbsd-cvs] src [8379] trunk/sys/dev/usb/controller/ehci_pci.c: revert this part

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 18 15:11:48 EDT 2016


Revision: 8379
          http://svnweb.midnightbsd.org/src/?rev=8379
Author:   laffer1
Date:     2016-09-18 15:11:48 -0400 (Sun, 18 Sep 2016)
Log Message:
-----------
revert this part

Modified Paths:
--------------
    trunk/sys/dev/usb/controller/ehci_pci.c

Modified: trunk/sys/dev/usb/controller/ehci_pci.c
===================================================================
--- trunk/sys/dev/usb/controller/ehci_pci.c	2016-09-18 19:09:12 UTC (rev 8378)
+++ trunk/sys/dev/usb/controller/ehci_pci.c	2016-09-18 19:11:48 UTC (rev 8379)
@@ -278,7 +278,6 @@
 	sc->sc_bus.parent = self;
 	sc->sc_bus.devices = sc->sc_devices;
 	sc->sc_bus.devices_max = EHCI_MAX_DEVICES;
-	sc->sc_bus.dma_bits = 32;
 
 	/* get all DMA memory */
 	if (usb_bus_mem_alloc_all(&sc->sc_bus,



More information about the Midnightbsd-cvs mailing list