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

1992/0825/port/devwren.c (diff list | history)

1992/0808/sys/src/9/port/devwren.c:261,2671992/0825/sys/src/9/port/devwren.c:261,267 (short | long | prev | next)
1991/0110    
{ 
1991/0823    
	Drive *dp; 
	Partition *pp; 
	uchar buf[32]; 
1992/0825    
	uchar buf[128]; 
1991/0927    
	Scsibuf *b; 
	char *rawpart, *line[Npart+1], *field[3]; 
1991/0823    
	ulong n; 
1992/0808/sys/src/9/port/devwren.c:294,2991992/0825/sys/src/9/port/devwren.c:294,302
1992/0808    
	pp->start = dp->p[0].end - 1; 
	pp->end = dp->p[0].end; 
1991/0927    
 
1992/0825    
	scsiinquiry(dev, buf, sizeof buf); 
	if(memcmp(&buf[8], "INSITE  I325VM        *F", 24) == 0) 
		scsimodesense(dev, 0x2e, buf, 0x2a); 
1991/0823    
	/* 
	 *  read partition table from disk, null terminate 
	 */ 


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