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

1991/0627/port/devscsi.c (diff list | history)

1991/0514/sys/src/9/port/devscsi.c:104,1101991/0627/sys/src/9/port/devscsi.c:104,110 (short | long | prev | next)
1991/0110    
void 
scsistat(Chan *c, char *db) 
{ 
	devstat(c, db, 0, 0, scsigen); 
1991/0627    
	devstat(c, db, 0, 0, scsigeno); 
1991/0110    
} 
 
Chan * 
1991/0514/sys/src/9/port/devscsi.c:579,5831991/0627/sys/src/9/port/devscsi.c:579,587
1991/0110    
		default: 
			panic("scsi status 0x%2.2ux", status); 
		} 
1991/0627    
		kprint("resetting..."); 
		PUT(Own_id, ownid); 
		PUT(Cmd, Reset); 
		break; 
1991/0110    
	} 
} 


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