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

1995/0214/carrera/main.c (diff list | history)

1995/0201/sys/src/9/carrera/main.c:480,4851995/0214/sys/src/9/carrera/main.c:480,500 (short | long | prev | next)
1993/1210    
} 
 
1993/1217    
/* 
1995/0214    
 * dummy routine for interoperability with pc's 
 */ 
int 
isaconfig(char *class, int ctlrno, ISAConf *isa) 
{ 
	if(strcmp(class, "audio") == 0 && ctlrno == 0){ 
		strcpy(isa->type, "sb16"); 
		isa->port = 0x220; 
		isa->irq = 7; 
		return 1; 
	} 
	return 0; 
} 
 
/* 
1993/1217    
	register offsets of ARCS prom jmpbuf 
		JB_PC		0 
		JB_SP		1 


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