Lines Matching full:ide
2 * Copyright (C) 1998-2000 Andre Hedrick <andre@linux-ide.org>
15 #include <linux/ide.h>
21 * ide_setup_pci_baseregs - place a PCI IDE controller native
38 * Place both IDE interfaces into PCI "native" mode: in ide_setup_pci_baseregs()
74 * @hwif: IDE interface
75 * @d: IDE port info
172 printk(KERN_INFO "%s %s: IDE controller (0x%04x:0x%04x rev 0x%02x)\n", in ide_setup_pci_noise()
183 * @d: IDE port info
185 * Enable the IDE PCI device. We attempt to enable the device in full
232 * @d: IDE port info
260 printk(KERN_ERR "%s %s: unable to enable IDE controller\n", in ide_pci_configure()
270 * @d: IDE port info
297 * @d: IDE port info
346 * @hwif: IDE interface
347 * @d: IDE port info
394 * ide_setup_pci_controller - set up IDE PCI
397 * @d: IDE port info
400 * Set up the PCI and controller side of the IDE interface. This brings
441 * ide_pci_setup_ports - configure ports/devices on PCI IDE
443 * @d: IDE port info
444 * @hw: struct ide_hw instances corresponding to this PCI IDE device
453 * where the chipset setup is not the default PCI IDE one.
463 * Set up the IDE ports in ide_pci_setup_ports()
471 printk(KERN_INFO "%s %s: IDE port disabled\n", in ide_pci_setup_ports()
486 * on a PCI IDE device and, if they are enabled, prepares the IDE driver
506 * This allows offboard ide-pci cards the enable a BIOS, in do_ide_setup_pci_device()
509 * an interrupt if the card is not native ide support. in do_ide_setup_pci_device()