# HG changeset patch # User boisy # Date 1031148509 0 # Node ID 8de0ac44cbbd7dc0269d660189cc2b51f7e16d33 # Parent d3b592db8f59ad53361a16639ae644536a050538 Mistakenly set scsiid to 64 for ID 5, should be 32 diff -r d3b592db8f59 -r 8de0ac44cbbd 3rdparty/booters/makefile --- 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