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

2000/0608/alphapc/sd53c8xx.c (diff list | history)

2000/0515/sys/src/9/alphapc/sd53c8xx.c:1843,18512000/0608/sys/src/9/alphapc/sd53c8xx.c:1843,1851 (short | long | prev | next)
2000/0515    
		status = SDcheck; 
		r->flags |= SDvalidsense; 
	} 
	KPRINT("sd53c8xx: %d: r flags %8.8uX status %d rlen %d\n", 
		target, r->flags, r->status, r->dlen); 
	return status; 
2000/0608    
	KPRINT("sd53c8xx: %d: r flags %8.8uX status %d rlen %ld\n", 
		target, r->flags, status, r->rlen); 
	return r->status = status; 
2000/0515    
} 
 
#define NCR_VID 	0x1000 


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