summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorphil <phil@NetBSD.org>1993-11-04 07:58:55 +0000
committerphil <phil@NetBSD.org>1993-11-04 07:58:55 +0000
commit4e1f2bee45e757886e6cb4391ded9eb5b07ee1f5 (patch)
tree7d799ed04b2eed8da155b756d2ce9cd5feb60acf /sys
parentf3b1236dc8bc738553b9d7ecb3f6ea5045ceedc3 (diff)
Fixed documentation.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/pc532/pc532/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pc532/pc532/machdep.c b/sys/arch/pc532/pc532/machdep.c
index 411bbcd2b6e..7b7620d27bf 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 */