Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jun 2004 11:13:08 GMT
From:      Scott Long <scottl@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 54260 for review
Message-ID:  <200406061113.i56BD8jN023455@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=54260

Change 54260 by scottl@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);
 }
 



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