changeset 2894:23b4069ef1ab lwtools-port

boot_scsi.asm: Fix SCSI ID when booting, part two Use a default SCSI ID of zero in the case the makefile is not providing one. This is a follow-up on commit 531841047512
author Tormod Volden <debian.tormod@gmail.com>
date Mon, 02 Dec 2013 19:40:07 +0100
parents ee0de59f5cef
children 92301a2c0eb7
files level1/modules/boot_scsi.asm
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/level1/modules/boot_scsi.asm	Mon Dec 02 19:21:00 2013 +0100
+++ b/level1/modules/boot_scsi.asm	Mon Dec 02 19:40:07 2013 +0100
@@ -297,6 +297,9 @@
                ENDC
 Address        FDB       SDAddr
 * So now, this can be a base zero decimal value!
+               IFNDEF    ITDNS
+ITDNS          EQU       0
+               ENDC
 WhichDrv       FCB       ITDNS
                EMOD
 eom            EQU       *