diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 1999-05-29 04:41:49 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 1999-05-29 04:41:49 +0000 |
commit | 2205fd17e8627e7209de4cb73e2c1c335b324c53 (patch) | |
tree | bf535b9af17a64ea51dbb30f0a06956e580b283f /sys/arch/mvme88k/stand/netboot/config.h | |
parent | dd813d9445c707cd93bbb0accfc42d555331789d (diff) |
Added vme bus device drivers. MVME328, MVME376, MVME332
Diffstat (limited to 'sys/arch/mvme88k/stand/netboot/config.h')
-rw-r--r-- | sys/arch/mvme88k/stand/netboot/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/stand/netboot/config.h b/sys/arch/mvme88k/stand/netboot/config.h index b79bd88e9ad..895f749d0f9 100644 --- a/sys/arch/mvme88k/stand/netboot/config.h +++ b/sys/arch/mvme88k/stand/netboot/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.1 1998/08/22 08:37:56 smurph Exp $ */ +/* $OpenBSD: config.h,v 1.2 1999/05/29 04:41:48 smurph Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -45,6 +45,8 @@ #define CPU_172 0x172 #define CPU_177 0x177 #define CPU_187 0x187 +#define CPU_188 0x188 +#define CPU_197 0x197 struct brdid { u_long eye_catcher; |