summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2000-05-09 01:09:23 +0000
committermjacob <mjacob@FreeBSD.org>2000-05-09 01:09:23 +0000
commit97b930e59797e757fd3b8fc50819fd9c5801be4f (patch)
tree851bbb6415643ac6338d863a43ed48543a4bcad0 /sys/dev
parent60a26a691ac382f431b96ff875874fa57efed782 (diff)
downloadFreeBSD-src-97b930e59797e757fd3b8fc50819fd9c5801be4f.zip
FreeBSD-src-97b930e59797e757fd3b8fc50819fd9c5801be4f.tar.gz
Roll core minor version. Change our 'fabdev' tag to 'loggedin'.
Diffstat (limited to 'sys/dev')
-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 1ea60b1..3c344a7 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;
OpenPOWER on IntegriCloud