summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/ispmbox.h
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2007-02-23 21:59:21 +0000
committermjacob <mjacob@FreeBSD.org>2007-02-23 21:59:21 +0000
commit6b3b8d08bd9f40733887a508b11b80500a053bf8 (patch)
treee1dda1ed7cf4788607a78daa769c18e59272fa1e /sys/dev/isp/ispmbox.h
parenta713b8f23225d137db4442f1da094bfdffb2879a (diff)
downloadFreeBSD-src-6b3b8d08bd9f40733887a508b11b80500a053bf8.zip
FreeBSD-src-6b3b8d08bd9f40733887a508b11b80500a053bf8.tar.gz
Don't attempt to load illegal hard loop addresses into
an ICB. This shows up on card restarts, and usually for 2200-2300 cards. What happens is that we start up, attempting to acquire a hard address. We end up instead being an F-port topology, which reports out a loop id of 0xff (or 0xffff for 2K Login f/w). Then, if we restart, we end up telling the card to go off an acquire this loop address, which the card then rejects. Bah. Compilation fixes from Solaris port.
Diffstat (limited to 'sys/dev/isp/ispmbox.h')
-rw-r--r--sys/dev/isp/ispmbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h
index 829d8b6f..f57644d 100644
--- a/sys/dev/isp/ispmbox.h
+++ b/sys/dev/isp/ispmbox.h
@@ -643,7 +643,7 @@ typedef struct {
uint16_t ms_flags;
uint16_t ms_reserved1; /* low 8 bits */
uint16_t ms_time;
- uint16_t ms_cmd_cnt; /* Command DSD count */;
+ uint16_t ms_cmd_cnt; /* Command DSD count */
uint16_t ms_tot_cnt; /* Total DSD Count */
uint8_t ms_type; /* MS type */
uint8_t ms_r_ctl; /* R_CTL */
OpenPOWER on IntegriCloud