diff options
author | mjacob <mjacob@FreeBSD.org> | 2006-12-09 01:33:55 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2006-12-09 01:33:55 +0000 |
commit | 7d4ff41e1b93f860caac907854787b88eaecfb25 (patch) | |
tree | 3820eff2423d9f09f6fd1fae446bbfc7949ec9bc /sys/dev | |
parent | d2d2e316d0d84378c9eccebaf9f6f9132bf63e4d (diff) | |
download | FreeBSD-src-7d4ff41e1b93f860caac907854787b88eaecfb25.zip FreeBSD-src-7d4ff41e1b93f860caac907854787b88eaecfb25.tar.gz |
clarify a comment slightly
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/isp/ispmbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index f72ac07..e3652d6 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -638,7 +638,7 @@ typedef struct { typedef struct { isphdr_t ms_header; uint32_t ms_handle; - uint16_t ms_nphdl; /* XXX: Note, this is for 2K Logins only */ + uint16_t ms_nphdl; /* handle in high byte for !2k f/w */ uint16_t ms_status; uint16_t ms_flags; uint16_t ms_reserved1; /* low 8 bits */ |