changeset 657:d2ce1c213a9c

Changed boot_ktlr and boot_tc3 to add id0 for SCSI ID
author boisy
date Sat, 21 Dec 2002 15:30:11 +0000
parents 986ff3d9f814
children 0ba32915943b
files 3rdparty/booters/makefile
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/booters/makefile	Wed Dec 18 15:22:50 2002 +0000
+++ b/3rdparty/booters/makefile	Sat Dec 21 15:30:11 2002 +0000
@@ -2,11 +2,11 @@
 
 DEPENDS		= ./Makefile
 BOOTERS_NITROS	= boot_ide_nl2
-BOOTERS_L2	= boot_ktlr boot_ktlr_id5 boot_rampak \
-		boot_tc3 boot_tc3_id5 boot_ide boot_wd1002 \
+BOOTERS_L2	= boot_ktlr_id0 boot_ktlr_id5 boot_rampak \
+		boot_tc3_id0 boot_tc3_id5 boot_ide boot_wd1002 \
 		boot_burke boot_rom boot_vhd
-BOOTERS_L1	= boot_ktlr_l1 boot_ktlr_id5_l1 boot_rampak_l1 \
-		boot_tc3_l1 boot_tc3_id5_l1 boot_ide_l1 \
+BOOTERS_L1	= boot_ktlr_id0_l1 boot_ktlr_id5_l1 boot_rampak_l1 \
+		boot_tc3_id0_l1 boot_tc3_id5_l1 boot_ide_l1 \
 		boot_burke_l1 boot_rom_l1
 ALLOBJS		= $(BOOTERS_NITROS) $(BOOTERS_L2) $(BOOTERS_L1)
 
@@ -24,7 +24,7 @@
 boot_ide: boot_ide.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2
 
-boot_ktlr: boot_scsi.asm
+boot_ktlr_id0: boot_scsi.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aKenton=1
 
 boot_ktlr_id5: boot_scsi.asm
@@ -33,7 +33,7 @@
 boot_rampak: boot_rampak.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2
 
-boot_tc3: boot_scsi.asm
+boot_tc3_id0: boot_scsi.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aTC3=1
 
 boot_tc3_id5: boot_scsi.asm
@@ -55,13 +55,13 @@
 boot_rom_l1: boot_rom_l1.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1
 
-boot_ktlr_l1: boot_scsi.asm
+boot_ktlr_id0_l1: boot_scsi.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aKenton=1
 
 boot_ktlr_id5_l1: boot_scsi.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aKenton=1 -ascsiid=32
 
-boot_tc3_l1: boot_scsi.asm
+boot_tc3_id0_l1: boot_scsi.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aTC3=1
 
 boot_tc3_id5_l1: boot_scsi.asm