This interface supports a method of establishing the type of disk(s) attached. The I.D. sequence is as follows. 1. Drive mtrxd- low: turn on the disk drive motor. 2. Drive selxb- low: activate drive select x, where x is the number of the selected drive. 3. Drive selxb- high: deactivate drive select x.. 4. Drive mtrxd- high: turn off disk drive motor. 5. Drive selxb- low: activate drive select x. 6. Drive selxb- high: deactivate drive select x. 7. Drive selxb- low: activate drive select x. 8. Read and save state of rdy . 9. Drive selxb- high: deactivate drive select x. Repeat steps 7 through 9, 31 more times for a total of 32 iterations, in order to read 32 bits of data. The most significant bit is read first. Steps 1 through 4 in the algorithm above turn on and off the disk drive motor. This initializes the serial shift register . after initialization, the selxb signal is driven (first active then) inactive as in steps 5 and 6. Keep in mind that the selxb signal is active-low. Steps 7, 8 and 9 form a loop where (7) the selxb signal is driven active (low), (8) the serial input data is read on rdy (pin 1) and (9) the selxb signal is again driven high (inactive). this loop is performed 32 times, once for each of the bits in the input stream that comprise the device I.D. Convert the 32 values of rdy- into a two 16-bit word. the most significant bit is the first value and so on. This 32-bit quantity is the device I.D.. The following I.D.s are defined: 0000 0000 0000 0000 0000 0000 0000 0000 Reserved ($0000 0000) 1111 1111 1111 1111 1111 1111 1111 1111 Amiga standard 3.25($FFFF FFFF) 1010 1010 1010 1010 1010 1010 1010 1010 Reserved ($AAAA AAAA) 0101 0101 0101 0101 0101 0101 0101 0101 48 TPI double-density, double-sided ($5555 5555) 1000 0000 0000 0000 1000 0000 0000 0000 Reserved ($8000 8000) 0111 1111 1111 1111 0111 1111 1111 1111 Reserved ($7FFF 7FFF) 0000 1111 xxxx xxxx 0000 1111 xxxx xxxx Available for users ($0Fxx 0Fxx) 1111 0000 xxxx xxxx 1111 0000 xxxx xxxx Extension reserved ($F0xx F0xx) xxxx 0000 0000 0000 xxxx 0000 0000 0000 Reserved ($x000 x000) xxxx 1111 1111 1111 xxxx 1111 1111 1111 Reserved ($x000 x000) 0011 0011 0011 0011 0011 0011 0011 0011 Reserved ($3333 3333) 1100 1100 1100 1100 1100 1100 1100 1100 Reserved ($CCCC CCCC)