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

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

1992/0810/sys/src/9/ss/io.h:1,31992/0813/sys/src/9/ss/io.h:1,4 (short | long | prev | next)
1992/0813    
#define	FRAMEBUF	0xFE000000 
1992/0810    
#define	FRAMEBUFID	0xFE000000 
#define	DISPLAYRAM	0xFE800000 
1990/1226    
#define	EPROM		0xF6000000 
1992/0810/sys/src/9/ss/io.h:89,951992/0813/sys/src/9/ss/io.h:90,96
1992/0807    
struct SCSIdev { 
	uchar	countlo;		/* byte count, low bits */ 
	uchar	pad1[3]; 
	uchar	counthi;		/* byte count, hi bits */ 
1992/0813    
	uchar	countmi;		/* byte count, middle bits */ 
1992/0807    
	uchar	pad2[3]; 
	uchar	fifo;			/* data fifo */ 
	uchar	pad3[3]; 
1992/0810/sys/src/9/ss/io.h:105,1161992/0813/sys/src/9/ss/io.h:106,125
1992/0807    
			uchar	pad07[3]; 
			uchar	fflags;		/* fifo flags */ 
			uchar	pad08[3]; 
			uchar	config;		/* configuration */ 
1992/0813    
			uchar	config;		/* RW: configuration */ 
1992/0807    
			uchar	pad09[3]; 
			uchar	Reserved1; 
			uchar	pad0A[3]; 
			uchar	Reserved2; 
			uchar	pad0B[3]; 
1992/0813    
			uchar	conf2;		/* RW: configuration */ 
			uchar	pad0C[3]; 
			uchar	conf3;		/* RW: configuration */ 
			uchar	pad0D[3]; 
			uchar	partid;		/* unique part id */ 
			uchar	pad0E[3]; 
			uchar	fbottom;	/* RW: fifo bottom */ 
			uchar	pad0F[3]; 
1992/0807    
		}; 
		struct {		/* write only... */ 
			uchar	destid;		/* destination id */ 
1992/0810/sys/src/9/ss/io.h:121,1321992/0813/sys/src/9/ss/io.h:130,149
1992/0807    
			uchar	pad17[3]; 
			uchar	syncoffset;	/* synchronous xfr offset */ 
			uchar	pad18[3]; 
			uchar	XXX; 
1992/0813    
			uchar	RW0; 
1992/0807    
			uchar	pad19[3]; 
			uchar	clkconf; 
			uchar	pad1A[3]; 
			uchar	test;	 
			uchar	pad1B[3]; 
1992/0813    
			uchar	RW1; 
			uchar	pad1C[3]; 
			uchar	RW2; 
			uchar	pad1D[3]; 
			uchar	counthi;	/* byte count, hi bits */ 
			uchar	pad1E[3]; 
			uchar	RW3; 
			uchar	pad1F[3]; 
1992/0807    
		}; 
	}; 
}; 


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