/* * pata-isapnp.c - ISA PnP PATA controller driver. * Copyright 2005/2006 Red Hat Inc, all rights reserved. * * Based in part on ide-pnp.c by Andrey Panin <pazke@donpac.ru>
*/
staticstruct ata_port_operations isapnp_noalt_port_ops = {
.inherits = &ata_sff_port_ops,
.cable_detect = ata_cable_40wire, /* No altstatus so we don't want to use the lost interrupt poll */
.lost_interrupt = ATA_OP_NULL,
};
/** * isapnp_init_one - attach an isapnp interface * @idev: PnP device * @dev_id: matching detect line * * Register an ISA bus IDE interface. Such interfaces are PIO 0 and * non shared IRQ.
*/
/** * isapnp_remove_one - unplug an isapnp interface * @idev: PnP device * * Remove a previously configured PnP ATA port. Called only on module * unload events as the core does not currently deal with ISAPnP docking.
*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.