Deleted Added
full compact
isp_target.h (196008) isp_target.h (238869)
1/* $FreeBSD: head/sys/dev/isp/isp_target.h 196008 2009-08-01 01:04:26Z mjacob $ */
1/* $FreeBSD: head/sys/dev/isp/isp_target.h 238869 2012-07-28 20:06:29Z 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 *

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

45 NT_LUN_RESET,
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,
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 *

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

45 NT_LUN_RESET,
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,
53 NT_ARRIVED,
54 NT_DEPARTED,
55 NT_HBA_RESET
56} isp_ncode_t;
57
58typedef struct isp_notify {
59 void * nt_hba; /* HBA tag */
60 void * nt_tmd;

--- 40 unchanged lines hidden ---
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;

--- 40 unchanged lines hidden ---