Hi James, The following patch set supports the creation of BFA debugfs node through which the Brocade HBA driver's debug information is exposed to the user space. Please apply this patch after our previous patch on Nov 30 2009. http://marc.info/?l=linux-scsi&m=125954507020239&w=2 Patch Set Details: [PATCH 1/2]: Files to support BFA debugfs node creation, node query and node deletion. [PATCH 2/2]: Changes to existing source repository to support BFA debugfs node operations. drivers/scsi/bfa/Makefile | 2 +- drivers/scsi/bfa/bfad.c | 53 ++++- drivers/scsi/bfa/bfad_debugfs.c | 543 ++++++++++++++++++++++++++++++++++ drivers/scsi/bfa/bfad_debugfs.h | 56 ++++ drivers/scsi/bfa/bfad_drv.h | 9 +- drivers/scsi/bfa/include/bfa_dbcmd.h | 98 ++++++ 6 files changed, 758 insertions(+), 3 deletions(-) create mode 100644 drivers/scsi/bfa/bfad_debugfs.c create mode 100644 drivers/scsi/bfa/bfad_debugfs.h create mode 100644 drivers/scsi/bfa/include/bfa_dbcmd.h Thanks in advance, Krishna Chaitanya Gudipati. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html