diff options
author | imp <imp@cvs.openbsd.org> | 1996-08-24 18:10:38 +0000 |
---|---|---|
committer | imp <imp@cvs.openbsd.org> | 1996-08-24 18:10:38 +0000 |
commit | 1dc1e3aff86e4555c3cf5fb9a6469d4e99693aec (patch) | |
tree | 108062a6049a126d7c99aa75c22a33b6c5d04d19 /sys | |
parent | d4219a6feccdaeed01d61ebb87430102ff768ce0 (diff) |
Clarify comment
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arc/include/param.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/arc/include/param.h b/sys/arch/arc/include/param.h index 9c87d6683c7..d9883c9bf0b 100644 --- a/sys/arch/arc/include/param.h +++ b/sys/arch/arc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.2 1996/07/16 07:46:17 pefo Exp $ */ +/* $OpenBSD: param.h,v 1.3 1996/08/24 18:10:37 imp Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -42,7 +42,11 @@ */ /* - * Machine dependent constants for Acer Labs PICA_61. + * Machine dependent constants for ARC BIOS MIPS machines: + * Acer Labs PICA_61 + * Deskstation rPC44 + * Deskstation Tyne + * Etc */ #define MACHINE "arc" #define MACHINE_ARCH "mips" |