Jethro said:
Is the floppy drive cable considered IDE? Reason I ask is whether it
is concerned with the so-called IDE controller in my BIOS.
Thanks
jethro
The floppy interface is not IDE. The floppy connects to the Super I/O
chip. IDE disks connect to the Southbridge, or in the case of modern
motherboards, a separate chip (as IDE has been discontinued on some
chipsets, requiring a separate chip for the needed function).
The floppy pinout here, suggests the interface is serial (one wire
carries the data). The floppy is considered separately from the IDE
interfaces, by the BIOS.
http://www.bbdsoft.com/floppy.html
The IDE pinout shows sixteen data bits, and is a parallel interface.
(Scroll down to the pinout section.) When an 80 wire cable is used,
40 of the wires are grounded, while the other 40 are associated with
the connectors. The addition of 40 ground wires, to make an 80 wire
cable, improves the signal quality, and makes the higher ATA transfer
rates possible. The other 40 wires, have the functions listed in the
pinout table.
http://en.wikipedia.org/wiki/EIDE
In terms of the tradition of BIOS designs, the only IDE to be
prominently listed on the BIOS setup screen, are the IDE interfaces
of the Southbridge. With the current mix of PATA and SATA interfaces
on Southbridges, either type of those drives on the Southbridge, can
appear in the traditional disk setup page.
IDE interfaces on chips which are totally separate from the Southbridge,
are handled by the separate BIOS module include for that chip. The
separate BIOS module will emit a few lines during POST, commenting on
what it has "detected". If the BIOS module for the separate chip supports
RAID, sometimes it will also include a RAID setup screen, which is
triggered by a special key combination during POST.
Paul