PERFORCE change 54260 for review

Scott Long scottl at FreeBSD.org
Sun Jun 6 11:13:11 GMT 2004


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

Change 54260 by scottl at scottl-esp-sparc64 on 2004/06/06 11:12:40

	Store the device_t in the ncr53c9x softc

Affected files ...

.. //depot/projects/scottl-esp/src/sys/dev/esp/esp_sbus.c#12 edit

Differences ...

==== //depot/projects/scottl-esp/src/sys/dev/esp/esp_sbus.c#12 (text+ko) ====

@@ -401,6 +401,7 @@
 		sc->sc_features |= NCR_F_DMASELECT;
 
 	/* Do the common parts of attachment. */
+	sc->sc_dev = esc->sc_dev;
 	ncr53c9x_attach(sc);
 }
 


More information about the p4-projects mailing list