1. 03 Aug, 2006 1 commit
  2. 02 Aug, 2006 4 commits
  3. 31 Jul, 2006 2 commits
    • Tony Luck's avatar
      [IA64] Fix breakage in simscsi.c · 4f2ef124
      Tony Luck authored
      arch/ia64/hp/sim/simscsi.c: In function `simscsi_sg_readwrite':
      arch/ia64/hp/sim/simscsi.c:154: error: structure has no member named `buffer'
      arch/ia64/hp/sim/simscsi.c: In function `simscsi_fillresult':
      arch/ia64/hp/sim/simscsi.c:247: error: structure has no member named `buffer'
      
      hch said:
      >Just change it to access the request_buffer member instead.  buffer
      >and request_buffer have been synonymous 99% of the time, and a driver
      >never even wants to access buffer.
      Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
      4f2ef124
    • Matthew Wilcox's avatar
      [IA64] Format /proc/pal/*/version_info correctly · 1bf1eba7
      Matthew Wilcox authored
      /proc/pal/*/version_info is a bit confusing.  HP firmware, at least,
      reports 07.31 instead of 0.7.31.  Also, the comment is out of place;
      it's an internal detail about the implementation of ia64_pal_version.
      Since the 2.2 revision of the SDM still states that PAL_VERSION can
      be called in virtual mode, correct the comment to be more accurate.
      Signed-off-by: default avatarMatthew Wilcox <matthew@wil.cx>
      Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
      1bf1eba7
  4. 30 Jul, 2006 10 commits
  5. 29 Jul, 2006 22 commits
  6. 28 Jul, 2006 1 commit