Deleted Added
full compact
ispvar.h (297858) ispvar.h (297912)
1/* $FreeBSD: head/sys/dev/isp/ispvar.h 297858 2016-04-12 14:19:19Z mav $ */
1/* $FreeBSD: head/sys/dev/isp/ispvar.h 297912 2016-04-13 07:04:04Z 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 *

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

640#define ISP_RESETSTATE 2
641#define ISP_INITSTATE 3
642#define ISP_RUNSTATE 4
643
644/*
645 * ISP Runtime Configuration Options
646 */
647#define ISP_CFG_FULL_DUPLEX 0x01 /* Full Duplex (Fibre Channel only) */
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 *

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

640#define ISP_RESETSTATE 2
641#define ISP_INITSTATE 3
642#define ISP_RUNSTATE 4
643
644/*
645 * ISP Runtime Configuration Options
646 */
647#define ISP_CFG_FULL_DUPLEX 0x01 /* Full Duplex (Fibre Channel only) */
648#define ISP_CFG_PORT_PREF 0x0c /* Mask for Port Prefs (all FC except 2100) */
649#define ISP_CFG_LPORT 0x00 /* prefer {N/F}L-Port connection */
650#define ISP_CFG_NPORT 0x04 /* prefer {N/F}-Port connection */
651#define ISP_CFG_NPORT_ONLY 0x08 /* insist on {N/F}-Port connection */
652#define ISP_CFG_LPORT_ONLY 0x0c /* insist on {N/F}L-Port connection */
648#define ISP_CFG_PORT_PREF 0x0e /* Mask for Port Prefs (all FC except 2100) */
649#define ISP_CFG_PORT_DEF 0x00 /* prefer connection type from NVRAM */
650#define ISP_CFG_LPORT_ONLY 0x02 /* insist on {N/F}L-Port connection */
651#define ISP_CFG_NPORT_ONLY 0x04 /* insist on {N/F}-Port connection */
652#define ISP_CFG_LPORT 0x06 /* prefer {N/F}L-Port connection */
653#define ISP_CFG_NPORT 0x08 /* prefer {N/F}-Port connection */
653#define ISP_CFG_1GB 0x10 /* force 1GB connection (23XX only) */
654#define ISP_CFG_2GB 0x20 /* force 2GB connection (23XX only) */
655#define ISP_CFG_NORELOAD 0x80 /* don't download f/w */
656#define ISP_CFG_NONVRAM 0x40 /* ignore NVRAM */
657#define ISP_CFG_NOFCTAPE 0x100 /* disable FC-Tape */
658#define ISP_CFG_FCTAPE 0x200 /* enable FC-Tape */
659#define ISP_CFG_OWNFSZ 0x400 /* override NVRAM frame size */
660#define ISP_CFG_OWNLOOPID 0x800 /* override NVRAM loopid */

--- 496 unchanged lines hidden ---
654#define ISP_CFG_1GB 0x10 /* force 1GB connection (23XX only) */
655#define ISP_CFG_2GB 0x20 /* force 2GB connection (23XX only) */
656#define ISP_CFG_NORELOAD 0x80 /* don't download f/w */
657#define ISP_CFG_NONVRAM 0x40 /* ignore NVRAM */
658#define ISP_CFG_NOFCTAPE 0x100 /* disable FC-Tape */
659#define ISP_CFG_FCTAPE 0x200 /* enable FC-Tape */
660#define ISP_CFG_OWNFSZ 0x400 /* override NVRAM frame size */
661#define ISP_CFG_OWNLOOPID 0x800 /* override NVRAM loopid */

--- 496 unchanged lines hidden ---