plan 9 kernel history: overview | file list | diff list

1992/0814/ss/io.h (diff list | history)

1992/0813/sys/src/9/ss/io.h:1,61992/0814/sys/src/9/ss/io.h:1,6 (short | long | prev | next)
1992/0813    
#define	FRAMEBUF	0xFE000000 
1992/0810    
#define	FRAMEBUFID	0xFE000000 
#define	DISPLAYRAM	0xFE800000 
1992/0814    
#define	FRAMEBUFID	(FRAMEBUF+0x000000) 
#define	DISPLAYRAM	(FRAMEBUF+0x800000) 
1990/1226    
#define	EPROM		0xF6000000 
1990/1227    
#define	CLOCK		0xF3000000 
#define	CLOCKFREQ	1000000		/* one microsecond increments */ 
1992/0813/sys/src/9/ss/io.h:36,421992/0814/sys/src/9/ss/io.h:36,42
1992/0807    
#define NVWRITE	(2048-8-32)	/* minus RTC, minus ID prom */ 
 
/* 
 * real-time clock (every 4th location) 
1992/0814    
 * real-time clock 
1992/0807    
 */ 
typedef struct RTCdev	RTCdev; 
struct RTCdev 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)