From b917ef9229a6f391a4027925c6af583abaf693ec Mon Sep 17 00:00:00 2001 From: briggs <briggs@cvs.openbsd.org> Date: Mon, 4 Nov 1996 18:51:55 +0000 Subject: Q900, etc. have 2nd scsi adapter at offset of 0x402, not 0x400 from the 1st. --- sys/arch/mac68k/dev/esp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/arch/mac68k') 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; -- cgit v1.2.3