diff options
author | dim <dim@FreeBSD.org> | 2014-03-19 22:50:14 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2014-03-19 22:50:14 +0000 |
commit | b7ccc923c2cefa127943f10a6c5634b75c980a79 (patch) | |
tree | 60659dd5820a403acad771c02caae6ed9c38510c /sys/dev/isp/isp.c | |
parent | 3b6e18f61d87eb8530acbfd755029489e94b9f9b (diff) | |
download | FreeBSD-src-b7ccc923c2cefa127943f10a6c5634b75c980a79.zip FreeBSD-src-b7ccc923c2cefa127943f10a6c5634b75c980a79.tar.gz |
MFC r259860 (by mjacob):
Harvest one no longer used constant string.
Remove another and place it into play in the
normally ifdef protected zone it would be used
int.
Noticed by: dim
Diffstat (limited to 'sys/dev/isp/isp.c')
-rw-r--r-- | sys/dev/isp/isp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c index 32ee10a..8ac6bf2 100644 --- a/sys/dev/isp/isp.c +++ b/sys/dev/isp/isp.c @@ -75,7 +75,6 @@ __FBSDID("$FreeBSD$"); static const char fconf[] = "Chan %d PortDB[%d] changed:\n current =(0x%x@0x%06x 0x%08x%08x 0x%08x%08x)\n database=(0x%x@0x%06x 0x%08x%08x 0x%08x%08x)"; static const char notresp[] = "Not RESPONSE in RESPONSE Queue (type 0x%x) @ idx %d (next %d) nlooked %d"; static const char topology[] = "Chan %d WWPN 0x%08x%08x PortID 0x%06x N-Port Handle %d, Connection '%s'"; -static const char sc4[] = "NVRAM"; static const char bun[] = "bad underrun (count %d, resid %d, status %s)"; static const char lipd[] = "Chan %d LIP destroyed %d active commands"; static const char sacq[] = "unable to acquire scratch area"; |