aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2000-05-09 01:09:23 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2000-05-09 01:09:23 +0000
commit686f419d48662dbaa0196fc15cdac5759a979d1e (patch)
tree8ce430bc50a4c878957482a148ac667c0fac873a /sys/dev/isp
parentcc8df88b706a731e628fa06a3ddf942075b6ad74 (diff)
Notes
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/ispvar.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h
index 1ea60b13bd5e..3c344a74f742 100644
--- a/sys/dev/isp/ispvar.h
+++ b/sys/dev/isp/ispvar.h
@@ -58,7 +58,7 @@
#endif
#define ISP_CORE_VERSION_MAJOR 1
-#define ISP_CORE_VERSION_MINOR 13
+#define ISP_CORE_VERSION_MINOR 14
/*
* Vector for bus specific code to provide specific services.
@@ -260,11 +260,11 @@ typedef struct {
*/
struct lportdb {
u_int
- loopid : 8,
- : 4,
- fabdev : 1,
- roles : 2,
- valid : 1;
+ loopid : 8,
+ : 4,
+ loggedin : 1,
+ roles : 2,
+ valid : 1;
u_int32_t portid;
u_int64_t node_wwn;
u_int64_t port_wwn;