• H
    [SCSI] aic79xx: use dma_get_required_mask() · 19966769
    Hannes Reinecke 提交于
    As originally noted by Frederic Temporelli, the aic79xx supports 64
    bit addressing, but the initialization code of the driver is wrong: it
    tests the available memory size instead of testing the maximum
    available memory address.
    
    This patch uses the correct dma_get_required_mask() macros to
    determine the correct addressing method.
    Signed-off-by: NHannes Reinecke <hare@suse.de>
    Cc: Xavier Bru <xavier.bru@bull.net>
    CC: Frederic Temporelli <frederic.temporelli@bull.net>
    
    cosmetic fixes
    Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
    19966769
aic79xx_osm.h 24.4 KB