1. 04 8月, 2006 2 次提交
  2. 03 8月, 2006 4 次提交
  3. 01 8月, 2006 2 次提交
    • T
      [IA64] Fix breakage in simscsi.c · 4f2ef124
      Tony Luck 提交于
      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: NTony Luck <tony.luck@intel.com>
      4f2ef124
    • M
      [IA64] Format /proc/pal/*/version_info correctly · 1bf1eba7
      Matthew Wilcox 提交于
      /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: NMatthew Wilcox <matthew@wil.cx>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      1bf1eba7
  4. 30 7月, 2006 10 次提交
  5. 29 7月, 2006 22 次提交