1. 15 1月, 2006 38 次提交
  2. 13 1月, 2006 2 次提交
    • P
      [SCSI] Pass proper device from BusLogic to SCSI layer · 745caf71
      Petr Vandrovec 提交于
      While trying to get SUSE's SLES9 working on system with more than 4GB we've
      noticed that SCSI layer happilly passes addresses over 4GB to the buslogic
      driver, which is quite a big problem as buslogic can generate only 32bit
      busmastering cycles.
      
      Fortunately in the current kernels this problem does not exist anymore as
      SCSI layer now assumes 4GB capable device by default, but it is still good
      idea to pass correct device structure to the SCSI layer.  If nothing else,
      /sys/block/sda/device now points to
      /sys/devices/pci0000:00/0000:00:10.0/host0/...  instead of
      /sys/devices/platform/host0/...  like it did in the past.
      
      Change does nothing for ISA based BusLogic adapters, they'll still end
      under platform (and they are probably broken for long time as I do not see
      anything forcing ISA 16MB limit for them).
      Signed-off-by: NPetr Vandrovec <petr@vmware.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      745caf71
    • J
      [SCSI] aic79xx: bump version to 3.0 · cd2f1e69
      James Bottomley 提交于
      This takes us past the old 1.x version of the SCSI driver and the 2.x
      version of the aic website version to reflect the full incorporation
      of both branches.
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      cd2f1e69