diff options
| author | phil <phil@NetBSD.org> | 1993-11-04 07:58:55 +0000 |
|---|---|---|
| committer | phil <phil@NetBSD.org> | 1993-11-04 07:58:55 +0000 |
| commit | 4e1f2bee45e757886e6cb4391ded9eb5b07ee1f5 (patch) | |
| tree | 7d799ed04b2eed8da155b756d2ce9cd5feb60acf /sys | |
| parent | f3b1236dc8bc738553b9d7ecb3f6ea5045ceedc3 (diff) | |
Fixed documentation.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/pc532/pc532/machdep.c | 2 |
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 */ |
