// SPDX-License-Identifier: GPL-2.0-or-later /* * (c) 1996-1998 Grant R. Guenther <grant@torque.net> * * frpw.c is a low-level protocol driver for the Freecom "Power" parallel port * IDE adapter. * * Some applications of this adapter may require a "printer" reset prior to * loading the driver. This can be done by loading and unloading the "lp" * driver, or it can be done by this driver if you define FRPW_HARD_RESET. * The latter is not recommended as it may upset devices on other ports.
*/
/* * Stub logic to see if PNP string is available - used to distinguish * between the Xilinx and ASIC implementations of the Freecom adapter. * returns chip_type: 0 = Xilinx, 1 = ASIC
*/ staticint frpw_test_pnp(struct pi_adapter *pi)
{ int olddelay, a, b;
/* * We use the pi->private to remember the result of the PNP test. * To make this work, private = port*2 + chip. Yes, I know it's a hack :-(
*/ staticint frpw_test_proto(struct pi_adapter *pi)
{ int j, k, r; int e[2] = { 0, 0 }; char scratch[512];
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Grant R. Guenther ");
MODULE_DESCRIPTION("Freecom Power parallel port IDE adapter protocol driver");
module_pata_parport_driver(frpw);
Messung V0.5
¤ Dauer der Verarbeitung: 0.0 Sekunden
(vorverarbeitet)
¤
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.