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

1991/0331/power/devhotrod.c (diff list | history)

1991/0329/sys/src/9/power/devhotrod.c:13,191991/0331/sys/src/9/power/devhotrod.c:13,18 (short | long | prev | next)
1991/0306    
/* 
1991/0307    
 * If defined, ENABMEMTEST causes memory test to be run at device open 
1991/0306    
 */ 
1991/0329    
#define	ENABMEMTEST 
1991/0306    
#ifdef	ENABMEMTEST 
1991/0303    
void	mem(Hot*, ulong*, ulong); 
1991/0307    
#define	NTESTBUF	256 
1991/0329/sys/src/9/power/devhotrod.c:26,321991/0331/sys/src/9/power/devhotrod.c:25,31
1991/0303    
/* 
1991/0307    
 * If 1, ENABCKSUM causes data transfers to have checksums 
1991/0303    
 */ 
1991/0306    
#define	ENABCKSUM	1 
1991/0331    
#define	ENABCKSUM	0 
1991/0303    
 
1990/1013    
typedef struct Hotrod	Hotrod; 
 


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