xref: /csrg-svn/sys/hp300/dev/RDIDS (revision 45766)
1*45766SbosticDescribe command returns 37 bytes:
2*45766Sbostic
3*45766Sbostic	bytes 6-8:	String (6 4-bit BCD digits)
4*45766Sbostic	bytes 9-10:	Bytes per sector
5*45766Sbostic	bytes 24-26:	Maximum cylinder number
6*45766Sbostic	byte  27:	Maximum head number
7*45766Sbostic	bytes 28-29:	Maximum sector number (in a track)
8*45766Sbostic	bytes 32-35:	Maximum sector number (on disk)
9*45766Sbostic
10*45766SbosticNote we can't use a structure due to alignment problems.
11*45766Sbostic
12*45766SbosticNAME	CS80/ID	STRING	CYLS	HDS	SECT	BPS	MBS
13*45766Sbostic
14*45766Sbostic7914	20B	079140	 575	  7	  64	256
15*45766Sbostic7933A	212	079330	 660	 13	  92	256
16*45766Sbostic7945	220	079450	 483	  7	  32	256
17*45766Sbostic7957	22A	079570	 506	  5	  63	256
18*45766Sbostic7958	22B	079580	 506	  8	  63	256
19*45766Sbostic9134L	222	091340	   0	  1	   1	256
20*45766Sbostic
21