/* * An ISA bus may have i8255 parallel ports at well-known * locations in the I/O space, which are scanned by * parport_pc_find_isa_ports. * * Without ISA support, the driver will only attach * to devices on the PCI bus.
*/
staticint parport_pc_find_isa_ports(int autoirq, int autodma); staticint parport_pc_find_nonpci_ports(int autoirq, int autodma)
{ #ifdef CONFIG_ISA return parport_pc_find_isa_ports(autoirq, autodma); #else return0; #endif
}
#endif/* __ASM_GENERIC_PARPORT_H */
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet am 2026-06-07)
¤
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.