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

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

1991/0427/sys/src/9/port/devscsi.c:31,361991/0514/sys/src/9/port/devscsi.c:31,42 (short | long | prev | next)
1991/0110    
static int	isscsi; 
static int	ownid = 0x08|7; /* enable advanced features */ 
 
1991/0514    
void * 
dmaalloc(ulong n) 
{ 
	return ialloc(n, 0); 
} 
 
1991/0110    
static int 
scsigen1(Chan *c, long qid, Dir *dp) 
{ 


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