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

1991/0904/pc/io.h (diff list | history)

1991/0811/sys/src/9/pc/io.h:4,101991/0904/sys/src/9/pc/io.h:4,10 (short | long | prev | next)
1991/0704    
enum 
{ 
1991/0710    
	Faultvec=	14,		/* page fault */ 
1991/0731    
	Int0vec=	16,		/* first 8259 */ 
1991/0904    
	Int0vec=	24,		/* first 8259 */ 
1991/0731    
	 Clockvec=	Int0vec+0,	/*  clock interrupts */ 
	 Kbdvec=	Int0vec+1,	/*  keyboard interrupts */ 
1991/0810    
	 Uart1vec=	Int0vec+3,	/*  modem line */ 


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