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

1990/0324/power/boot.c (diff list | history)

1990/0227/sys/src/9/power/boot.c:16,271990/0324/sys/src/9/power/boot.c:16,27 (short | long | prev | next)
1990/0227    
} Address; 
 
Address addr[] = { 
1990/0324    
	{ "bitbootes", "bitconnect" }, 
1990/0227    
	{ "ross", "connect 020701005eff" }, 
	{ "bootes", "connect 080069020205" }, 
	{ "helix", "connect 080069020427" }, 
	{ "spindle", "connect 0800690202df" }, 
	{ "r70", "connect 08002b04265d" }, 
	{ "bitbootes", "bitconnect" }, 
	{ 0 } 
}; 
 
1990/0227/sys/src/9/power/boot.c:98,1061990/0324/sys/src/9/power/boot.c:98,106
1990/0227    
	close(fu); 
 
	if(strcmp(scmd, "bitconnect") == 0){ 
		fd = open("#b/bit", ORDWR); 
1990/0324    
		fd = open("#3/bit3", ORDWR); 
1990/0227    
		if(fd < 0) 
			error("opening #b/bit"); 
1990/0324    
			error("opening #3/bit3"); 
1990/0227    
		goto Mesg; 
	} 
 


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