Lines Matching full:ide

2 Information regarding the Enhanced IDE drive
5 The hdparm utility can be used to control various IDE features on a
13 BUGGY IDE CHIPSETS CAN CORRUPT DATA!!
42 - 40-conductor IDE cables are capable of transferring data in DMA modes up to
54 This is the multiple IDE interface driver, as evolved from hd.c
57 It supports up to 9 IDE interfaces per default, on one or more IRQs (usually
71 This driver automatically probes for most IDE interfaces (including all PCI
77 The IDE driver automatically detects and handles this. However, this may
101 with hd.c but not with ide.c), then an command line option may be specified
112 Note that when only one IDE device is attached to an interface, it should be
133 interface (/dev/hda) and an IDE cdrom drive on the secondary interface
150 - Your IDE controller requires some nonstandard initialization sequence
152 be a separate MS-DOS driver just for the controller. IDE interfaces
171 The IDE driver is modularized. The high level disk/CD-ROM/tape/floppy
173 can only be compiled into the kernel, and the core code (ide.c) can be
176 When using ide.c as a module in combination with kmod, add::
178 alias block-major-3 ide-probe
182 When ide.c is used as a module, you can pass command line parameters to the
187 Summary of ide driver parameters for kernel command line
190 For legacy IDE VLB host drivers (ali14xx/dtc2278/ht6560b/qd65xx/umc8672)
203 You also need to use "probe" kernel parameter for ide-4drives driver
204 (support for IDE generic chipset with four drives on one port).
206 To enable support for IDE doublers on Amiga use "doubler" kernel parameter
213 * "ide_core.ignore_cable=[interface_number]" boot option if IDE is built-in
217 if IDE is compiled as module
239 IDE
241 controller, which is why an "IDE interface card" is not a "controller card".
246 name for "IDE".
249 which grew out of vendor-specific "Enhanced IDE" (EIDE) implementations.
264 Wed Aug 20 22:31:29 CEST 2003 updated ide boot options to current ide.c