17 Mar, 2011

1 commit


28 Jul, 2007

1 commit


03 Feb, 2007

3 commits


13 Jul, 2006

1 commit

  • * removing obsolete 1066, 1066E from Kconfig
    * initializing aen_event_read_flag after host reset
    * remove oem references
    * remove obsolete mpt_pq_filter command line option

    Signed-off-by: Eric Moore
    Signed-off-by: James Bottomley

    Eric Moore
     

29 Jun, 2006

1 commit

  • * Wide port support added - using James Bottomley's new SAS wide port API.
    (There is a known problem in sas transport layer reported yesterday to
    James. The Kobject dev.bus_ids for end devices are not unique across
    expanders. I have added a work around in this patch, where I asigning
    an unique port identifier for every port within the host - this solves
    the problem, but I expect a fix from James in the sas transport).

    * Adding target_alloc and target_destroy entry points, and moving code over
    from the slave entry points.

    * The renaming of some mptscsih_xxx functions declared in mptsas.c,
    to mptsas_xxx.

    * Target Reset moved from slave_destroy to hotplug work thread
    handling (with regard to device removal). Also inhibit IO to end device
    while device is being broken down . Talked to James Smart about this
    at Linux Expo (with questions of how the fc transport handles this).

    * Cleaning up the kzalloc's, and kfree's

    Signed-off-by: Eric Moore
    Signed-off-by: James Bottomley

    Eric Moore
     

15 Mar, 2006

1 commit


01 Feb, 2006

1 commit


20 Sep, 2005

1 commit


21 May, 2005

2 commits


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds