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

2001/0527/pc/io.h (diff list | history)

2000/1118/sys/src/9/pc/io.h:44,502001/0527/sys/src/9/pc/io.h:44,50 (short | long | prev | next)
Convert to 9P2000 — NAMELEN to KNAMELEN.
rsc Fri Mar 4 12:44:25 2005
1998/0910    
typedef struct Vctl { 
	Vctl*	next;			/* handlers on this vector */ 
 
2000/0405    
	char	name[NAMELEN];		/* of driver */ 
2001/0527    
	char	name[KNAMELEN];		/* of driver */ 
1998/0910    
	int	isintr;			/* interrupt or fault/trap */ 
	int	irq; 
	int	tbdf; 


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