Deleted Added
full compact
ispvar.h (237210) ispvar.h (237537)
1/* $FreeBSD: head/sys/dev/isp/ispvar.h 237210 2012-06-17 21:39:40Z mjacob $ */
1/* $FreeBSD: head/sys/dev/isp/ispvar.h 237537 2012-06-24 17:30:54Z mjacob $ */
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 *

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

673 */
674#define ISP_NILSTATE 0
675#define ISP_CRASHED 1
676#define ISP_RESETSTATE 2
677#define ISP_INITSTATE 3
678#define ISP_RUNSTATE 4
679
680/*
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 *

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

673 */
674#define ISP_NILSTATE 0
675#define ISP_CRASHED 1
676#define ISP_RESETSTATE 2
677#define ISP_INITSTATE 3
678#define ISP_RUNSTATE 4
679
680/*
681 * ISP Configuration Options
681 * ISP Runtime Configuration Options
682 */
683#define ISP_CFG_NORELOAD 0x80 /* don't download f/w */
684#define ISP_CFG_NONVRAM 0x40 /* ignore NVRAM */
685#define ISP_CFG_TWOGB 0x20 /* force 2GB connection (23XX only) */
686#define ISP_CFG_ONEGB 0x10 /* force 1GB connection (23XX only) */
687#define ISP_CFG_FULL_DUPLEX 0x01 /* Full Duplex (Fibre Channel only) */
688#define ISP_CFG_PORT_PREF 0x0C /* Mask for Port Prefs (2200 only) */
689#define ISP_CFG_LPORT 0x00 /* prefer {N/F}L-Port connection */

--- 500 unchanged lines hidden ---
682 */
683#define ISP_CFG_NORELOAD 0x80 /* don't download f/w */
684#define ISP_CFG_NONVRAM 0x40 /* ignore NVRAM */
685#define ISP_CFG_TWOGB 0x20 /* force 2GB connection (23XX only) */
686#define ISP_CFG_ONEGB 0x10 /* force 1GB connection (23XX only) */
687#define ISP_CFG_FULL_DUPLEX 0x01 /* Full Duplex (Fibre Channel only) */
688#define ISP_CFG_PORT_PREF 0x0C /* Mask for Port Prefs (2200 only) */
689#define ISP_CFG_LPORT 0x00 /* prefer {N/F}L-Port connection */

--- 500 unchanged lines hidden ---