diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 1998-08-22 08:12:43 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 1998-08-22 08:12:43 +0000 |
commit | ddb7d152e6d219dba67c0db680b099c420708f8f (patch) | |
tree | 700b3f4c2705b97fc86d5d4551bd9cb33d694d4a /sys/arch/mvme88k/stand/libsa/config.h | |
parent | 87c23604fb0b6fa5748345906074855d5a034bb6 (diff) |
New libsa.
Diffstat (limited to 'sys/arch/mvme88k/stand/libsa/config.h')
-rw-r--r-- | sys/arch/mvme88k/stand/libsa/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/stand/libsa/config.h b/sys/arch/mvme88k/stand/libsa/config.h index 0aad19e505f..a2b0515adcf 100644 --- a/sys/arch/mvme88k/stand/libsa/config.h +++ b/sys/arch/mvme88k/stand/libsa/config.h @@ -1,4 +1,3 @@ -/* $Id: config.h,v 1.1 1997/03/03 19:30:37 rahnds Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -44,6 +43,7 @@ #define CPU_167 0x167 #define CPU_172 0x172 #define CPU_177 0x177 +#define CPU_187 0x187 struct brdid { u_long eye_catcher; |