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

1992/0315/port/devmnt.c (diff list | history)

1992/0315/sys/src/9/port/devmnt.c:160,1711992/0317/sys/src/9/port/devmnt.c:160,170 (short | long | prev | next)
1991/0926    
	m->blocksize = MAXFDATA; 
1991/0911    
 
	switch(devchar[m->c->type]) { 
	case 'H':			/* Hotrod */ 
	case '3':			/* BIT3 */ 
		m->mux = 1; 
		break; 
	default: 
		m->mux = 0; 
1992/0317    
	case 'H':			/* Cyclone */ 
		m->mux = 1; 
		break; 
1991/0911    
	} 
	incref(m->c); 
1990/0227    
	unlock(m); 


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