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/arch/m88k/include | |
parent | 25296d6e7bad28a49513d909feb1771282be7baa (diff) |
Closer to reality comments.
Diffstat (limited to 'sys/arch/m88k/include')
-rw-r--r-- | sys/arch/m88k/include/kcore.h | 4 |
1 files changed, 2 insertions, 2 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; |