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

1991/0705/pc/trap.c (diff list | history)

1991/0704/sys/src/9/pc/trap.c:75,851991/0705/sys/src/9/pc/trap.c:75,85 (short | long | prev | next)
1991/0704    
	 *	 IBM technical reference manual.  I just 
	 *	 changed the vector. 
	 */ 
	outb(I8259ctl, 0x11);		/* ICW1 - edge, master, ICW4 */ 
	outb(I8259aux, I8259vec);	/* ICW2 - interrupt vector */ 
	outb(I8259aux, 0x04);		/* ICW3 - master level 2 */ 
	outb(I8259aux, 0x01);		/* ICW4 - master, 8086 mode */ 
	outb(I8259aux, 0x00);		/* mask - all enabled */ 
1991/0705    
	outb(Int0ctl, 0x11);		/* ICW1 - edge, master, ICW4 */ 
	outb(Int0aux, Int0vec);		/* ICW2 - interrupt vector */ 
	outb(Int0aux, 0x04);		/* ICW3 - master level 2 */ 
	outb(Int0aux, 0x01);		/* ICW4 - master, 8086 mode */ 
	outb(Int0aux, 0x00);		/* mask - all enabled */ 
1991/0703    
} 
 
 


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