Date: Mon, 7 Jun 2004 22:45:12 GMT From: Scott Long <scottl@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 54359 for review Message-ID: <200406072245.i57MjCEG050299@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=54359 Change 54359 by scottl@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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406072245.i57MjCEG050299>