diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2001-03-04 22:17:17 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2001-03-04 22:17:17 +0000 |
| commit | e59a3b2b25dba0d1ac89990a274d5232e2442db9 (patch) | |
| tree | 45fd49f08ee7c330dfe6a44c23197becd13a0e99 | |
| parent | 1a35ab099c200a86e849881341169d2f81cf080a (diff) | |
Notes
| -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 bf0fc358fdf8..ce2fe06c68e0 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -537,7 +537,7 @@ typedef struct isp_icb { #define ICBOPT_PREVLOOP 0x0800 #define ICBOPT_STOP_ON_QFULL 0x1000 #define ICBOPT_FULL_LOGIN 0x2000 -#define ICBOPT_USE_PORTNAME 0x4000 +#define ICBOPT_BOTH_WWNS 0x4000 #define ICBOPT_EXTENDED 0x8000 #define ICBXOPT_CLASS2_ACK0 0x0200 |
