|
IDE driversThere are three controllers which can connect hard disks to STMicroelectronics' chips:
A fourth controller, an on-chip SATA controller for SATA disks, is under consideration. USB external diskDisks can easily be connected via USB. However, for performance reasons, the use of a EHCI USB2 controller is recommended as the speed of an OCHI USB1 is limited. USB disks appear as SCSI disks. Support must be configured in the kernel (see Kernel configuration). The required sections are:
These set the options Using USB disks as root file systems
It is possible to use the USB disk as a root file system. However it takes a few seconds for the USB subsystem to identify the drive and make it ready for use. This happens asynchronously to the main kernel booting, so the kernel can try to access the root device before it is ready. The solution to this is to pass a kernel command line option
Another important point when mounting the root file system over USB, is that the name of the root partition cannot be specified in the usual manner. It has to use the notation
This finds the root file system at major 8 minor 2, which is UDMA IDE controller
If the UDMA IDE controller is present in the hardware, it will be enabled by selecting the configuration option
DMA is disabled by default, but can be enabled by passing
If an IDE interface is configured into the kernel, but no actual drive is attached to the interface, it can take a while for the probe to discover this. As a result, there may be a considerable increase in kernel boot time. Passing EMI PIO controller
Some STMicroelectronics' chips can interface directly to an IDE disk with minimal external logic by putting the EMI into a special mode. This interface allows the drive only to work in PIO mode; DMA mode is not supported. On hardware, where this type of controller is present and is actually connected on the board, it is activated when The paragraph in UDMA IDE controller on probing applies to this interface as well. SATA controllerThe SATA controller is not supported on STMicroelectronics' boards at the time of writing.
|
|||||||||||||||||||||
|
||||||||||||||||||||||