Roll core minor version. Change our 'fabdev' tag to 'loggedin'.

This commit is contained in:
Matt Jacob 2000-05-09 01:09:23 +00:00
parent cc8df88b70
commit 686f419d48

View File

@ -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.
@ -262,7 +262,7 @@ typedef struct {
u_int
loopid : 8,
: 4,
fabdev : 1,
loggedin : 1,
roles : 2,
valid : 1;
u_int32_t portid;