# HG changeset patch # User Tormod Volden # Date 1385307069 -3600 # Node ID 10b30c9e944311cef1a3c319abc7fc34795456c6 # Parent 34bcc77d2c7f82668447275166d9f4e013e0919a boot_scsi.asm: Fix whitespace diff -r 34bcc77d2c7f -r 10b30c9e9443 level1/modules/boot_scsi.asm --- a/level1/modules/boot_scsi.asm Sun Nov 24 16:16:56 2013 +0100 +++ b/level1/modules/boot_scsi.asm Sun Nov 24 16:31:09 2013 +0100 @@ -290,14 +290,14 @@ * rev1, add selections for MPI slot and bus address of drive * 2012\11\05 Gene Heskett * The default SCSI ID is here, but first do MPI slot - IFEQ MPI-1 + IFEQ MPI-1 CntlSlot FCB SDMPI - ELSE -CntrSlot FCB $FF - ENDC + ELSE +CntrSlot FCB $FF + ENDC Address FDB SDAddr * So now, this can be a base zero decimal value! -WhichDrv FCB ITDNS - EMOD +WhichDrv FCB ITDNS + EMOD eom EQU * - END + END