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

1999/0512/alphapc/devvga.c (diff list | history)

1999/0415/sys/src/9/alphapc/devvga.c:103,1091999/0512/sys/src/9/alphapc/devvga.c:103,114 (short | long | prev | next)
1999/0415    
		else 
			s = "off"; 
		len += snprint(p+len, READSTR-len, "hwgc: %s\n", s); 
		snprint(p+len, READSTR-len, "addr: 0x%lux\n", scr->aperture); 
1999/0512    
		if(scr->pciaddr) 
			snprint(p+len, READSTR-len, "addr: 0x%lux\n", 
				scr->pciaddr); 
		else 
			snprint(p+len, READSTR-len, "addr: 0x%lux\n", 
				scr->aperture); 
1999/0415    
 
		n = readstr(offset, a, n, p); 
		poperror(); 


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