File:  [CSRG BSD Unix] / 43BSDTahoe / sys / vax / mem.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:58 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43tahoe
BSD 4.3tahoe

/*
 * Copyright (c) 1982, 1986 Regents of the University of California.
 * All rights reserved.  The Berkeley software License Agreement
 * specifies the terms and conditions for redistribution.
 *
 *	@(#)mem.h	7.2 (Berkeley) 5/7/88
 */

/*
 * Compute maximum possible number of memory controllers,
 * for sizing of the mcraddr array.
 */
#if VAX8200 || VAX780
#define	MAXNMCR		4
#else
#define	MAXNMCR		1
#endif

#if VAX780
/* controller types */
#define	M780C	1
#define	M780EL	2
#define	M780EU	3
#endif

#define	MEMINTVL	(60*10)		/* 10 minutes */

#ifdef	KERNEL
int	nmcr;
caddr_t	mcraddr[MAXNMCR];
#if VAX780
int	mcrtype[MAXNMCR];
#endif
#endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.