From 6872085ee6a866a1f903e87bab7d09e8720640c2 Mon Sep 17 00:00:00 2001 From: Mats O Jansson Date: Wed, 10 Sep 1997 11:54:43 +0000 Subject: Sync with NetBSD 970516. -moj --- sys/arch/vax/mscp/mscpreg.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/arch/vax/mscp/mscpreg.h') 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 -- cgit v1.2.3