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

1996/0425/pc/main.c (diff list | history)

1996/0214/sys/src/9/pc/main.c:801,8071996/0425/sys/src/9/pc/main.c:801,807 (short | long | prev | next)
1993/0915    
			else if(strncmp(p, "irq=", 4) == 0) 
				isa->irq = strtoul(p+4, &p, 0); 
1995/0803    
			else if(strncmp(p, "dma=", 4) == 0) 
				isa->dma = strtoul(p+5, &p, 0); 
1996/0425    
				isa->dma = strtoul(p+4, &p, 0); 
1993/0915    
			else if(strncmp(p, "mem=", 4) == 0) 
				isa->mem = strtoul(p+4, &p, 0); 
			else if(strncmp(p, "size=", 5) == 0) 


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