diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 1997-09-10 11:54:43 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 1997-09-10 11:54:43 +0000 |
commit | 6872085ee6a866a1f903e87bab7d09e8720640c2 (patch) | |
tree | 982676f152de2dd4ac67a4d99eb8dc9e06cce24d /sys/arch/vax/mscp/mscpreg.h | |
parent | cb02f2816e26d841fb60e726ceae630d865b44d8 (diff) |
Sync with NetBSD 970516. -moj
Diffstat (limited to 'sys/arch/vax/mscp/mscpreg.h')
-rw-r--r-- | sys/arch/vax/mscp/mscpreg.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/vax/mscp/mscpreg.h b/sys/arch/vax/mscp/mscpreg.h index b98a4653847..065996ada8d 100644 --- a/sys/arch/vax/mscp/mscpreg.h +++ b/sys/arch/vax/mscp/mscpreg.h @@ -1,5 +1,5 @@ -/* $OpenBSD: mscpreg.h,v 1.2 1997/05/29 00:05:04 niklas Exp $ */ -/* $NetBSD: mscpreg.h,v 1.1 1996/07/01 20:41:37 ragge Exp $ */ +/* $OpenBSD: mscpreg.h,v 1.3 1997/09/10 11:54:42 maja Exp $ */ +/* $NetBSD: mscpreg.h,v 1.2 1997/03/15 16:39:20 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. * Copyright (c) 1988 Regents of the University of California. @@ -46,10 +46,12 @@ * If you get warnings about your command ring being too small, * try increasing the values by one. */ +#ifndef NRSP #define NRSPL2 5 #define NCMDL2 5 #define NRSP (1 << NRSPL2) #define NCMD (1 << NCMDL2) +#endif /* * Communication area definition. This seems to be the same for |