diff options
author | 2001-06-12 22:53:16 +0000 | |
---|---|---|
committer | 2001-06-12 22:53:16 +0000 | |
commit | fc3fb441da0bc7df2f27a2a15c7dd890bc0d75fd (patch) | |
tree | a4c29331e5b6026e89cc9d96e35cee5d102db3dc | |
parent | Add ``scsibus* at vs?'', except on model 147, for which the vs driver (diff) | |
download | wireguard-openbsd-fc3fb441da0bc7df2f27a2a15c7dd890bc0d75fd.tar.xz wireguard-openbsd-fc3fb441da0bc7df2f27a2a15c7dd890bc0d75fd.zip |
Change RB_NOSYM, for it used to have the same value as RB_CONFIG ;
makes boot -c happier.
-rw-r--r-- | sys/arch/mvme68k/include/prom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/include/prom.h b/sys/arch/mvme68k/include/prom.h index 3ab91c3511e..f9706a9a2f7 100644 --- a/sys/arch/mvme68k/include/prom.h +++ b/sys/arch/mvme68k/include/prom.h @@ -1,4 +1,4 @@ -/* $OpenBSD: prom.h,v 1.8 2001/01/15 19:50:38 deraadt Exp $ */ +/* $OpenBSD: prom.h,v 1.9 2001/06/12 22:53:16 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -187,6 +187,6 @@ struct mvmeprom_args { #define MVMEPROM_REG_ARGEND "a6" #ifndef RB_NOSYM -#define RB_NOSYM 0x400 +#define RB_NOSYM 0x4000 #endif |