changeset 408:8de0ac44cbbd

Mistakenly set scsiid to 64 for ID 5, should be 32
author boisy
date Wed, 04 Sep 2002 14:08:29 +0000
parents d3b592db8f59
children f26f6b021aaf
files 3rdparty/booters/makefile
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/booters/makefile	Wed Sep 04 14:03:11 2002 +0000
+++ b/3rdparty/booters/makefile	Wed Sep 04 14:08:29 2002 +0000
@@ -28,7 +28,7 @@
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aKenton=1
 
 boot_kenton_id5: boot_scsi.asm
-	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aKenton=1 -ascsiid=64
+	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aKenton=1 -ascsiid=32
 
 boot_rampak: boot_rampak.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2
@@ -37,7 +37,7 @@
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aTC3=1
 
 boot_tc3_id5: boot_scsi.asm
-	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aTC3=1 -ascsiid=64
+	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aTC3=1 -ascsiid=32
 
 boot_wd1002: boot_wd1002.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2
@@ -56,13 +56,13 @@
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aKenton=1
 
 boot_kenton_id5_l1: boot_scsi.asm
-	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aKenton=1 -ascsiid=64
+	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aKenton=1 -ascsiid=32
 
 boot_tc3_l1: boot_scsi.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aTC3=1
 
 boot_tc3_id5_l1: boot_scsi.asm
-	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aTC3=1 -ascsiid=64
+	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aTC3=1 -ascsiid=32
 
 boot_rampak_l1: boot_rampak.asm
 	$(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1