14 Dec, 2006

1 commit


11 Jul, 2006

1 commit


04 Feb, 2006

1 commit

  • - This controller violates the I2O spec for the I/O registers. The patch
    contains a workaround which moves the registers to the proper location.
    (originally author: Matthew Starzewski)

    - If a message frame is beyond the mapped address range a error is
    returned.

    Signed-off-by: Markus Lidel
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Markus Lidel
     

07 Jan, 2006

3 commits


29 Oct, 2005

1 commit


24 Jun, 2005

2 commits

  • LD .tmp_vmlinux1
    drivers/built-in.o: In function `i2o_cfg_parms':
    config-osm.c:(.text+0x12764a): undefined reference to `i2o_parm_issue'

    Cc: Markus Lidel
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Andrew Morton
     
  • Changes:
    - Added header "core.h" for i2o_core.ko internal definitions
    - More sparse fixes
    - Changed display of TID's in sysfs attributes from XXX to 0xXXX
    - Use the right functions for accessing I/O and normal memory
    - Removed error handling of SCSI device errors and let the SCSI layer
    take care of it
    - Added new device / removed device handling to SCSI-OSM
    - Make status access volatile
    - Cleaned up activation of I2O controller
    - Removed unnecessary wmb() and rmb() calls
    - Use own struct i2o_io for I/O memory instead of struct i2o_dma

    Signed-off-by: Markus Lidel
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Markus Lidel