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

1991/0902/pc/devfloppy.c (diff list | history)

1991/0831/sys/src/9/pc/devfloppy.c:287,2931991/0902/sys/src/9/pc/devfloppy.c:287,293 (short | long | prev | next)
1991/0831    
 *  look for a floppy change 
 */ 
void 
floppychange(Drive *dp) 
1991/0902    
floppychanged(Drive *dp) 
1991/0831    
{ 
	if((inb(Fchanged) & Fchange) == 0) 
		return; 


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