diff options
Diffstat (limited to 'sys/arch/mac68k/dev/esp.c')
-rw-r--r-- | sys/arch/mac68k/dev/esp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/mac68k/dev/esp.c b/sys/arch/mac68k/dev/esp.c index ae720bfc068..f9140603b39 100644 --- a/sys/arch/mac68k/dev/esp.c +++ b/sys/arch/mac68k/dev/esp.c @@ -353,7 +353,7 @@ espattach(parent, self, aux) sc->sc_freq = 25000000; } } else { - sc->sc_reg = (volatile u_char *) SCSIBase + 0x400; + sc->sc_reg = (volatile u_char *) SCSIBase + 0x402; mac68k_register_scsi_b_irq((void (*)(void *)) espintr, sc); sc->irq_mask = V2IF_SCSIDRQ; /* V2IF_T1? */ sc->sc_freq = 25000000; |