Deleted Added
full compact
ispvar.h (297912) ispvar.h (297915)
1/* $FreeBSD: head/sys/dev/isp/ispvar.h 297912 2016-04-13 07:04:04Z mav $ */
1/* $FreeBSD: head/sys/dev/isp/ispvar.h 297915 2016-04-13 10:35:17Z mav $ */
2/*-
3 * Copyright (c) 1997-2009 by Matthew Jacob
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 *

--- 434 unchanged lines hidden (view full) ---

444 uint16_t isp_fwoptions;
445 uint16_t isp_xfwoptions;
446 uint16_t isp_zfwoptions;
447 uint16_t isp_loopid; /* hard loop id */
448 uint16_t isp_sns_hdl; /* N-port handle for SNS */
449 uint16_t isp_lasthdl; /* only valid for channel 0 */
450 uint16_t isp_maxalloc;
451 uint16_t isp_fabric_params;
2/*-
3 * Copyright (c) 1997-2009 by Matthew Jacob
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 *

--- 434 unchanged lines hidden (view full) ---

444 uint16_t isp_fwoptions;
445 uint16_t isp_xfwoptions;
446 uint16_t isp_zfwoptions;
447 uint16_t isp_loopid; /* hard loop id */
448 uint16_t isp_sns_hdl; /* N-port handle for SNS */
449 uint16_t isp_lasthdl; /* only valid for channel 0 */
450 uint16_t isp_maxalloc;
451 uint16_t isp_fabric_params;
452 uint16_t isp_login_hdl; /* Logging in handle */
452 uint8_t isp_retry_delay;
453 uint8_t isp_retry_count;
454
455 /*
456 * Current active WWNN/WWPN
457 */
458 uint64_t isp_wwnn;
459 uint64_t isp_wwpn;

--- 698 unchanged lines hidden ---
453 uint8_t isp_retry_delay;
454 uint8_t isp_retry_count;
455
456 /*
457 * Current active WWNN/WWPN
458 */
459 uint64_t isp_wwnn;
460 uint64_t isp_wwpn;

--- 698 unchanged lines hidden ---