Lines Matching +full:ide +full:- +full:port
5 fit2.c is a low-level protocol driver for the older version
6 of the Fidelity International Technology parallel port adapter.
8 3000 portable hard-drives. As far as I can tell, this device
9 supports 4-bit mode _only_.
30 /* cont = 0 - access the IDE register file
31 cont = 1 - access the IDE command set
34 So, we map ALT_STATUS to STATUS and NO-OP writes to the device
35 control register - this means that IDE reset will not work on these
105 { pi->saved_r0 = r0(); in fit2_connect()
106 pi->saved_r2 = r2(); in fit2_connect()
112 { w0(pi->saved_r0); in fit2_disconnect()
113 w2(pi->saved_r2); in fit2_disconnect()
119 pi->device,FIT2_VERSION,pi->port,pi->delay); in fit2_log_adapter()