Lines Matching full:ide
5 * Elements from ide/pci/generic.c
6 * Copyright (C) 2001-2002 Andre Hedrick <andre@linux-ide.org>
11 * Driver for PCI IDE interfaces implementing the standard bus mastering
13 * tuning for us. By default we do not grab all IDE class devices as they
111 * is_intel_ider - identify intel IDE-R devices
114 * Distinguish Intel IDE-R controller devices from other Intel IDE
115 * devices. IDE-R devices have no timing registers and are in
119 * IDE-R devices have PCI offset 0xF8.L as zero, later Intel ATA has
121 * not writable on IDE-R devices (this is guaranteed).
126 /* For Intel IDE the value at 0xF8 is only zero on IDE-R in is_intel_ider()
131 /* Check the manufacturing ID, it will be zero for IDE-R */ in is_intel_ider()
133 /* Not IDE-R: punt so that ata_(old)piix gets it */ in is_intel_ider()
136 /* 0xF8 will also be zero on some early Intel IDE devices in is_intel_ider()
154 * ata_generic_init - attach generic IDE
158 * Called each time a matching IDE interface is found. We check if the
195 motherboards with disabled and unused IDE controllers */ in ata_generic_init_one()
229 /* Intel, IDE class device */