First post, by jakethompson1
- Rank
- Oldbie
It is well-known that the definitions of certain IDE pins have changed in different revisions of the ATA standard. CF-IDE adapters and CompactFlash cards themselves don't necessarily implement these changed pins in a backward compatible way when connected to a multi-I/O card that wires these directly to ISA.
Pin 27 is IOCHRDY (formerly reserved). On my QD-U386DX (UMC 481) board, having certain CF cards connected via CF-IDE causes a soft hang during boot (Ctrl-Alt-Del still works). In a conversation with another user, it was suggested that CF adapters should put a diode on this pin and many don't, and that this issue is well-known in the RiscPC community.
Pin 28 is Cable Select (formerly DALE). This pin is well known to cause mysterious issues involving VGA cards (Re: "Fixed" 386sx motherboard works but not with 16-bit VGA card). Another user reports POST beeps related to VGA card initialization, and parity errors when this was connected to a CF-IDE adapter.
Reviewing http://cd.textfiles.com/internetinfo/standard … 13/atbuscam.txt vs. https://en.wikipedia.org/wiki/Parallel_ATA these are the pins that changed meaning:
Pin 21 changed from reserved to DDRQ
Pin 27 changed from reserved to IOCHRDY
Pin 28 changed from DALE to Cable Select
Pin 29 changed from reserved to DDACK
Pin 32 changed from IOCS16# to NC
Pin 34 changed from PDIAG# to DMA66 Detect
If you pluck pin 27 on your CF-IDE adapter, it will break faster PIO modes that use this pin for flow control, so that adapter would have to be exclusively for ISA machines.
If you pluck pin 27 on your Multi-I/O card, it would theoretically break spinning hard drives that actually use this pin properly if they ever get put into such a faster PIO mode?
In contrast, is there any reason not to automatically pluck pin 28 on the IDE interface whenever you come across an ISA Multi-I/O card? Do any IDE drives ever have a legitimate need to connect to ALE?
The other pins seem innocuous, possibly with the exception of pin 34, is there any reason to remove it from the Multi-I/O card?