diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-09-30 21:46:39 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-09-30 21:46:39 +0000 |
commit | 7f2ae2b10eb947643499a0bcecfd336db623f653 (patch) | |
tree | 30f54ad73cb0b152ba0db28868bd225b2bfa9b91 /sys | |
parent | 25296d6e7bad28a49513d909feb1771282be7baa (diff) |
Closer to reality comments.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/m88k/include/kcore.h | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/mvme88k/disksubr.c | 3 | ||||
-rw-r--r-- | sys/arch/mvme88k/mvme88k/m8820x.c | 6 |
3 files changed, 6 insertions, 7 deletions
diff --git a/sys/arch/m88k/include/kcore.h b/sys/arch/m88k/include/kcore.h index 08afe7cb934..2cd8f5f0b41 100644 --- a/sys/arch/m88k/include/kcore.h +++ b/sys/arch/m88k/include/kcore.h @@ -1,4 +1,4 @@ -/* $OpenBSD: kcore.h,v 1.1 2004/04/26 12:34:05 miod Exp $ */ +/* $OpenBSD: kcore.h,v 1.2 2004/09/30 21:46:35 miod Exp $ */ /* * Copyright (c) 2001 Miodrag Vallat. @@ -32,7 +32,7 @@ #define NPHYS_RAM_SEGS 1 typedef struct cpu_kcore_hdr { - int cputype; /* board type: 187, 188, 197 */ + int cputype; /* cpu type: 88100, 88110 */ phys_ram_seg_t ram_segs[NPHYS_RAM_SEGS]; } cpu_kcore_hdr_t; diff --git a/sys/arch/mvme88k/mvme88k/disksubr.c b/sys/arch/mvme88k/mvme88k/disksubr.c index 737fd9607b7..e2c7a70dbd5 100644 --- a/sys/arch/mvme88k/mvme88k/disksubr.c +++ b/sys/arch/mvme88k/mvme88k/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.26 2004/07/20 20:33:21 miod Exp $ */ +/* $OpenBSD: disksubr.c,v 1.27 2004/09/30 21:46:38 miod Exp $ */ /* * Copyright (c) 1998 Steve Murphree, Jr. * Copyright (c) 1995 Dale Rahn. @@ -58,7 +58,6 @@ void printclp(struct cpu_disklabel *, char *); * Returns the ID of the SCSI disk based on Motorola's CLUN/DLUN stuff * bootdev == CLUN << 8 | DLUN. * This handles SBC SCSI and MVME32[78]. - * MVME328 daughter cards (DLUN >= 0x40) are not handled correctly yet. */ int get_target(int *target, int *bus) diff --git a/sys/arch/mvme88k/mvme88k/m8820x.c b/sys/arch/mvme88k/mvme88k/m8820x.c index d9172b67905..1826ceca224 100644 --- a/sys/arch/mvme88k/mvme88k/m8820x.c +++ b/sys/arch/mvme88k/mvme88k/m8820x.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m8820x.c,v 1.39 2004/08/06 13:23:49 miod Exp $ */ +/* $OpenBSD: m8820x.c,v 1.40 2004/09/30 21:46:38 miod Exp $ */ /* * Copyright (c) 2004, Miodrag Vallat. * @@ -183,9 +183,9 @@ m8820x_setup_board_config() * all access to SRAM. * * Configuration 6, with 4 CMMUs par CPU, also allows a split on A14 - * address bit. + * address bit (A16 for 88204). * - * Setup the default A12/A14 split here. We should theoretically only + * Setup the default A12/A14 scheme here. We should theoretically only * set the PCNFA and PCNFB on configurations 1, 2 and 6, since the * other ones do not have P bus decoders. * However, is it safe to write them anyways - the values will be |