ispmbox.h (a4ccb5d682b6a941d3bacce3e88373c209a6bbf4) | ispmbox.h (e2929f5f912fa571457c9d9618c9228bf281acb1) |
---|---|
1/* $FreeBSD$ */ 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: --- 238 unchanged lines hidden (view full) --- 247#define ASYNC_KILLED_BUS 0x800D 248#define ASYNC_BUS_TRANSIT 0x800E /* LVD -> HVD, eg. */ 249#define ASYNC_LIP_OCCURRED 0x8010 /* FC only */ 250#define ASYNC_LOOP_UP 0x8011 251#define ASYNC_LOOP_DOWN 0x8012 252#define ASYNC_LOOP_RESET 0x8013 /* FC only */ 253#define ASYNC_PDB_CHANGED 0x8014 254#define ASYNC_CHANGE_NOTIFY 0x8015 | 1/* $FreeBSD$ */ 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: --- 238 unchanged lines hidden (view full) --- 247#define ASYNC_KILLED_BUS 0x800D 248#define ASYNC_BUS_TRANSIT 0x800E /* LVD -> HVD, eg. */ 249#define ASYNC_LIP_OCCURRED 0x8010 /* FC only */ 250#define ASYNC_LOOP_UP 0x8011 251#define ASYNC_LOOP_DOWN 0x8012 252#define ASYNC_LOOP_RESET 0x8013 /* FC only */ 253#define ASYNC_PDB_CHANGED 0x8014 254#define ASYNC_CHANGE_NOTIFY 0x8015 |
255#define ASYNC_LIP_F8 0x8016 /* FC only */ | 255#define ASYNC_LIP_NOS_OLS_RECV 0x8016 /* FC only */ |
256#define ASYNC_LIP_ERROR 0x8017 /* FC only */ 257#define ASYNC_AUTO_PLOGI_RJT 0x8018 258#define ASYNC_SECURITY_UPDATE 0x801B 259#define ASYNC_CMD_CMPLT 0x8020 260#define ASYNC_CTIO_DONE 0x8021 261#define ASYNC_RIO32_1 0x8021 262#define ASYNC_RIO32_2 0x8022 263#define ASYNC_IP_XMIT_DONE 0x8022 --- 2415 unchanged lines hidden --- | 256#define ASYNC_LIP_ERROR 0x8017 /* FC only */ 257#define ASYNC_AUTO_PLOGI_RJT 0x8018 258#define ASYNC_SECURITY_UPDATE 0x801B 259#define ASYNC_CMD_CMPLT 0x8020 260#define ASYNC_CTIO_DONE 0x8021 261#define ASYNC_RIO32_1 0x8021 262#define ASYNC_RIO32_2 0x8022 263#define ASYNC_IP_XMIT_DONE 0x8022 --- 2415 unchanged lines hidden --- |