patch-1.3.15 linux/drivers/scsi/NCR5380.c
Next file: linux/drivers/scsi/aha152x.c
Previous file: linux/drivers/scsi/53c7,8xx.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Aug 1 10:02:39 1995
- Orig file:
v1.3.14/linux/drivers/scsi/NCR5380.c
- Orig date:
Thu Jun 29 19:02:47 1995
diff -u --recursive --new-file v1.3.14/linux/drivers/scsi/NCR5380.c linux/drivers/scsi/NCR5380.c
@@ -320,7 +320,7 @@
#ifdef NDEBUG
static struct {
unsigned char mask;
- char * name;}
+ const char * name;}
signals[] = {{ SR_DBP, "PARITY"}, { SR_RST, "RST" }, { SR_BSY, "BSY" },
{ SR_REQ, "REQ" }, { SR_MSG, "MSG" }, { SR_CD, "CD" }, { SR_IO, "IO" },
{ SR_SEL, "SEL" }, {0, NULL}},
@@ -371,7 +371,7 @@
static struct {
unsigned char value;
- char *name;
+ const char *name;
} phases[] = {
{PHASE_DATAOUT, "DATAOUT"}, {PHASE_DATAIN, "DATAIN"}, {PHASE_CMDOUT, "CMDOUT"},
{PHASE_STATIN, "STATIN"}, {PHASE_MSGOUT, "MSGOUT"}, {PHASE_MSGIN, "MSGIN"},
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this