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

1999/1120/pc/devusb.c (diff list | history)

1999/1120/sys/src/9/pc/devusb.c:1280,12861999/1209/sys/src/9/pc/devusb.c:1280,1291 (short | long | prev | next)
1999/1006    
		delay(4); 
	} 
	outb(port+SOFMod, i); 
	// Interrupt handler 
1999/1209    
	/* 
	 * Interrupt handler. 
	 * Bail out if no IRQ assigned by the BIOS. 
	 */ 
	if(cfg->intl == 0xFF) 
		return; 
1999/1006    
	intrenable(cfg->intl, interrupt, ub, cfg->tbdf, "usb"); 
 
	ub->io = port; 


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