PERFORCE change 54359 for review

Scott Long scottl at FreeBSD.org
Mon Jun 7 22:45:13 GMT 2004


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

Change 54359 by scottl at scottl-esp-sparc64 on 2004/06/07 22:45:04

	Make sc->dv_name a const char

Affected files ...

.. //depot/projects/scottl-esp/src/sys/dev/esp/ncr53c9xvar.h#9 edit

Differences ...

==== //depot/projects/scottl-esp/src/sys/dev/esp/ncr53c9xvar.h#9 (text+ko) ====

@@ -72,7 +72,7 @@
 #include <sys/lock.h>
 
 /* Set this to 1 for normal debug, or 2 for per-target tracing. */
-/* #define NCR53C9X_DEBUG		1 */
+#define NCR53C9X_DEBUG		2
 
 /* Wide or differential can have 16 targets */
 #define NCR_NLUN		8
@@ -272,7 +272,7 @@
 
 struct ncr53c9x_softc {
 	device_t sc_dev;			/* us as a device */
-	char *dv_name;
+	const char *dv_name;
 
 	struct cam_sim	*sc_sim;		/* our scsi adapter */
 	struct cam_path	*sc_path;		/* our scsi channel */


More information about the p4-projects mailing list