From 686f419d48662dbaa0196fc15cdac5759a979d1e Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Tue, 9 May 2000 01:09:23 +0000 Subject: Roll core minor version. Change our 'fabdev' tag to 'loggedin'. --- sys/dev/isp/ispvar.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/dev/isp') 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; -- cgit v1.3