add idl4k kernel firmware version 1.13.0.105

This commit is contained in:
Jaroslav Kysela
2015-03-26 17:22:37 +01:00
parent 5194d2792e
commit e9070cdc77
31064 changed files with 12769984 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
/*
* Copyright (c) 2005-2009 Brocade Communications Systems, Inc.
* All rights reserved
* www.brocade.com
*
* Linux driver for Brocade Fibre Channel Host Bus Adapter.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License (GPL) Version 2 as
* published by the Free Software Foundation
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*/
/*
* messages define for FCS Module
*/
#ifndef __BFA_LOG_FCS_H__
#define __BFA_LOG_FCS_H__
#include <cs/bfa_log.h>
#define BFA_LOG_FCS_FABRIC_NOSWITCH \
(((u32) BFA_LOG_FCS_ID << BFA_LOG_MODID_OFFSET) | 1)
#define BFA_LOG_FCS_FABRIC_ISOLATED \
(((u32) BFA_LOG_FCS_ID << BFA_LOG_MODID_OFFSET) | 2)
#endif

View File

@@ -0,0 +1,30 @@
/*
* Copyright (c) 2005-2009 Brocade Communications Systems, Inc.
* All rights reserved
* www.brocade.com
*
* Linux driver for Brocade Fibre Channel Host Bus Adapter.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License (GPL) Version 2 as
* published by the Free Software Foundation
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*/
/* messages define for HAL Module */
#ifndef __BFA_LOG_HAL_H__
#define __BFA_LOG_HAL_H__
#include <cs/bfa_log.h>
#define BFA_LOG_HAL_ASSERT \
(((u32) BFA_LOG_HAL_ID << BFA_LOG_MODID_OFFSET) | 1)
#define BFA_LOG_HAL_HEARTBEAT_FAILURE \
(((u32) BFA_LOG_HAL_ID << BFA_LOG_MODID_OFFSET) | 2)
#define BFA_LOG_HAL_FCPIM_PARM_INVALID \
(((u32) BFA_LOG_HAL_ID << BFA_LOG_MODID_OFFSET) | 3)
#define BFA_LOG_HAL_SM_ASSERT \
(((u32) BFA_LOG_HAL_ID << BFA_LOG_MODID_OFFSET) | 4)
#endif

View File

@@ -0,0 +1,44 @@
/*
* Copyright (c) 2005-2009 Brocade Communications Systems, Inc.
* All rights reserved
* www.brocade.com
*
* Linux driver for Brocade Fibre Channel Host Bus Adapter.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License (GPL) Version 2 as
* published by the Free Software Foundation
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*/
/* messages define for LINUX Module */
#ifndef __BFA_LOG_LINUX_H__
#define __BFA_LOG_LINUX_H__
#include <cs/bfa_log.h>
#define BFA_LOG_LINUX_DEVICE_CLAIMED \
(((u32) BFA_LOG_LINUX_ID << BFA_LOG_MODID_OFFSET) | 1)
#define BFA_LOG_LINUX_HASH_INIT_FAILED \
(((u32) BFA_LOG_LINUX_ID << BFA_LOG_MODID_OFFSET) | 2)
#define BFA_LOG_LINUX_SYSFS_FAILED \
(((u32) BFA_LOG_LINUX_ID << BFA_LOG_MODID_OFFSET) | 3)
#define BFA_LOG_LINUX_MEM_ALLOC_FAILED \
(((u32) BFA_LOG_LINUX_ID << BFA_LOG_MODID_OFFSET) | 4)
#define BFA_LOG_LINUX_DRIVER_REGISTRATION_FAILED \
(((u32) BFA_LOG_LINUX_ID << BFA_LOG_MODID_OFFSET) | 5)
#define BFA_LOG_LINUX_ITNIM_FREE \
(((u32) BFA_LOG_LINUX_ID << BFA_LOG_MODID_OFFSET) | 6)
#define BFA_LOG_LINUX_ITNIM_ONLINE \
(((u32) BFA_LOG_LINUX_ID << BFA_LOG_MODID_OFFSET) | 7)
#define BFA_LOG_LINUX_ITNIM_OFFLINE \
(((u32) BFA_LOG_LINUX_ID << BFA_LOG_MODID_OFFSET) | 8)
#define BFA_LOG_LINUX_SCSI_HOST_FREE \
(((u32) BFA_LOG_LINUX_ID << BFA_LOG_MODID_OFFSET) | 9)
#define BFA_LOG_LINUX_SCSI_ABORT \
(((u32) BFA_LOG_LINUX_ID << BFA_LOG_MODID_OFFSET) | 10)
#define BFA_LOG_LINUX_SCSI_ABORT_COMP \
(((u32) BFA_LOG_LINUX_ID << BFA_LOG_MODID_OFFSET) | 11)
#endif

View File

@@ -0,0 +1,36 @@
/*
* Copyright (c) 2005-2009 Brocade Communications Systems, Inc.
* All rights reserved
* www.brocade.com
*
* Linux driver for Brocade Fibre Channel Host Bus Adapter.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License (GPL) Version 2 as
* published by the Free Software Foundation
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*/
/*
* messages define for WDRV Module
*/
#ifndef __BFA_LOG_WDRV_H__
#define __BFA_LOG_WDRV_H__
#include <cs/bfa_log.h>
#define BFA_LOG_WDRV_IOC_INIT_ERROR \
(((u32) BFA_LOG_WDRV_ID << BFA_LOG_MODID_OFFSET) | 1)
#define BFA_LOG_WDRV_IOC_INTERNAL_ERROR \
(((u32) BFA_LOG_WDRV_ID << BFA_LOG_MODID_OFFSET) | 2)
#define BFA_LOG_WDRV_IOC_START_ERROR \
(((u32) BFA_LOG_WDRV_ID << BFA_LOG_MODID_OFFSET) | 3)
#define BFA_LOG_WDRV_IOC_STOP_ERROR \
(((u32) BFA_LOG_WDRV_ID << BFA_LOG_MODID_OFFSET) | 4)
#define BFA_LOG_WDRV_INSUFFICIENT_RESOURCES \
(((u32) BFA_LOG_WDRV_ID << BFA_LOG_MODID_OFFSET) | 5)
#define BFA_LOG_WDRV_BASE_ADDRESS_MAP_ERROR \
(((u32) BFA_LOG_WDRV_ID << BFA_LOG_MODID_OFFSET) | 6)
#endif