• Home
  • Raw
  • Download

Lines Matching +full:startup +full:- +full:time +full:- +full:ms

9 -------------------------------------------------------------------------------
16 automatically at startup when PCI BIOS support is configured.
21 For the CMD640, linux disables "IRQ unmasking" (hdparm -u1) on any
23 If "prefetch" is disabled (hdparm -p8), then "IRQ unmasking" can be
26 For the CMD640, linux disables "32bit I/O" (hdparm -c1) on any drive
28 If "prefetch" is enabled (hdparm -p9), then "32bit I/O" can be
37 -------------------------------------------------------------------------------
42 - 40-conductor IDE cables are capable of transferring data in DMA modes up to
45 - If possible devices should be attached to separate channels if they are
46 available. Typically the disk on the first and CD-ROM on the second.
48 - If you mix devices on the same cable, please consider using similar devices
51 - Even better try to stick to the same vendor and device type on the same
58 14 & 15). There can be up to two drives per interface, as per the ATA-6 spec.::
82 Drives are normally found by auto-probing and/or examining the CMOS/BIOS data.
96 The results of successful auto-probing may override the physical geometry/irq
100 If the auto-probing during boot time confuses a drive (ie. the drive works
119 such as the NEC-260 and the new MITSUMI triple/quad speed drives.
120 Such drives will be identified at boot time, just like a hard disk.
122 If for some reason your cdrom drive is *not* found at boot time, you can force
136 ln -sf /dev/hdc /dev/cdrom
138 mount /dev/cdrom /mnt/cdrom -t iso9660 -o ro
145 - Your hardware is broken.
147 - You are using the wrong address for the device, or you have the
150 - Your IDE controller requires some nonstandard initialization sequence
152 be a separate MS-DOS driver just for the controller. IDE interfaces
154 can often be made to work by first booting MS-DOS, loading the
155 appropriate drivers, and then warm-booting linux (without powering
156 off). This can be automated using loadlin in the MS-DOS autoexec.
171 The IDE driver is modularized. The high level disk/CD-ROM/tape/floppy
178 alias block-major-3 ide-probe
194 * "ali14xx.probe" boot option when ali14xx driver is built-in the kernel
203 You also need to use "probe" kernel parameter for ide-4drives driver
207 for gayle host driver (i.e. "gayle.doubler" if the driver is built-in).
210 short 40-wires cable which cannot be automatically detected - if this is not
213 * "ide_core.ignore_cable=[interface_number]" boot option if IDE is built-in
231 * "cdrom=[interface_number.device_number]" to force device as a CD-ROM
240 Integrated Drive Electronics, meaning that each drive has a built-in
248 The latest standards define some enhancements, known as the ATA-6 spec,
249 which grew out of vendor-specific "Enhanced IDE" (EIDE) implementations.
253 similar to SCSI protocols, created at the same time as the ATA2 standard.
265 comments at 2.6.0-test4 time. Maciej Soltysiak <solt@dns.toxicfilms.tv>