Deleted Added
full compact
ispvar.h (205698) ispvar.h (208119)
1/* $FreeBSD: head/sys/dev/isp/ispvar.h 205698 2010-03-26 15:13:31Z mjacob $ */
1/* $FreeBSD: head/sys/dev/isp/ispvar.h 208119 2010-05-15 20:26:10Z 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 *

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

421 portid : 24;
422 uint32_t
423 dirty : 1, /* commands have been run */
424 new_reserved : 5,
425 new_roles : 2,
426 new_portid : 24;
427 uint64_t node_wwn;
428 uint64_t port_wwn;
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 *

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

421 portid : 24;
422 uint32_t
423 dirty : 1, /* commands have been run */
424 new_reserved : 5,
425 new_roles : 2,
426 new_portid : 24;
427 uint64_t node_wwn;
428 uint64_t port_wwn;
429 uint32_t gone_timer;
429} fcportdb_t;
430
431#define FC_PORTDB_STATE_NIL 0
432#define FC_PORTDB_STATE_PROBATIONAL 1
433#define FC_PORTDB_STATE_DEAD 2
434#define FC_PORTDB_STATE_CHANGED 3
435#define FC_PORTDB_STATE_NEW 4
436#define FC_PORTDB_STATE_PENDING_VALID 5

--- 735 unchanged lines hidden ---
430} fcportdb_t;
431
432#define FC_PORTDB_STATE_NIL 0
433#define FC_PORTDB_STATE_PROBATIONAL 1
434#define FC_PORTDB_STATE_DEAD 2
435#define FC_PORTDB_STATE_CHANGED 3
436#define FC_PORTDB_STATE_NEW 4
437#define FC_PORTDB_STATE_PENDING_VALID 5

--- 735 unchanged lines hidden ---