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

1992/0825/port/portdat.h (diff list | history)

1992/0824/sys/src/9/port/portdat.h:149,1571992/0825/sys/src/9/port/portdat.h:149,154 (short | long | prev | next)
In Chan: remove rdl, wrl, offl. Add ScsiInquiry.
rsc Fri Mar 4 12:44:25 2005
1991/0428    
 
struct Chan 
{ 
	QLock	rdl;			/* read access */ 
	QLock	wrl;			/* write access */ 
1991/1101    
	Lock	offl;			/* offset access */ 
1991/0428    
	Ref; 
	union{ 
		Chan	*next;		/* allocation */ 
1992/0824/sys/src/9/port/portdat.h:231,2361992/0825/sys/src/9/port/portdat.h:228,234
1992/0824    
{ 
1992/0808    
	ScsiTestunit	= 0x00, 
	ScsiExtsens	= 0x03, 
1992/0825    
	ScsiInquiry	= 0x12, 
1992/0808    
	ScsiModesense	= 0x1a, 
	ScsiGetcap	= 0x25, 
	ScsiRead	= 0x08, 


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