# HG changeset patch # User Tormod Volden # Date 1386009607 -3600 # Node ID 23b4069ef1ab54eafb791c1d3130cb36e9c1e46b # Parent ee0de59f5cef67b7537137426e382d299365c701 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 diff -r ee0de59f5cef -r 23b4069ef1ab level1/modules/boot_scsi.asm --- 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 *