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

2000/0515/alphapc/io.h (diff list | history)

2000/0515/sys/src/9/alphapc/io.h:1,102001/0727/sys/src/9/alphapc/io.h:1,4 (short | long | prev)
1999/0415    
enum { 
	Uart0		= 0x3F8, 
	Uart1		= 0x2F8, 
	  UartFREQ	= 1843200, 
}; 
                 
enum { 
	IrqCLOCK	= 0, 
	IrqKBD		= 1, 
	IrqUART1	= 3, 
2000/0515/sys/src/9/alphapc/io.h:27,332001/0727/sys/src/9/alphapc/io.h:21,27
2000/0401    
typedef struct Vctl { 
	Vctl*	next;			/* handlers on this vector */ 
1999/0415    
 
2000/0401    
	char	name[NAMELEN];	/* of driver */ 
2001/0727    
	char	name[KNAMELEN];	/* of driver */ 
2000/0401    
	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)