File:  [CSRG BSD Unix] / 3BSD / sys / h / clock.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:53 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, CSRG
CVS tags: HEAD, BSD3
BSD 3.0

/*	clock.h	2.1	1/5/80 */

/*
 * VAX clock registers
 */

#define	ICCS_RUN	0x1
#define	ICCS_TRANS	0x10
#define	ICCS_SS		0x20
#define	ICCS_IE		0x40
#define	ICCS_INT	0x80
#define	ICCS_ERR	0x80000000
	
/* THIS IS RIDICULOUS */
#define	YRCURR	1980		/* current year */

#define	YRREF	1970		/* reference year for time */
#define	SECHR	(60*60)		/* seconds/hr */
#define	SECDAY	(24*SECHR)	/* seconds/day */
#define	SECYR	(365*SECDAY)	/* seconds/common year */

unix.superglobalmegacorp.com

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