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

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

1992/0403/sys/src/9/pc/io.h:14,261992/0904/sys/src/9/pc/io.h:14,26 (short | long | prev | next)
Change Ethervec. Clarify values of Mousevec, Matherr2vec, and Hardvec.
rsc Fri Mar 4 12:44:25 2005
1991/0731    
	 Kbdvec=	Int0vec+1,	/*  keyboard interrupts */ 
1991/0810    
	 Uart1vec=	Int0vec+3,	/*  modem line */ 
1991/0811    
	 Uart0vec=	Int0vec+4,	/*  serial line */ 
1992/0403    
	 Ethervec=	Int0vec+5,	/*  ethernet interrupt */ 
1991/0731    
	 Floppyvec=	Int0vec+6,	/*  floppy interrupts */ 
1991/1127    
	 Parallelvec=	Int0vec+7,	/*  parallel port interrupts */ 
1991/0731    
	Int1vec=	Int0vec+8,	/* second 8259 */ 
	 Mousevec=	Int1vec+4,	/*  mouse interrupt */ 
1991/0912    
	 Matherr2vec=	Int1vec+5,	/*  math coprocessor */ 
1991/0731    
	 Hardvec=	Int1vec+6,	/*  hard disk */ 
1992/0904    
	Int1vec=	Int0vec+8, 
	 Ethervec=	Int0vec+10,	/*  ethernet interrupt */ 
	 Mousevec=	Int0vec+12,	/*  mouse interrupt */ 
	 Matherr2vec=	Int0vec+13,	/*  math coprocessor */ 
	 Hardvec=	Int0vec+14,	/*  hard disk */ 
1991/0910    
 
	Syscallvec=	64, 
1991/0704    
}; 


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