Hi, On Thu, Mar 12, 2015 at 4:01 AM, Narsimhulu Musini <nmusini@xxxxxxxxx> wrote: > snic_main.c contains module load and unload, global driver context, > PCI Registration, PCI probe and remove, SCSI ML registration functionality. > > snic.h contains snic structure definition, snic global context, and > prototypes. > > snic_os.h contains OS specific interfaces. > > snic_attrs.c contains device attributes to list snic state, link state, > and driver version under /sys/class/scsi_host/host<id>/ > > v2 > Added Compile time macro for debugfs dependent functionality. Your changelog should be below the "---" and before the diffstat. > Signed-off-by: Narsimhulu Musini <nmusini@xxxxxxxxx> > Signed-off-by: Sesidhar Baddela <sebaddel@xxxxxxxxx> > --- I.e. here. > drivers/scsi/snic/snic.h | 421 +++++++++++++++++ > drivers/scsi/snic/snic_attrs.c | 80 ++++ > drivers/scsi/snic/snic_main.c | 1022 ++++++++++++++++++++++++++++++++++++++++ > drivers/scsi/snic/snic_os.h | 81 ++++ > 4 files changed, 1604 insertions(+) > create mode 100644 drivers/scsi/snic/snic.h > create mode 100644 drivers/scsi/snic/snic_attrs.c > create mode 100644 drivers/scsi/snic/snic_main.c > create mode 100644 drivers/scsi/snic/snic_os.h Thanks, -- Julian Calaby Email: julian.calaby@xxxxxxxxx Profile: http://www.google.com/profiles/julian.calaby/ -- 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