Deleted Added
full compact
isp_target.h (256281) isp_target.h (288714)
1/* $FreeBSD: stable/10/sys/dev/isp/isp_target.h 238869 2012-07-28 20:06:29Z mjacob $ */
1/* $FreeBSD: stable/10/sys/dev/isp/isp_target.h 288714 2015-10-05 08:31:48Z 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 *

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

46 NT_TARGET_RESET,
47 NT_BUS_RESET,
48 NT_LIP_RESET,
49 NT_LINK_UP,
50 NT_LINK_DOWN,
51 NT_LOGOUT,
52 NT_GLOBAL_LOGOUT,
53 NT_CHANGED,
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 *

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

46 NT_TARGET_RESET,
47 NT_BUS_RESET,
48 NT_LIP_RESET,
49 NT_LINK_UP,
50 NT_LINK_DOWN,
51 NT_LOGOUT,
52 NT_GLOBAL_LOGOUT,
53 NT_CHANGED,
54 NT_ARRIVED,
55 NT_DEPARTED,
56 NT_HBA_RESET
57} isp_ncode_t;
58
59typedef struct isp_notify {
60 void * nt_hba; /* HBA tag */
61 void * nt_tmd;
62 void * nt_lreserved;
63 void * nt_hreserved;

--- 38 unchanged lines hidden ---
54 NT_HBA_RESET
55} isp_ncode_t;
56
57typedef struct isp_notify {
58 void * nt_hba; /* HBA tag */
59 void * nt_tmd;
60 void * nt_lreserved;
61 void * nt_hreserved;

--- 38 unchanged lines hidden ---