From 4e1f2bee45e757886e6cb4391ded9eb5b07ee1f5 Mon Sep 17 00:00:00 2001 From: phil Date: Thu, 4 Nov 1993 07:58:55 +0000 Subject: [PATCH] Fixed documentation. --- sys/arch/pc532/pc532/machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arch/pc532/pc532/machdep.c b/sys/arch/pc532/pc532/machdep.c index 411bbcd2b6e7..7b7620d27bfd 100644 --- a/sys/arch/pc532/pc532/machdep.c +++ b/sys/arch/pc532/pc532/machdep.c @@ -169,7 +169,7 @@ _low_level_init () for (ix = 0x200; ix < 0x2ff; ix++) WR_ADR(int, p1 + ix*4, 0x38000043 + ((ix - 0x200)<<12)); - /* SCSI "DMA" With A22 (EOP) Addresses FFEF0000 - FFEFFFFF */ + /* SCSI "DMA" With A22 (EOP) Addresses FFEFF000 - FFEFFFFF */ WR_ADR(int, p1 + 0x2ff*4, 0x388ff043); /* The e-prom Addresses FFF00000 - FFF3FFFF */