PERFORCE change 94801 for review

John-Mark Gurney jmg at FreeBSD.org
Sat Apr 8 07:49:15 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=94801

Change 94801 by jmg at jmg_carbon-60 on 2006/04/08 07:48:54

	make ohci pull a parent tag...

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/dev/usb/ohci_pci.c#3 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/dev/usb/ohci_pci.c#3 (text+ko) ====

@@ -303,6 +303,7 @@
 		ohci_pci_detach(self);
 		return ENXIO;
 	}
+	sc->sc_bus.dmatag = bus_get_dma_tag(self);
 	err = ohci_init(sc);
 	if (!err) {
 		sc->sc_flags |= OHCI_SCFLG_DONEINIT;


More information about the p4-projects mailing list